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 [2023/01/19 23:15] – [System Repair] ram0042 | knowledge_base:windows_kb [2026/08/23 10:58] (current) – [System Repair] ram0042 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== System Repair ===== | ===== System Repair ===== | ||
| - | **DISM:** '' | + | //Note: Some systems require SFC before DISM then SFC once again// |
| + | |||
| + | DISM: | ||
| + | |||
| + | | ||
| + | |||
| + | //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.exe /Online / | ||
| + | |||
| + | 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 24: | 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 ==== | ||
| + | |||
| + | Registry Key | ||
| + | |||
| + | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\DisableWpad | ||
| + | |||
| + | DWORD value for the following registry subkey to 1 | ||
| ===== Security ===== | ===== Security ===== | ||
| Line 32: | 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: | ||
| + | |||
| + | net user administrator / | ||
| + | |||
| + | ===== Activate ===== | ||
| - | **Enable Administrator:** '' | + | irm https:// |
knowledge_base/windows_kb.1674198909.txt.gz · Last modified: by ram0042
