comments
This commit is contained in:
parent
c4c77aaf63
commit
0910648b96
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
|
|||
|
||||
SET "repo=https://git.mylloon.fr/Anri/confOS/raw/branch/main"
|
||||
|
||||
:: Executed before everything, as normal user
|
||||
:: Executed as normal user
|
||||
fltmc >NUL 2>&1 || (
|
||||
:: === Install Spotify ==
|
||||
DEL "%APPDATA%\Spotify"
|
||||
|
@ -15,6 +15,7 @@ fltmc >NUL 2>&1 || (
|
|||
)
|
||||
EXIT 0
|
||||
)
|
||||
:: Executed as admin user
|
||||
|
||||
:: === Right click of Windows 10 ==
|
||||
REG ADD "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
||||
|
|
Loading…
Reference in a new issue