genocide088
New member
- Local time
- 6:18 AM
- Posts
- 4
- OS
- windows 11 22H2
I have only been half successful in removing 'Get Started' from Windows 11 'Installed Apps' and 'Start Menu'.
but its the start menu title still showing
powershell -inputformat none -outputformat none -NonInteractive -Command "get-appxpackage *getstarted* | remove-appxpackage"
takeown /f "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Assets" /r /d y
icacls "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Assets" /grant administrators:F /t
takeown /f "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHost.dll"
icacls "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHost.dll" /grant administrators:F /t
takeown /f "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHostApp.exe"
icacls "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHostApp.exe" /grant administrators:F /t
rmdir /s /q "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Assets"
del "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHost.dll"
del "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHostApp.exe"
This seems to remove it from 'Installed Apps', disables it and removed the icon, but it still has the title 'Get Started'.
Please can someone tell me how to completely remove it?
but its the start menu title still showing
powershell -inputformat none -outputformat none -NonInteractive -Command "get-appxpackage *getstarted* | remove-appxpackage"
takeown /f "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Assets" /r /d y
icacls "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Assets" /grant administrators:F /t
takeown /f "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHost.dll"
icacls "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHost.dll" /grant administrators:F /t
takeown /f "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHostApp.exe"
icacls "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHostApp.exe" /grant administrators:F /t
rmdir /s /q "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\Assets"
del "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHost.dll"
del "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\WebExperienceHostApp.exe"
This seems to remove it from 'Installed Apps', disables it and removed the icon, but it still has the title 'Get Started'.
Please can someone tell me how to completely remove it?
My Computer
System One
-
- OS
- windows 11 22H2