C:— Command ================== Windows PowerShell ================== Find all computers in the domain that have not logged into AD for 90 days C:— Search-ADaccount -AccountInactive -Timespan 90 -ComputersOnly (AD PowerShell’s cmdlet search-adaccount)¨ ====================== Windows Command Prompt ====================== Find out the operating system installation date C1:— Systeminfo | find /i "install date" Install IPV6 for Windows XP C:— At a command prompt, type: ipv6 install =============== Tips and tricks =============== Keyboard shortcuts for Windows C1:— F1 : Starts Windows Help F10 : Activates menu bar options SHIFT+F10 : Opens a shortcut menu for the selected item CTRL+ESC : Opens the Start menu CTRL+ESC : Selects the Start button CTRL+SHIFT+ESC: Opens Windows Task Manager ALT+DOWN ARROW: Opens a drop-down list box ALT+TAB : Switch to another running program SHIFT : Press and hold down the SHIFT key while you insert a CD-ROM to bypass the automatic-run feature ALT+SPACE : Displays the main window's System menu ALT+- : Displays the Multiple Document Interface (MDI) child window's System menu CTRL+TAB : Switch to the next child window of a Multiple Document Interface (MDI) program ALT+F4 : Closes the current window CTRL+F4 : Closes the current Multiple Document Interface (MDI) window ALT+F6 : Switch between multiple windows in the same program # Find more at http://support.microsoft.com/kb/126449/en-us Temporarily Assign Yourself Administrative Permissions (Many programs require you to have Administrative permissions to be able to install them) C:— Hold down the Shift key as you right-click on the program’s setup file Click Run as Type in a username and password that have Administrative permissions This will also work on applications in the Start menu