window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54090852-1', { 'optimize_id': 'GTM-M3QPGKQ'}); Punch B Tech: How To Lock Folder

Saturday, November 30, 2013

How To Lock Folder

Folder Lock Trick


If you have a folder in D drive of your system named “Confidential” and you want to lock the folder. Here is a trick. Open notepad and copy paste the code given below.

ren confidential confidential.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Save the file with .vbs extension in the same D drive.

Your folder is locked.

 If you have folder named something else you can replace it with confidential in the code.

(Ctrl+h for replace works with notepad)
To unlock the file in new notepad file copy paste the code given below and save it as .vbs extension in same drive.

ren confidential.{21EC2020-3AEA-1069-A2DD-08002B30309D} confidential
Replace folder name with confidential.

No comments: