As administrator, set the registry value HKLM\Software\0patch\ExcludeModules to "firefox.exe" (without quotes). Then to enforce this new setting without restarting your computer, change the value of HKLM\SOFTWARE\0patch\CallbackKeys\UnloadLoaderDll\Counter to any other number than it already has (this removes 0patch loader from all processes), and restart the 0patch Service.
Hier waren alleine die beiden ersten Änderungen der Reg schon erfolgreich und ich konnte Firefox problemlos installieren.
Doch dann steht da:
(this removes 0patch loader from all processes), and restart the 0patch Service.
Dies kann mit dem folgenden Befehlszeilen-Skript geschehen, das als Administrator ausgeführt wird.
reg add HKEY_LOCAL_MACHINE\SOFTWARE\0patch /v ExcludeModules /t REG_SZ /d "firefox.exe" /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\0patch\CallbackKeys\UnloadLoaderDll /v Counter /t REG_DWORD /d %random%%random% /f
net stop 0patchService
net start 0patchService
Aber wie geht das? Kommt das in die Eingabeaufforderung und Enter klicken? Kannst Du oder könnt Ihr mir das bitte kurz erklären.
Danke