Saturday, April 30, 2011

New Windows 7 hotkeys

Windows logo key +Home => Clear all but the active window
Windows logo key +Space => All windows become transparent so you can see through to the desktop
Windows logo key +Up arrow => Maximize the active window
Windows logo key +Down arrow: => Minimize the active window or restore the window if it’s maximized
Windows logo key +Left/Right arrows => Dock the active window to each side of the monitor
Windows logo key +Shift+Left/Right arrows => If you’ve got dual monitors, this will move the active window to the adjacent monitor
Windows logo key +T => Shift focus to and scroll through items on the taskbar
Windows logo key +P => Adjust presentation settings for your display
Windows logo key +(+/-) => Zoom in/out
Windows logo key +Click => a taskbar item Open a new instance of that particular application

for more shortcuts visit...
www.conetrix.com/Blog/post/List-of-Windows-7-Keyboard-Shortcuts.aspx

Tuesday, March 15, 2011

Useful CMD commands

=> Create new Account with password In CMD
net user UserName Password /add

=> Create new Account without password In CMD
net user UserName /add

= > To delete user account in CMD
net user UserName /del

= > To enable the Administrator's account in window 7
OPEN CMD WITH ADMINISTRATOR ( RIGHT CLICK CMD N RUN AS ADMINISTRATOR )
net user administrator /active:yes

= > To disable the Administrator's account in window 7
OPEN CMD WITH ADMINISTRATOR ( RIGHT CLICK CMD N RUN AS ADMINISTRATOR )
net user administrator /active:no