►Support the channel https://www.donationalerts.com/r/pinv...
Script for a free Windows 7 to Windows 10 upgrade without losing data or apps
Set-ExecutionPolicy Unrestricted - change the registry key for running the script, allow
Set-ExecutionPolicy Restricted - change the registry key for running the script, deny
$dir = "c:\Update"
mkdir $dir
$webClient = New-Object System.Net.WebClient
$url = "https://go.microsoft.com/fwlink/?Link..."
$file = "$($dir)\Win10Upgrade.exe"
$webClient.DownloadFile($url,$file)
Start-Process -FilePath $file -ArgumentList "/quietinstall /skipeula /auto upgrade /copylogs $dir" -verb runas
► Click here to subscribe: https://www.youtube.com/channel/UCMiC...
and turn on notifications!!!
If you enjoyed this video, please give it a like and leave a review in the comments!!!