18
Aug

How to lock a folder

   Posted by: admin   in Mohave County Az


this video explains how to lock a specific folder of to deny access to anybody. Music Artist: Muse Song: Hyper Music copy and paste this code: @echo off echo Folder Restriction Software echo ——————————— echo Permission type,type(Grant/Deny) echo ——————————— set /pa=enter the folder path: echo ——————————— set /pb=user name: set /pc=permission type: echo ——————————— echo ——————————— echo ——————————— if %c%==deny goto lock if %c%==grant goto unlock : lock cacls %a% /d %b% color 04 pause exit :unlock cacls %a% /g %b%:f color 02 pause

Technorati Tags: ,

Tags: ,

This entry was posted on Wednesday, August 18th, 2010 at 12:51 am and is filed under Mohave County Az. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed at this time.