Skip to content

yay it came back ! #46

Description

@freeload101

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions