From ee7b43afb438e3151111debf308f53b229bc4bec Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:32:42 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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