Update README.md

This commit is contained in:
jestxfot
2024-03-09 14:32:42 +03:00
committed by GitHub
parent 7a86eccc50
commit ee7b43afb4
+7
View File
@@ -372,6 +372,13 @@ StartMenu Local:
<details><summary><b><img width=20px src="https://site-iota-coral.vercel.app/icon/edge.png"></img> Remove / Disable Microsoft Edge</b></summary>
> ⚠ **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