Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Get-WindowsUpdateLog
Get-WindowsUpdateLog
MD C:\WUTemp
CD C:\WUTemp
EXPAND.exe windows10.0-kb5049983-x64_504225784e5acb6fac71e101f342a0c66cb4a10d.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5049983-x64.cab
wmic qfe list brief /format:texttablewsys > "%userprofile%\Desktop\UpdateList.txt"
Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse |
Get-ItemProperty -name Version,Release -EA 0 |
Where { $_.PSChildName -match '^(?!S)\p{L}'} |
Select PSChildName, Version, Release
Has Sysnative Forums helped you? Please consider donating to help us support the site!