Jump to content

Recommended Posts

Posted

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 ? :blink:

thanx!


Posted (edited)
@echo off
attrib +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>nul
goto :eof

Just change X:\Parent Directory\Folder1 and X:\Parent Directory\Folder2 to suit your folders

Edited by Yzöwl
Posted
@echo off
attrib +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>nul
goto :eof

Where's your parts of "eof"?

Posted
@echo off
attrib +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>nul
goto :eof

Just change X:\Parent Directory\Folder1 and X:\Parent Directory\Folder2 to suit your folders

Excellent! ..as allways ;)

Thanx Yzöwl!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...