The complete REMOVAL of GET STARTED in installed apps and start menu


genocide088

New member
Local time
12:38 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?
 

My Computer

System One

  • OS
    windows 11 22H2

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS ROG Strix SCAR 16 G635LX
    CPU
    Intel Core Ultra 9 275HX
    Motherboard
    ASUS
    Memory
    SK Hynix 64GB DDR5-5600MHz RAM
    Graphics Card(s)
    GeForce RTX 5090 24 GB GDDR7 VRAM
    Sound Card
    Dolby Atmos-powered speakers - 2 tweeters and 3 downward firing woofers
    Monitor(s) Displays
    ASUS ROG Strix OLED XG27AQWMG QHD 280 Hz 27" Monitor
    Screen Resolution
    QHD (2560x1440)
    Hard Drives
    2x WD_BLACK SN850X 8TB SSDs (RAID 0)
    PSU
    380W AC Power Adapter
    Cooling
    Thermal Grizzly Conductonaut + IETS GT600 Cooling Pad
    Keyboard
    ROG Strix Scope II 96 RX Wireless
    Mouse
    ROG Chakram X Origin
    Internet Speed
    1 GBPS Down / 882 MBPS Up
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell XPS 15 9500
    CPU
    Intel i7-10875H
    Memory
    Kingston FURY Impact 64 GB 3200 MHz DDR4 RAM
    Graphics card(s)
    nVIDIA GeForce GTX 1650 Ti Max-Q w/ 4 GB GDDR6
    Sound Card
    Realtek
    Monitor(s) Displays
    15.6 UHD+ Touch, InfinityEdge, 500-nits, Anti-Reflecitve
    Screen Resolution
    3840 x 2400
    Hard Drives
    Samsung 990 PRO 2TB + 4TB SSDs
    PSU
    Dell 130W Laptop Charger USB C Type C AC Adapter
    Cooling
    Noctua NT-H2 Thermal Paste on CPU + GPU
    Mouse
    Logitech MX Anywhere 3
    Internet Speed
    1 GBPS Down / 875 MBPS Up
    Browser
    Google Chrome
    Antivirus
    AVG Free Antivirus
Back
Top Bottom