You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ...
The text was updated successfully, but these errors were encountered: