October 9, 200520 yr I need to make a couple of installed folders "superhidden", and need to do it from from a .cmd that is run @ guirunonce.....is there any clever ppl here that can help a lost soul out ? thanx!
October 9, 200520 yr What do you want to do?make some folders hide in batchfile?you can use command "attrib +h foldername"
October 9, 200520 yr @echo offattrib +s +h "X:\Parent Directory\Folder1"attrib +s +h "X:\Parent Directory\Folder2"reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v WebViewBarricade /t reg_dword /d 0 /f>nulgoto :eofJust change X:\Parent Directory\Folder1 and X:\Parent Directory\Folder2 to suit your folders Edited October 9, 200520 yr by Yzöwl
October 9, 200520 yr @echo offattrib +s +h "X:\Parent Directory\Folder1"attrib +s +h "X:\Parent Directory\Folder2"reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v WebViewBarricade /t reg_dword /d 0 /f>nulgoto :eofWhere's your parts of "eof"?
October 9, 200520 yr Author @echo offattrib +s +h "X:\Parent Directory\Folder1"attrib +s +h "X:\Parent Directory\Folder2"reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v WebViewBarricade /t reg_dword /d 0 /f>nulgoto :eofJust change X:\Parent Directory\Folder1 and X:\Parent Directory\Folder2 to suit your foldersExcellent! ..as allways Thanx Yzöwl!
October 10, 200520 yr @Yzöwlhello friend i tried and saw that it is also possible for files. thanks a lot. it was what i wanna do for some time....
Create an account or sign in to comment