Archive

Posts Tagged ‘command’

Quickie: List encrypted files

August 7th, 2012 No comments

If you want to list all encrypted files by EFS you can use command:

cipher [PATH]

This command will list all files in PATH. Encrypted files will have “E” character in front of it:

 

List encrypted files

List encrypted files

 

This command is great to handle encrypted files. Look at cipher /? command output.

 

Quickie: Display detailed activation and license status

August 6th, 2012 No comments

Sometimes you need to find out if your windows is activated and quickes way to do so is to run command:

slmgr /dli

This command can also do

  • /ipk <Product Key> – Install product key (replaces existing one)
  • /ato [Activation ID] – Activate Windows
  • /dli – Display license information
  • /dlv – Display detailed license information
  • /xpr – Expiration date for current license state
  • …AND MANY MORE

For full help use slmgr /?.

 

How to install telnet client from command line

November 28th, 2011 No comments

It’s getting on my nerves to enable telnet client everytime I need to debug something on Windows 2008 or Windows 7.

Read more…