Top 3 Awesome 👍 Command Prompt Tricks

 1. Encryption of a file with CMD


Simply launch the Command Prompt, and change your working directory to the folder where your files are. This can be done by using the “cd” command.
Once you’re done, type “Cipher /E“, and hit Enter. This will encrypt all the files that were inside the folder.
CMD Tricks

2. Change the color of CMD windows 🪟

Launch CMD and Right-click on the title bar
Click on “Properties” and in the separate window that opens, click on “Colors”`
Here you can choose the colors for the screen text or background as well as for the popup text and background, and also change the transparency of the CMD window
After you’re done choosing the most fitting colors for your personality, Click OK.



3. Create a hidden folder 📂

Launch Command Prompt, and navigate to the directory where your target folder resides.
Type “Attrib +h +s +r folder_name“, replacing the “folder_name” with the name of the folder that you want to hide, and press Enter.






You can now check that the folder is indeed hidden inside Windows Explorer and can not be seen by anyone.
To unhide the folder, you can use the command “Attrib -h -s -r folder_name“.




Please follow for more up coming amazing things and you can also ask questions regarding issues related to PCs... 

Comments