From b52a40123ebbfdaad277fbc67f6572266c27df3f Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:16:08 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44d303f..91c3333 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ StartMenu Local: > ⚠ **This tweak simply disables the ability to create an Edge profile date, which is the safest thing to do!** ```powershell + rm $Env:USERPROFILE/AppData/Local/Microsoft/Edge $TempInstallerPath="$Env:USERPROFILE\AppData\Local\Microsoft" New-Item -ItemType File -Path "$TempInstallerPath\Edge" ```