Skip to content

yay it came back ! #46

@freeload101

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

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