Quantcast
Channel: LeakedForums
Viewing all articles
Browse latest Browse all 3684

Script For Files Hidding On Windows

$
0
0
USAGE : Hidding a file with a password

-1-
Open NotePad and past the script
Code:
Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control...

Script For Files Hidding On Windows

Viewing all articles
Browse latest Browse all 3684

Trending Articles