---
RUN ->Type: systeminfo
In this video, I will show 3 methods to access advanced startup options in Windows 10.
1. Access advanced startup options from Windows by hold ‘Shift’ key while select ‘Restart’
2. Boot to advanced startup options with Windows installation media or recovery drive [ update & security ->Recovery -- > Restart 3. Use hard reset to access advanced startup options
License is Retail, OEM or Volume
RUN-cmd -> winver
C:\Users\arif8> slmgr /dlv
C:\Users\arif8> slmgr /xpr
C:\Users\arif8> slmgr -dli
Scan Disk
chkdsk /f /r c:sfc /scannow dism /online /cleanup-image /restorehealth
Powershellcmd.exe /b /c start /b /min powershell.exeFull Screen Capture: website ctrl + shift + i And ctrl + shift + P Run> screenshort -> full size Open the Network Connections
- RUN ->Type ncpa.cpl
- Hit Enter or click OK
System Properties RUN ->Type: sysdm.cpl Computer Management RUN ->Type: compmgmt.msc Open Disk ManagementRUN ->Type diskmgmt.mscRestart Machine With Command Prompt
RUN ->Type: shutdown -r -t 0 Shut Down Your PCRUN ->Type: shutdown /s Computer Management RUN ->Type: compmgmt.msc Remove Network Credentials via Command Prompt>:cmdnet use \\ServerName /del ornet use * /DELETE Essential Windows Repair Commands: >:cmd• sfc /scannow DISM repair scan • DISM /Online /Cleanup-Image /RestoreHealth DISM /Online /Cleanup-Image /checkhealth DISM /Online /Cleanup-Image /scanhealth• chkdsk C: /f/r Fixes disk errors and marks bad sectors • bootrec /fixmbr | /fixboothet stop crytSvcnet stop bits Stops the Background Intelligent Transfer Service net stop miservernet stop wuauserv Stop update• regeditbootrec /rebuildbcd check all booting problems del %windir\\SoftwareDistribution\*.* /s /q Deletes corrupted Windows Update cache files Select Troubleshoot from the Choose an option menu, then select Command Prompt [Boot]
sfc /scannow /offbootdir=C:\ /offbootdir=C:\Windows and press Enter.
Launches Startup Repair Tool in recovery.
Boot into Windows Recovery (Shift + Restart → Troubleshoot → Advanced Options → Command Prompt)
startrep.exe
---