User Tools

Site Tools


knowledge_base:windows_kb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
knowledge_base:windows_kb [2024/01/23 20:50] – [System Repair] ram0042knowledge_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.exe /Online /Cleanup-Image /Restorehealth''\\+DISM: 
 + 
 +  DISM.exe /Online /Cleanup-Image /Restorehealth 
 + 
 +//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 /Cleanup-Image /StartComponentCleanup 
 + 
 +SFC: 
 + 
 +  sfc /scannow
  
-**SFC:** ''sfc /scannow''\\ 
 ===== Power ===== ===== Power =====
  
 ==== Hibernation ==== ==== Hibernation ====
  
-**Hibernation off:** ''powercfg.exe /hibernate off''\\+Hibernation off:
  
-**Hibernation on:** ''powercfg.exe /hibernate on''\\+  powercfg.exe /hibernate off 
 + 
 +Hibernation on: 
 + 
 +  powercfg.exe /hibernate on
  
 ==== Shutdown ==== ==== Shutdown ====
  
-**Shutdown immediately:** ''shutdown -t 0''\\+Shutdown immediately:
  
-**Reboot system immediately:** ''shutdown -r -t 0''\\+  shutdown -t 0 
 + 
 +Reboot system immediately: 
 + 
 +  shutdown -r -t 0
  
 ===== Networking ===== ===== Networking =====
Line 26: Line 45:
 ==== Mapped Drives ==== ==== Mapped Drives ====
  
-**Assign disk-drive to shared directory:** ''net use [DRIVE_LETTER]:\\[PATH_TO_SHARED_DIRECTORY] /user:[DOMAIN]\[USER] /persistent:yes''\\+Assign disk-drive to shared directory:
  
-**Unmount all mapped drives** ''net use * /delete /y''\\+  net use [DRIVE_LETTER]:\\[PATH_TO_SHARED_DIRECTORY] /user:[DOMAIN]\[USER] /persistent:yes 
 + 
 +Unmount all mapped drives 
 + 
 +  net use * /delete /y 
 + 
 +==== 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 34: Line 65:
 ==== Windows Updates ==== ==== Windows Updates ====
  
-**Windows Update Cache Folder:** ''C:\Windows\SoftwareDistribution\Download''\\+Windows Update Cache Folder:
  
-**Stop update service:** ''net stop wuauserv''\\+  C:\Windows\SoftwareDistribution\Download''
  
-**Start update service:** ''net start wuauserv''\\+Stop update service:
  
-**Check for updates:** ''wuauclt.exe /detectnow''\\+  net stop wuauserv
  
-**Update:** ''wuauclt.exe /updatenow''\\+Start update service: 
 + 
 +  net start wuauserv 
 + 
 +Check for updates: 
 + 
 +  wuauclt.exe /detectnow 
 + 
 +Update: 
 + 
 +  wuauclt.exe /updatenow
  
 ===== User Accounts ===== ===== User Accounts =====
  
-**Create user:** ''net user /add //USERNAME// //PASSWORD//''\\+Create user: 
 + 
 +  net user /add //USERNAME// //PASSWORD// 
 + 
 +Enable Administrator: 
 + 
 +  net user administrator /active:yes 
 + 
 +===== Activate =====
  
-**Enable Administrator:** ''net user administrator /active:yes''\\+  irm https://get.activated.win | iex
knowledge_base/windows_kb.1706071831.txt.gz · Last modified: by ram0042

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki