diff --git a/README.md b/README.md index 7faf4ea..44d303f 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,13 @@ StartMenu Local:
Remove / Disable Microsoft Edge + > ⚠ **This tweak simply disables the ability to create an Edge profile date, which is the safest thing to do!** + + ```powershell + $TempInstallerPath="$Env:USERPROFILE\AppData\Local\Microsoft" + New-Item -ItemType File -Path "$TempInstallerPath\Edge" + ``` + > ⚠ **This tweak is the most secure and does not break updates** ```powershell