Monday 28 September 2015

How to create Invisible Folder in windows?


Well if you find yourself a geek, then you might be knowing it. So how to create an invisible folder ?
  1. Right click the targeted the folder and go to properties.
  2. Now move to Customize tab (last one).
  3. Now select Change Icon button and choose the icon which is next to “Windows Update” icon.
  4. Now we have selected the invisible icon, but how to change the name?
  5. So for hiding the name, right click the folder and punch rename.
  6. Now, hit alt key and type 0160 or 255.
  7. That’s it .. leave the alt key and press enter! Finally your Invisible folder is ready!
how to create an invisible folder

to relocate your folder, just punch ctrl+A, now you can see your folder easily.

2. Hide your drives in Windows

1. Click start type cmd there.
2. right click command prompt and select “Run as administrator”.
3. Now there, type diskpart and hit enter.
4. After that, write list volume to get all your drives list.
5. Select the drive you want to hide.
6. For selecting write select volume x (x stands for the drive number which you will be selecting).
Example: select volume 4
7. After that, type remove letter A (C is a drive letter) and hit enter.
Example: remove letter D (this will hide the D drive).
8. That’s it, it is hidden now.

How to un-hide the Hidden drives?

1. Again click start and search for cmd
2. Again right click cmd and select run as administrator.
3. now type diskpart and press enter.
4. Now type list volume and hit enter.
5. Now select the hidden drive by typing “select volume x”(x is the drive number which is hidden)
for example: select volume 4
6. Now type “assign letter n” and hit enter.
For example: assign letter D
7. That’s all! Your drives are visible now ðŸ˜‰

3. Create an undeletable/renameable folder

1. Open command prompt, and type D: and hit enter (replace D with your preferred drive where you want to create an undeletable folder)
2. type md con\ and hit enter.
3. Now you are not allowed to delete any folders of the D drive.

How to Delete those folders?

1. Follow procedure step 1.
2. type rd con\ and hit enter.

4. Shutdown the PC using Timer

1. Right click on your desktop, then choose new and select shortcut.
2. Now, in the textbox type shutdown -s -t 10 and click on next.
PS: 10 is the amount of seconts before your computer shutdowns.
3. Now hit finish and you are done.

5. Disable USB port in the PC

1. Hit win key+R.
2. Type regedit there and press enter.
3. Now, you can see a Registory Editor.
4. Navigate it to:
HKEY_LOCAL_MACHINE\
SYSTEM\
CurrentControlSet\
Services\
USBSTOR

5. In the right hand side, double click on start.
6. In the textbox of Value Data type 4.
7. Save it by pressing OK and close your Registry Editor.
Note: To enable it again, just change the value to 3 again.

No comments:

Post a Comment