There was an error while loading. Please reload this page.
1 parent 021b0df commit ee60bfdCopy full SHA for ee60bfd
1 file changed
RSR.ps1
@@ -14,4 +14,4 @@ Set-Content -Path "C:\RIPTIDE.ppkg" -Value $bytes -Encoding Byte
14
#This removes existing provisioning packages to ensure a fresh start and prevent any conflicts, especially on Windows 10
15
Uninstall-ProvisioningPackage -AllInstalledPackages
16
#This applies the provisioning package without prompting
17
-Install-ProvisioningPackage -PackagePath C:\waste.ppkg -QuietInstall -ForceInstall
+Install-ProvisioningPackage -PackagePath C:\RIPTIDE.ppkg -QuietInstall -ForceInstall
0 commit comments