You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for /f "tokens=8* delims=^\"%%iin ('reg query"%X86-UNINSTALL-REG%" /s /f "Ashampoo Burning Studio"^| findstr"HKEY"') do (
174
+
for /f "tokens=2* delims= "%%din ('reg query"%X86-UNINSTALL-REG%\%%i" /v "DisplayName"') do (
175
+
echo Uninstall: %%e
176
+
)
177
+
for /f "tokens=2* delims= "%%din ('reg query"%X86-UNINSTALL-REG%\%%i" /v "QuietUninstallString"') do (
178
+
%%e
179
+
)
180
+
)
181
+
for /f "tokens=7* delims=^\"%%iin ('reg query"%X64-UNINSTALL-REG%" /s /f "Ashampoo Burning Studio"^| findstr"HKEY"') do (
182
+
for /f "tokens=2* delims= "%%din ('reg query"%X64-UNINSTALL-REG%\%%i" /v "DisplayName"') do (
183
+
echo Uninstall: %%e
184
+
)
185
+
for /f "tokens=2* delims= "%%din ('reg query"%X64-UNINSTALL-REG%\%%i" /v "QuietUninstallString"') do (
186
+
%%e
187
+
)
188
+
)
189
+
190
+
%%a /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART &&del%%a||echo Ashampoo Burning Studio may require a product key, or the setup may report errors during execution. Run the setup manually and follow the instructions. &&timeout10
0 commit comments