Jump to content

Make folders hidden with batchfile


Recommended Posts


@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
Link to comment
Share on other sites

@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"?

Link to comment
Share on other sites

@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!

Link to comment
Share on other sites

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...