Tuesday, January 01, 2013

How to delete Windows user from the command line

net user /delete timus

Where timus is the user to delete. And of course you have to have administrative privileges to do this.

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...