go to run and type d command
cmd /c for %a in (d,e,f,g,h,i, j,k,l,m,n, o,p,q,r,s, t,u,v,w,x, y,z) do subst %a: %windir%
How to Lock a Folder Using Notepad
1) Consider you want to lock a folder named caclub in your f:\, whose path is f:\gireesh
2) Now open the Notepad and type the following
ren gireesh gireesh.{21EC2020-3AEA-1069-A2DD-08002B30 309D}
3) Where gireesh is your folder name. Save the text file as loc.bat in the same drive.
4) Open another new notepad text file and type the following
ren gireesh.{21EC2020-3AEA-1069-A2DD-08002B30 309D} gireesh

(5 votes, average: 4.60 out of 5)

