Skip to content

Commit 6e62dca

Browse files
committed
remove ads from start menu
1 parent 818e8f1 commit 6e62dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RapidOS Sources/Executables/StartMenu-Cleanup.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ foreach ($d in $packageDir) {
5757
}
5858
}
5959

60+
Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Start" -Name "Config" -ErrorAction SilentlyContinue
61+
6062
# Get all Appx packages for all users
6163
<# Breaks W11 Start Menu
6264
$packages = Get-AppxPackage -AllUsers

0 commit comments

Comments
 (0)