A way to directly open 'Cleanup recommendation' settings GUI, from Command prompt (or) powershell

52 Views Asked by At

Is there any way to directly open 'Cleanup recommendation' settings GUI, from Command prompt (or) powershell. enter image description here

Start-Process "explorer.exe" "ms-settings:storagesense" --> this powershell command is opening System>storage page. similarly is it possible to open System>Storage>Cleanup recommendations page?

1

There are 1 best solutions below

3
GetShifting On

This will do it:

Start-Process "explorer.exe" "ms-settings:storagerecommendations"