Invisable map/folder/file
Hi guys, im gonna make a tutorial for how to make your map (dis)appear!
First of all: Open Notepad (Fastest way: Windows key + R and typ Notepad)
second:find your location of the folder than typ cd (location) and than enter. after Typ "Attrib +s +h (filename with extension)
third: save the file as Hide.BAT
four: if you click on it, the map / file you enter will disappear!
How do you get it back?
1: Open notepad again
2: find your location of the folder than typ cd (location) and than enter. after typ Attrib -s -h (filename with extension)
3: save as Show.BAT
4: click on it and it will appear
Why and how do i use this?
i use it to have more space on my desktop.
if i press the HideGunZ.BAT, it will hide like 5 files / folders, and than the ShowGunZ.BAT will appear. so 6 files are leaving and one is coming back.
SS:
(hided, one file)
(Showed, seven files)
This are the codes for me:
ShowGunZ.BAT :
cd C:\Users\***\Desktop
attrib -s -h GunZ
cd C:\Users\***\Desktop
attrib -s -h MatchServer.lnk
cd C:\Users\***\Desktop
attrib -s -h MatchAgent.lnk
cd C:\Users\***\Desktop
attrib -s -h Locator.lnk
cd C:\users\***\Desktop
attrib +s +h ShowGunZ.bat
cd C:\users\***\Desktop
attrib -s -h HideGunZ.bat
cd C:\users\***\Desktop
attrib -s -h Gunz-hacks
cd C:\users\***\Desktop
attrib -s -h GunZ.url
and HideGunZ.Bat:
cd C:\Users\***\Desktop
attrib +s +h GunZ
cd C:\Users\***\Desktop
attrib +s +h MatchServer.lnk
cd C:\Users\***\Desktop
attrib +s +h MatchAgent.lnk
cd C:\Users\***\Desktop
attrib +s +h Locator.lnk
cd C:\users\***\Desktop
attrib -s -h ShowGunZ.bat
cd C:\users\***\Desktop
attrib +s +h HideGunZ.bat
cd C:\users\***\Desktop
attrib +s +h Gunz-hacks
cd C:\users\***\Desktop
attrib +s +h Gunz.url
you can also do this in the normal cmd.exe !
Peace!