Windows 11 Tweaks, Fixes and Modifications [Overview]

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,397
    2,378
    60
    ... personally think it should be represented here, however...
    Having toyed with this (an earlier version) was looking forward to seeing what improvements would be brought to the table.

    However BIG BUG.... Looks great but doesn't see any of my functioning HDDs (and they are many), SNMJT ATM
    strangely enough, it does however see (recognise) the 1 corrupted drive that I have been labouriously trying to rescue data from
     
  2. MARKZ1ON

    MARKZ1ON MDL Junior Member

    May 22, 2020
    59
    3
    0
  3. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    502
    97
    30
    Please provide any solution for this
     
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,158
    5,975
    150
    #625 Dark Dinosaur, Oct 6, 2021
    Last edited: Oct 6, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Opa114

    Opa114 MDL Novice

    Aug 28, 2009
    37
    4
    0
    Can someone provide commands to fully remove:
    - First Steps (win11) app

    And is it possible to fully remove the folliwing apps and stuff without any problems or system instability or other issues or disadvantages?:
    - Your Smartphone
    - Cortana

    thanks!
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,158
    5,975
    150
    #627 Dark Dinosaur, Oct 6, 2021
    Last edited: Oct 6, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. why dont u use [usergridview] for a fully grid view of apps then which apps are selected from that Powershell GUI will be removed.
    plus u can use aliases for powershell params ie nop for noprofile ep for exectionpolicy c for command etc etc.
     
  8. Opa114

    Opa114 MDL Novice

    Aug 28, 2009
    37
    4
    0
    Worked thanks, but what about the "first steps" app?
     
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,158
    5,975
    150
    #630 Dark Dinosaur, Oct 6, 2021
    Last edited: Oct 6, 2021
    never mine …
    just updates it to this.

    + Phone (YourPhone)
    + 549981C3F5F10 (Cortona)
    Code:
    echo == Remove UUP Apps
    for %%# in (549981C3F5F10,Recorder,Alarms,Phone,Films,Music,People,Automate,Sketch,XBox,Maps,3DBuilder,Wallet,Weather,Reality,Note,BingNews,BingSports,BingFinance,ZuneMusic,ZuneVideo,Notes,Todo,OfficeHub) do (
        >nul powershell -noprofile -executionpolicy bypass -command "Get-AppxPackage -Name *%%#* -AllUsers | Foreach {Remove-AppxPackage $_.PackageFullName -AllUsers}"
    )
    
    Better Version ? Sure.!
    any suggestion ?
    Code:
    echo == Remove UUP Apps
    for %%# in (549981C3F5F10,Recorder,Alarms,Phone,Films,Music,People,Automate,Sketch,XBox,Maps,3DBuilder,Wallet,Weather,Reality,Note,Bing,Zune,Notes,Todo,OfficeHub) do (
        >nul powershell -noprofile -executionpolicy bypass -command "Get-AppxPackage -Name *%%#* -AllUsers | Foreach {Remove-AppxPackage $_.PackageFullName -AllUsers}"
    )
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. adinid

    adinid MDL Junior Member

    Nov 23, 2014
    62
    24
    0
    start 11 vs startallback anyone tried them?
     
  11. #632 Deleted member 1385001, Oct 6, 2021
    Last edited by a moderator: Oct 6, 2021
    i mean to say this plz compare [Out-GridView -PassThru -Title 'Any Thing User Wants to be Displayed as GUI title'] with just a Pipeline :

    Add a safe removal apps Msgbox before each command with timout of 600 secs so that user will read it & apply the list.

    Powershell -Command "Get-AppXProvisionedPackage -Online | Out-GridView -PassThru -Title 'Select Windows Apps to Remove' | Remove-AppxProvisionedPackage -Online -Verbose"

    Powershell -Command "Get-AppXPackage -AllUsers | Out-GridView -PassThru -Title 'Select System Apps to Remove' | Remove-AppxPackage -AllUsers -Verbose"

    Powershell -Command "Get-WindowsOptionalFeature -Online | Where-Object {$_.State -eq 'Enabled' } | Out-GridView -PassThru -Title 'Select Windows Optional Features to Disable' | Disable-WindowsOptionalFeature -Online -Verbose"

    Powershell -Command "Get-WindowsCapability -Online | Where-Object {$_.State -eq 'Installed' } | Out-GridView -PassThru -Title 'Select Windows Capabilities to Remove' | Remove-WindowsCapability -Online -Verbose"
     
  12. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,397
    2,378
    60
    So did I, but to know avail "FilesUWP view is Missing (Not Showing) my C, D, E, F, G,H and J,HDDs" so unusable my end....
     
  13. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,103
    30
    #634 Xtreme21, Oct 6, 2021
    Last edited: Oct 6, 2021
    Both through all versions so far. StartAllBack restores the Win 10 Taskbar and classic context menus, very customisable, adding of the old Quick Launch bar etc. Start11 doesn't, therefore the taskbar is as standard in Win 11 with very little customization. Start menu wise, there is very little difference between them. However, as has been mentioned, if MS remove the ability to restore the Win 10 taskbar, StartAllBack and ExplorerPatcher etc are in need of change, but surely MS wouldn't do that would they! Is that why Stardock have chosen to not restore it with Start11, who knows! Anyway, IMO StartAllBack is a long way ahead atm and my choice. I've posted screens of them both in the same post somewhere.

    This post. Screenshots of both.

    Also, someone recently posted Stardock's announcement of a big update to Start11 soon. Bit naughty to have their beta software only available through a paywall though!
     
  14. adinid

    adinid MDL Junior Member

    Nov 23, 2014
    62
    24
    0

    thanks btw I am planning to upgrade and thinking which tweaks makes most sense

    context menu fix
    startallback
    remove web search from start and o&oshutup anything else you guys suggest?
     
  15. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,103
    30
    Thanks. That's exactly the registry tweak I used when I posted it here. Irrelevant now anyway, as in my previous post about it the progress dialog when copying etc isn't for me, I'll pass on Files v2.xxx for now.
     
  16. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,158
    5,975
    150
    #640 Dark Dinosaur, Oct 6, 2021
    Last edited: Oct 6, 2021
    ---
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...