knowledge_base:windows_kb
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| knowledge_base:windows_kb [2026/08/20 22:45] – [Activate] ram0042 | knowledge_base:windows_kb [2026/08/23 10:58] (current) – [System Repair] ram0042 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| //Note: Some systems require SFC before DISM then SFC once again// | //Note: Some systems require SFC before DISM then SFC once again// | ||
| - | **DISM:** '' | + | DISM: |
| + | |||
| + | | ||
| //Note: The source files could not be found message requires an upgrade to current Windows version to allow repair of OS.// | //Note: The source files could not be found message requires an upgrade to current Windows version to allow repair of OS.// | ||
| - | **DISM Source Post Repair Command:** '' | + | DISM Source Post Repair Command: |
| + | |||
| + | | ||
| + | |||
| + | SFC: | ||
| + | |||
| + | sfc /scannow | ||
| - | **SFC:** '' | ||
| ===== Power ===== | ===== Power ===== | ||
| ==== Hibernation ==== | ==== Hibernation ==== | ||
| - | **Hibernation off:** '' | + | Hibernation off: |
| - | **Hibernation on:** '' | + | powercfg.exe /hibernate off |
| + | |||
| + | Hibernation on: | ||
| + | |||
| + | | ||
| ==== Shutdown ==== | ==== Shutdown ==== | ||
| - | **Shutdown immediately: | + | Shutdown immediately: |
| - | **Reboot system immediately: | + | shutdown -t 0 |
| + | |||
| + | Reboot system immediately: | ||
| + | |||
| + | | ||
| ===== Networking ===== | ===== Networking ===== | ||
| Line 30: | Line 45: | ||
| ==== Mapped Drives ==== | ==== Mapped Drives ==== | ||
| - | **Assign disk-drive to shared directory:** '' | + | Assign disk-drive to shared directory: |
| - | **Unmount all mapped drives** '' | + | net use [DRIVE_LETTER]: |
| + | |||
| + | Unmount all mapped drives | ||
| + | |||
| + | | ||
| ==== Disable WPAD ==== | ==== Disable WPAD ==== | ||
| - | **Registry Key** '' | + | Registry Key |
| + | |||
| + | | ||
| DWORD value for the following registry subkey to 1 | DWORD value for the following registry subkey to 1 | ||
| Line 44: | Line 65: | ||
| ==== Windows Updates ==== | ==== Windows Updates ==== | ||
| - | **Windows Update Cache Folder:** '' | + | Windows Update Cache Folder: |
| - | **Stop update service:** '' | + | C:\Windows\SoftwareDistribution\Download'' |
| - | **Start | + | Stop update service: |
| - | **Check for updates:** '' | + | net stop wuauserv |
| - | **Update:** '' | + | Start update service: |
| + | |||
| + | net start wuauserv | ||
| + | |||
| + | Check for updates: | ||
| + | |||
| + | wuauclt.exe / | ||
| + | |||
| + | Update: | ||
| + | |||
| + | | ||
| ===== User Accounts ===== | ===== User Accounts ===== | ||
| - | **Create user:** '' | + | Create user: |
| + | |||
| + | | ||
| + | |||
| + | Enable Administrator: | ||
| - | **Enable Administrator: | + | |
| ===== Activate ===== | ===== Activate ===== | ||
| irm https:// | irm https:// | ||
knowledge_base/windows_kb.1787291135.txt.gz · Last modified: by ram0042
