How To create Password Protect a Folder in Windows 10


How To create Password Protect a Folder in Windows 10


We all have computer files we'd like to keep secret from the world. Fortunately, in Windows 10, you can tuck those unmentionable plans or files in a secret folder that is password protected, and you can do it without buying any additional software.


1. Right-click inside the folder where the files you want to protect are located. The folder you want to hide can even be on your desktop.


2. Select "New" from the contextual menu.


3. Click on "Text Document."


4. Hit Enter. It doesn't matter what the file will be named. You can delete this text file once the lockable folder which will be made.


5. Open the new document and post below text in it


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 Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Your-Password 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


7. Find where it says "Your-Password" in the document.


8. Replace "Your-Password" with the password you want to lock the folder between this name.

9. Click File and select Save as

10. you can give it any name with .bat extantion. for example FldrLck.bat 

Make sure save as type should be *All*

11. Double-click FldrLck.bat or whatever you saved yours to Immediatey a CMD will open and close
This means "The folder locker has been created"


12. Enter the password you entered in Step 8, and click Enter when the CMD pop ups


13. To unlock the folder, double-click "
FldrLck.bat" you saved to open it.

🔰 DOXING 🔰 ?

🔰 DOXING 🔰





Doxing is a term that describes the process of obtaining or deducing information about a person based on a limited set of initial information. Or in layman’s terms, doxing is the act of searching around on the Internet for someone’s personal details. Another way to view doxing is to see it as taking a piece of information (e.g., email address) and identifying someone based on that.

The term “doxing” derives from “document tracing” which means to gather documents on a particular person or company to learn more about them.


Use of DOXING 


Hackers can track Innocent peoples data and hack their accounts.


Security Experts can trace the Hackers(can trace some innocent hackers only,Noobs). This will be helpful for solving Cyber Crime cases.


What you can find using DOXING ??

(1) Real Name, age,gender

(2) Email id, registered websites

(3) Social Network Page()

(4) Address, Phone Number

(5) Parent’s Names and their Jobs

(6) Place of Education (School/University etc.)

(7) Relatives


and more data



What is a payload?











What is a payload?

Payload is delivered by exploit and is used to control the remote system.Think of it this way: Exploit is like terrorist that is carrying a bomb in his backpack. He enters the system and leaves his backpack there. Most popular and widely known payload is meterpreter, that has a lot of features. With it you can Browse remote files, downlaod them, upload your own, capture keystrokes, take screenshots, open DOS, and pivot to another machine as well. Through meterpreter, you can pivot and attack machines in networks that are not your own.





How to remove activate windows watermark without any software.

How to remove activate windows watermark from WINDOWS 10,8,7...




1 - Open NotePad on your PC/Laptop.

2 - Type or copy Command Bellow 👇🏻

@echo off
taskkill /F /IM explorer.exe
explorer.exe
exit

3 - Now go to File>Save As and change File Type as (All FIles)

4 - Just open it where ever you saved and a blank window will pop up.

5 - Restart your PC/Laptop and you are done !





How to Fix “This Copy of Windows is Not Genuine” Error
Hope you’ve got a picture about what “this copy of windows is not genuine” error actually. Here we’ve arrived with the core part to fix this genuine error. It will work either you’ve Windows 32 /64-bit version, all you need to do is execute this process as mentioned below.

Step 1:

Go to start menu and search for CMD then you need to run the Command Prompt as administrator. In Windows 8 or later go press Windows Key + S, then enter CMD in the search box and right click on the Command prompt and run it as Administrator. If you’ve administrator access you can to go to the start menu or you can simply Press Win + R keys to open the Run program. Then enter CMD and press enter.

Step 2:

Once you’ve opened the Command prompt with the administrator privatization, then you need to SLMGR -REARM and press enter. then you’ll get a successful message about to restart your computer. Well guys, this command was not working on some Windows 7 versions so you can try this command: SLMGR /REARM.

Step 3:

Then you need to restart your computer to remove windows is not genuine error from your windows computer.
If you followed these steps you can easily remove this error in your computer. make sure you’ve followed the steps correctly without skipping them. Enjoy the error-free computer.

Is this error still remain unfixed? Are you getting any of below error?

1. Error 1: This maximum allowed number of rearms has been exceeded. Well, then let’s discuss how to fix this error.

Open Run from Start menu or press Windows button + R.
Now type: regedit.exe
Follow this path now: HKEYLOCALMACHINE -> Software -> Microsoft -> WindowsNT -> Current version -> SoftwareProtectionPlatform.
Now, look for SkipRearm and click on modify, then change it’s value data from 0 to 1.
Restart your computer now.
Now, follow above steps carefully again and this error should be fixed this time. Let’s discuss second case if you haven’t got that above error.

2. Error 2: SLGMR is not recognized as an internal or external command. Well, there are multiple reasons due to which this error generally occurs.

First Reason: Make sure you have pasted SLMGR -REARM command correctly. (Note that there is space betweeb dash and R).

Second Reason: Make sure you have opened Command prompt in Administrator mode. (if not, then from start menu look for Command Prompt, Right click on it and click on Run as Administrator).

Third Reason: There might be any problem with slmgr.vbs file. To fix this error, Open My Computer and Open C Drive now. Click on Windows folder, look for system32 folder and open it. Now, look for slmgr.vbs.REMOVEWAT (Or any extension of slmgr.vbs file). Just, rename this file to slmgr.vbs.

Now, try to follow method 1 again to fix this error again. Well, guys now this windows not genuine error will be removed now but it is not enough (if you are not using original version of Windows).




How to use a solderless breadboard.mp4

  Download now  Enjoy! Follow us for more...