Skip to main content

How to hide a File or Folder like Nobody Can see anyhow.

Step 1: Select the File you want to hide and copy the path.

Step 2: Open Command Prompt from Start Menu and type “cd <your path>” now press Enter

Step 3: Type attr +h +s +r “<file name>” 

Step 4: Now your file has been hidden as the system file so it it will not show even though someone try to unhide from folder options.

Done !!!

Popular posts from this blog

Load Desktop Menu Faster in Windows 7/8/10

In order to make your menus load faster, perform the following tweak. Go to ‘  HKEY_CURRENT_USER\ Control Panel\Desktop  ‘ and right click ‘ MenuShowDelay ’ and click ‘Modify’. Change the string value to some nearby 100 value.

How to Create Invisible Folder without hiding it in Windows 7/8/8.1/10

Step 1: Create a New Folder. Step 2: Rename it by Holding ALT key and typing 0160 (from Numaric Keypad Only) and press Enter.  Note : This trick will not work if you do not have separate numaric keypad in your computer keyboard. After Step 2 you will see a folder with No Name. Step 3: Now right click on the folder and select Properties. Step 4: Now go to Customise Tab and select Change Icon. Step 5: Now scroll right and select Invisible (Blank or Transparent) icon and click ok. Now you will see a folder with no name and no icon and you will not able to see until you select that folder. Done !!!

Registry Hacks for USB Security

USB Drives are one of the major tool through which data transfer takes place. In order to protect your data from getting stolen from you computer with the help of a USB drive you can make the USB drives read only. Go to ‘ HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies   and create a new DWORD value ‘ WriteProtect  ‘ and set its value to 1. This will enable you to read from USB drives, but you won’t be able to copy data to it.