A Blog Based on Information

Monday 11 February 2019

Wednesday 6 February 2019

Wednesday 28 November 2018

Tuesday 31 July 2018

Tuesday 26 December 2017

Saturday 11 November 2017

Friday 21 July 2017

Sunday 26 February 2017

Thursday 26 December 2013

Lock a Folder Without Any Software

Open Notepad and paste the following text in blank page of notepad
Remember that you must type your password in the given area before save the text
Save this file as yourfoldername.bat to location where you want to create folder
Open file yourfoldername.bat which is a (Windows Batch File). It will create a folder named Locker for 1st time
Again click on yourfoldername.bat file it will ask do you want to lock your folder click y+enter and folder will disappear
Now by clicking again yourfoldername.bat file you will be prompted "enter password to unlock"
Give your password folder will appear again

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo  by bhalaygilani.blogspot.com"enter passeord to unlock"
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Note:If Some one deletes your file yourfoldername.bat..No problem your folder is hidden and save
you just create it again where it was, your folder will be back
Share:

Tuesday 10 December 2013

how to solve windows 7 activation problem

Step1=Download RemoveWAT (Windows Activation Technologies) from
4shared link  HERE or Rapid share link HERE
Step2=Run RemoveWAT as an administrator
Step3=Click on Install\Remove WAT button
Step4=Restart your PC and Enjoy
Your Windows 7 will not ask any activation  and validation

Note: Before using RemoveWAT you need to uninstall the Windows Update KB971033 (if installed), otherwise it will not work.
Share:

Saturday 7 December 2013

All above contents are under copyright of The Rage Communication and. Powered by Blogger.

Copyright © The Rage Communication | Powered by The Rage Communication Distributed By The Rage Communications