Windows 11 Tweaks, Fixes and Modifications [Overview]

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

  1. My VN

    My VN MDL Junior Member

    Oct 10, 2018
    60
    10
    0
  2. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    defiantly ;)
    it's just what I do quite often: perfecting my own stuff. probably because I first open any script in my editor (synwrite / cudatext) to inspect it, and only after hit ScrollLock to run it (custom action), so ideas are bound to happen in the process
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,761
    5,223
    120
    #1103 Dark Dinosaur, Apr 1, 2022
    Last edited: Apr 1, 2022
    I arrange competition you vs Einstein
    Every time you came up with some brilliant ideas :roll1:
    Will it work fine under home edition too ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    Great work, thank you!
     
  5. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,761
    5,223
    120
    #1106 Dark Dinosaur, Apr 2, 2022
    Last edited: Apr 7, 2022
    AutoUnattend [v3.0]
    Code:
    ~ Add PS command to disable Any Network Before OOBE stage
    ~ Add RunOnce PS command to Enable all Networks at First logon
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30
    Love the BlackViolet Theme.:rolleyes:
     
  7. roevmannen

    roevmannen MDL Novice

    Jun 2, 2012
    10
    3
    0
    #1108 roevmannen, Apr 3, 2022
    Last edited: Apr 3, 2022
    Get rid of Microsoft Teams popup

    Without having Teams installed you get popups several times a day. I might have found a solution that i've not seen elsewhere. Working so far. Turn off Micrsoft Store notifications. Ether manually or:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Microsoft.WindowsStore_8wekyb3d8bbwe!App]
    "Enabled"=dword:00000000
     
  8. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60
    #1109 KleineZiege, Apr 20, 2022
    Last edited: Apr 20, 2022
    maybe you have an idea

    Powershell script

    I have a spotify link in the start menu

    i can delete it but i have to activate it with one click.

    I want to delete it, then there are monsters like Disney+, Adobe Creative Cloud Express, etc....

    They just hang in the start menu

    just need a little food for thought

    edit:
    think has done
    vmware set up.
    just exporting a new startmenue, try to include it in install.wim
    let's see if it works
     
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,651
    3,398
    60
    I implements this at Custom Toolkit.
    Take the idea in the code.
    Code:
    set "StartMenuLayoutBIN=%Bin%\StartMenuLayoutBIN"
    
    set "DefaultStartMenuLayoutBIN=%StartMenuLayoutBIN%\DefaultStartMenuLayout.bin"
    set "CustomStartMenuLayoutBIN=%StartMenuLayoutBIN%\CustomStartMenuLayout.bin"
    
                       call :CreateFolder "%InstallMount%\%%i\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState"
                       if exist "%CustomStartMenuLayoutBIN%" (
                           copy /Y "%CustomStartMenuLayoutBIN%" "%InstallMount%\%%i\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\start.bin"
                       ) else (
                           copy /Y "%DefaultStartMenuLayoutBIN%" "%InstallMount%\%%i\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\start.bin"
                       )
    
                       :: Mounting Image Registry
                       echo.
                       echo.Mounting Image Registry...
                       call :MountImageRegistry "%InstallMount%\%%i"
                       echo.Importing Registry Settings to Image Registry...
    
                       :: Configure Start Pins
                       reg.exe add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\current\device\Start" /v "ConfigureStartPins" /t REG_SZ /d "{ \"pinnedList\": [ {  } ] }" /f >nul 2>&1
                       reg.exe add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\current\device\Start" /v "ConfigureStartPins_ProviderSet" /t REG_DWORD /d "0" /f >nul 2>&1
    
                       :: Un-Mounting Image Registry
                       echo.
                       echo.
                       echo.Un-Mounting Image Registry...
                       call :UnMountImageRegistry
                       echo.
    
    In the CustomToolkit package I left some templates to be integrated.
     
  10. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60

    thank you that has brought me further.
    I had first tried it with a
    LayoutModification.json
    that didn't work, but with the start.bin
    everything works now :)

    Have a nice day
     
  11. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60
  12. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60
    #1113 KleineZiege, Apr 21, 2022
    Last edited: Apr 21, 2022
    new update via WU KB5012643
    warum es 2 fach kam keine ahnung, hatte es schon drauf.
     
  13. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,761
    5,223
    120
    #1114 Dark Dinosaur, Apr 27, 2022
    Last edited: Apr 28, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    Update of what?
    Isn't it then just "disable defender" Instead of "Remove defender"?
     
  15. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,761
    5,223
    120
    Remove it by disable it
    Same meaning :cool:
    Install w10 ltsc again
    Seems cu updates work better
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    Can't fight that level of logic:thinking::D
     
  17. stashekmajcherc

    stashekmajcherc MDL Novice

    Sep 3, 2016
    34
    2
    0
    unable to return to
    classic right-click context menu on Windows 11 what the hell is ging on...any chance for working reg file?I tried with 4 different reg files unfortunately no chance.Please help!
     
  18. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    Have you tried this?

    RestoreClassisContextMenu.reg
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
    @=""
     
  19. stashekmajcherc

    stashekmajcherc MDL Novice

    Sep 3, 2016
    34
    2
    0
    Thanks a lot bro,now everything works fine!I'm still didn't findout what mistake I done,cos I every time modify my OS !!!Keep going dude!!!!Cheers!