change the wsreset position to run before the network resets

main
LeDragoX 4 years ago committed by Plínio Larrubia
parent c2e0405eb2
commit 38b8b2f8d0
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -8,6 +8,13 @@ Write-Host ""
sfc /scannow
dism.exe /online /cleanup-image /restorehealth
Write-Host "<==========================================>"
Write-Host "Resetting the MS Store [Optional]"
Write-Host "<==========================================>"
Write-Host ""
Start-Process wsreset
Write-Host "<==========================================>"
Write-Host "This will Fix your Start Menu not opening [Optional]"
Write-Host "<==========================================>"
@ -18,8 +25,6 @@ Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer
Get-AppXPackage -AllUsers | ForEach-Object {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Start-Process explorer
Start-Process wsreset
Write-Host "Solving Network problems..."
ipconfig /release
ipconfig /release6

Loading…
Cancel
Save