HIDE TEXT IN NOTEPAD FILE USING CMD
So today we will be seeing how to hide text in a notepad file using CMD, First of all go to run and type cmd and open Command Prompt. Now type cd desktop in cmd and press enter to go to Desktop. Now type notepad test.txt:hidden and press enter. You will see a dialog box saying Can not find test.txt do you want to create one just click Yes and notepad file open as displayed below. Now write down whatever information you want to keep in this notepad file and after it close it and when it asks to save click YES. Now just open the test.txt file which is on the desktop and the notepad file which will open would be BLANK. To get back the content of the notepad file just type notepad test.txt:hidden again in the cmd and press enter and you will be able to see the contents of the test.txt file.
0 comments :
Post a Comment