This is an old revision of the document!


List Hidden Files

To list hidden files, issue:

dir PATH /A:H /B

where PATH is either specified, in which case the dir command lists the files in that path or PATH is omitted, in which case the files in the current directory are listed.

Delete Hidden Files

In order to remove a hidden file, issue:

del /A:H FILE

where FILE is a hidden file.

To delete recursively, the /S switch can be appended:

del PATH /A:H  /S 

Blank the Screen from Command Line

The command:

ping -n 6 127.0.0.1 > nul && explorer C:\Windows\System32\scrnsave.scr

will blank the screen in 6 seconds.

Note that C:\Windows\System32\scrnsave.scr must exist and must be invoked via explorer.


fuss/dos.1515263679.txt.gz ยท Last modified: 2018/01/06 18:34 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.