- Local time
- 10:57 AM
- Posts
- 153
- OS
- Windows
My Computer
System One
-
- OS
- Windows
- CPU
- Intel 8086k
- Motherboard
- Asus z370-F
- Graphics Card(s)
- EVGA 3080 Ti FTW3 Ultra
- Sound Card
- ADI-2 DAC fs
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#Requires -RunAsAdministrator
Set-StrictMode -Version 'latest'
@('edgeupdate',
'edgeupdatem',
'MicrosoftEdgeElevationService'
) |
ForEach-Object {
Set-Service -Name $_ -StartupType Disabled -PassThru | Stop-Service
}
+
\MicrosoftEdgeUpdateTaskMachineUA{A1DE7797-4300-4293-A2ED-C9A1412BC27F} C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe
\MicrosoftEdgeUpdateTaskMachineCore{90C8F135-E889-4A3C-A852-B66D9551AD4B}
C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe
+
C:\Program Files (x86)\Microsoft\Edge\Application\128.0.2739.79\Installer\setup.exe
The main thing is don't click “About Edge” (can't remember, but something like that) in Edge.
I don't even have Edge on my PC. I used Chris Titus' script to uninstall it. Edge is a memory hog. I also disabled Defender completely (I use MBAM). Edge is annoyingView attachment 123977
Despite ending the task and deleting the files, it keeps opening upon restarting. Is there any way to prevent it from coming back?
I sent you a DMCan I get links to a script that disables defender completely? And one at uninstalls edge?
Wrong Thread