fox icon indicating copy to clipboard operation
fox copied to clipboard

yay it came back !

Open freeload101 opened this issue 4 months ago • 0 comments

Looking for any good tips on keeping edge from getting reinstalled .. OVER AND OVER AGAIN??? ...for now I run your script and clobber anything with a edge.exe ...


echo "run this as TRUSTED INSTALLER use  ExecTI.exe "
cd c:\


FOR /F "tokens=* delims=" %%A in ('dir /b /s *edge*.exe') do (
echo "clobbering  %%A"
echo '' > "%%A"

)
pause

freeload101 avatar Feb 29 '24 19:02 freeload101