Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yay it came back ! #46

Open
freeload101 opened this issue Feb 29, 2024 · 0 comments
Open

yay it came back ! #46

freeload101 opened this issue Feb 29, 2024 · 0 comments

Comments

@freeload101
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant