User Tools

Site Tools


knowledge_base:windows_kb

This is an old revision of the document!


Windows Knowledge Base

System Repair

DISM: DISM.exe /Online /Cleanup-Image /Restorehealth

SFC: sfc /scannow

Power

Hibernation

Hibernation off: powercfg.exe /hibernate off

Hibernation on: powercfg.exe /hibernate on

Shutdown

Shutdown immediately: shutdown -t 0

Reboot system immediately: shutdown -r -t 0

Networking

Mapped Drives

Assign disk-drive to shared directory: net use [DRIVE_LETTER]:\\[PATH_TO_SHARED_DIRECTORY] /user:[DOMAIN]\[USER] /persistent:yes

Unmount all mapped drives net use * /delete /y

Security

Windows Updates

Windows Update Cache Folder: C:\Windows\SoftwareDistribution\Download

Stop update service: net stop wuauserv

Start update service: net start wuauserv

Check for updates: wuauclt.exe /detectnow

Update: wuauclt.exe /updatenow

User Accounts

Create user: net user /add USERNAME PASSWORD

Enable Administrator: net user administrator /active:yes

knowledge_base/windows_kb.1674198909.txt.gz · Last modified: 2023/01/19 23:15 by ram0042

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki