Saturday 28 December 2013

How to Hide folder name and Icon

Posted by Anonymous On Saturday, December 28, 2013 1 comment
Today I shall tell you how to hide a folder name & icon without any software. This method only hides your folder icon and name. This is not protecting your folder from other people to open it. Follow the steps below.

  • Create a new folder on your computer hard drive or select a folder that you want to hide the name & icon.

Rename the folder. When you rename it, hold down Alt key and press 0160 . (When you are pressing 0160 this will show nothing.)

 
NOTE : You must on Num Lock (short for Number Lock) and use numeric keypad. Don't use the number on the top side of Alphabet keys. If you use laptop or other device where there are no extra Numerical keypad, then check the device manual to use Numerical keypad.

  • Now right click on the folder and select  Properties select the tab Customize and select Change Icon. Scroll along and you should see a few blank spaces. Click on any one and click OK and Apply the settings.
 
Now your folder name and icon is invisible. If it shows the Type i.e. File Folder, then change your view to List, Small Icons, Medium Icons or Large Icons.

How to Folder lock with password & hide without any software
In my above post I have discussed about how to hide folder name and icon without any software. Today I shall tell you how to lock a folder with password without any software. Only you need to create a batch file. So follow the steps.
  • Open a Notepad. Copy the code below and paste it into notepad.
  • Save as the notepad as NAME.bat (E.g. Folder_lock.bat).
  • Keep the batch file (Folder_lock.bat) in any hard drive or on the desktop and double click on it. It will create a new folder locker at the same location.
  • Keep the files that you want to hide and also lock with password into the folder locker. If you want to unlock your files then double click on the batch file again and type Y (for yes). Here I set the password 12345. You can change the password by editing the batch file.
Here the batch file code :

cls
@ECHO OFF
title Folder LockerByPrabirGhoshIndia
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==12345 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
https://www.facebook.com/chand2like

Wednesday 18 December 2013

Download AnDOSBox 1.1.6 Android apk app
Requirements: Android 1.6+
Overview: A DOSBox port for Android. DOSBox is a x86 emulator developed by DOSBox Team mainly for playing old PC games. If you never use DOS, you probably don't need this.

IMPORTANT: Like other emulators this software require sSD Card access and lots of resources to run properly. Make sure you have > 50MB free memory, and your SD Card can be accessed through / SD Card.
Features
- Portrait and Landscape mode with/without resize.
- Sound support
- Software and Hardware keyboard input
- Support entering special keys like Ctrl, ESC and Function keys
- Virtual Touch Pad and Virtual Joystick mode
 Known Issues
- On some device it failed to call out the software keyboard by itself. In this case, try longpressing the "menu" hardware key.

What's in this version:
- [fix] can now mount and boot from hdd image properly.
- For users looking for enhanced gaming keypad, please check out our "GameKeyboard" app.

Download Turbo C++ " TC " Folder
https://www.dropbox.com/s/cd8hx8ez518cum1/Turbo%20C%2B%2B.rar

Download AnDOSBox.apk File
https://www.dropbox.com/s/n2x5ow0x66p3z4k/AnDOSBox%201.1.6%20by%20Chand2.apk
 
Procedure To Install Turbo C++ In Android
1.First of download "Turbo C++.rar" Software.
2.Now download and install Easy Unrar Lite from playstore.
3.Later open Easy Unrar app and go to download folder in sdcard.
4.Select the "Turbo C++.rar" and click extract all here button.

5.All the files will be extracted and now you need to install AnDOSbox application from that files.
6.After installation of AnDOSbox application, select all the files extracted and paste it outside of download folder and then open AnDosbox and click Start Emulator.
7.A Dosbox command prompt will open, there write the following commands and turbo c will editor will open.






  1. C:\>CD TC
  2. C:\TC\CD BIN
  3. C:\TC\BIN\TC.EXE

 Enjoy Programming...

Site search

    Submit URL