Stage one bootloop fix! (devs, please read)
Hi!
I was using the installer, when I got stuck in a bootloop.
I followed the closed issue on how to fix it, but just couldn't stop there. So I modified the setup/cmdLine (in regedit) to cmd.exe, and looked into the problem.
It is simple. I had Rectify11Installer.exe in my downloads, which is on OneDrive, so the full path was:
C:\Users\meh\OneDrive - <school.domain>\Downloads\Rectify11Installer.exe
I tried to run it with the /setup switch, as it was originally written in cmdLine, and the error stated that the system cannot access that file.
I ran Firefox from the same setup session, re-downloaded the installer, moved it to C:\, then run C:\Rectify11Installer.exe /setup.
And it worked.
So to fix this problem with the app, I suggest you to instruct the installer to copy itself to the %SystemDrive%, then set the cmdLine to THAT executable. (So instead of <EnvCurrentExePath> /setup it would be <EnvSystemDrive>\Rectify11Installer.exe /setup.)
I hope I could help and that this GitHub issue doesn't already exist...
Have a nice day! Hema2
Ty
Just use Defender Control to disable the Defender detection.
Just use Defender Control to disable the Defender detection.
That's probably not going to work. The main reason could be with file paths and spaces in file paths.
Just use Defender Control to disable the Defender detection.
I've clearly written down everything about this problem to help the developers, as I didn't have time to look for the affected code and correct it myself creating a pull request. It has absolutely nothing to do with Defender. :) fr nothing Thanks.