HOW TO SET BAKGROUND TO FOLDER:the following is the procedur buddy:-copy da following thing into notepad:[{BE098140-A513-11D0-A3A4-00C04FD706EC}]iconarea_image=C:\WINDOWS\Web\Wallpaper\pop.jpgiconarea_text=0x00FFFFFFName it as desktop.iniNow when u have created this file del this pop.jpg as it is set for my PC now go toC:\WINDOWS\Web\Wallpaper now paste your favorite wallpaper in the link and just copy itname and instead of pop.jpg which i have for my PC paste your fav wallpaper namesave it and now when u open your Local drive u can see your fav wallpapers
LOCK A FOLDER WITHOUT USING ANY SOFTWARE:
Just follow the following instructions:1) Type the following code in a note pad and save the note pad in your pc with the name ‘ SU-MANs Lock Up.bat ‘ (that is with the extension of .bat). You can replace the ‘ SU-MANs Lock Up ‘ portion with anything u want to use.2) A batch file will be created where you have saved. Now double click on it, it will make afolder with the name ‘ Locker ‘ at the same place where the batch file is save.3) Now add the files you want to lock in that folder named ‘ Locker ‘.4) Double click on the batch file. It will ask for locking the folder. Type ‘ Y ‘ OR ‘ y ‘ to lock theitems. The folder will be locked and hidden.[NB: This is a very strong process. Even if you choose Tools - Folder Options… - View - Showhidden files and folders, the ‘ Locker ‘ folder will remain hidden. Only a correct password canunlock it.]5) To unlock the items, just double click on the batch file again and enter the password [su-manisthegenius] in the new opened window. Then hit ‘ Enter '.....CODE:cls@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho This is created by SU-MAN,Hey Dude,Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto END
Add a Comment