Remote Desktop Client, RDP, Console Command Prompt Change

If you need to use the “console” option with the new versions of the Remote Desktop Client or RDP Client you will need to change the command prompt usage. The new usage is below.
mstsc /v servername /admin      From the command prompt will connect you to the server in place of servername
mstsc /admin      From the command prompt will ask [...]

Continue Reading...

Decompress or uncompress all compressed files on a Hard Drive

You can uncompress all the files on a Hard Drive from the command line. Open a command prompt and from the root of the drive or the root of the folder you want to decompress type the following.
compact /u/s/a/q/i
Compressed files take more time for the computer to process because they need to be decompressed and [...]

Continue Reading...