Skip to main content

Posts

Showing posts from May, 2016

Windows admin commands

1) shutdown Shut Down: shutdown /s /t 0 Restart: shutdown /r /t 0 Restart Into Startup Options: shutdown /r /o 2) recimg – Create Custom Recovery Images     recimg /createimage path 3)  sfc /scannow – Scan System Files for Problems 4) netstat -an – List Network Connections and Ports 5)Find the five processes using the most memory (Power shell) ps | sort –p ws | select –last 5 6)Cycle a service (stop, and then restart it) like DHCP -- (Power shell) Restart-Service DHCP 7) Search a string in current path  (Power shell) dir -r  | select-string stringname 8) To get the system info and summary net statistics server/workstatition -uptime info C:\Users\vishnu>systeminfo | more Host Name:                 DESKTOP-JGGFDUJ OS Name:                   Microsoft Windows 10 Pro OS Version:                10.0.10586 N/A Build 10586 OS Manufacturer:           Microsoft Corporation OS Configuration:          Standalone Workstation OS Build Type:             Multip