Posts

Showing posts from January, 2018

HOW TO MAKE A PASSWORD PROTECTED FOLDER WITHOUT USING ANY SOFTWARE?

If you want to keep your files and photos safe without any use of software then follow these steps- 1. Open notepad . 2. Then type a simple code in batch programming, please make sure type this code line by line else this code is not use full . 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 Enter password to Unlock folder 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.{21EC2

HOW TO OPEN BLOCK WEBSITE WITHOUT USING VPN?

Image
If you want to open block website then follow the steps- 1. First open the google page(www.google.com) 2. Then click on the 3*3 matrix. 3. Here is a option named 'Translate' (this is google translate) 4. And click on it. 5. Then type the URL of the website which is blocked on your server. And translate into other language and the website will be open in just a few seconds. Try this method and have any query then ask in the comments section. Thank you