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 [2023/01/19 23:14] ram0042knowledge_base:windows_kb [2026/08/23 10:58] (current) – [System Repair] ram0042
Line 3: Line 3:
 ===== System Repair ===== ===== System Repair =====
  
-**DISM:** ''DISM.exe /Online /Cleanup-Image /Restorehealth''\\+//Note: Some systems require SFC before DISM then SFC once again// 
 + 
 +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
  
 ===== Power ===== ===== Power =====
Line 9: Line 23:
 ==== 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 23: 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 31: 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.1674198845.txt.gz · Last modified: by ram0042

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki