Hello, and welcome to my tutorial. In this tutorial I will show you how to make a super hidden folder or file that you can't find by putting "show hidden files" on. DANGER! You must remember the file name and where you put that hidden file becouse if you forget you can't delete that file anymore! I'm not responsible for any damage. 1. Create a folder on your default drive (Usually C:\) Name the folden as anything you want, but NO SPACES. 2. Put the files you want to hide in the new folder. 3. Open up CMD (Command Prompt). 4. On CMD type: attrib C:\your_folder\ +s +h and then press enter. 5. Go back to C:/ drive and you will see your folder has disappear. 6. To make your file again visible type on cmd: attrib C:\your_folder\ -s -h and then press enter.