Windows 11 Tweaks, Fixes and Modifications [Overview]

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

  1. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    #1061 AveYo, Feb 19, 2022
    Last edited: Mar 23, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. majster

    majster MDL Novice

    Sep 9, 2008
    2
    2
    0
    How do I roll back these changes back ?
     
  3. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Are you talking about BlackViolet.reg? with reset_all_theme_changes.reg
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
    [-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
    [-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
    
    
    Originally posted it on reddit and I did include the undo.reg script there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. majster

    majster MDL Novice

    Sep 9, 2008
    2
    2
    0
  5. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
  6. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    Its 7ZipSFXBuilder I really don't care what it wrotes.
     
  7. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,754
    5,216
    120
    listen, I have 2K screen,
    and it filled almost all of my display ;)
    and it seems that set EnableLUA to 0, its just enough.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Hmm thanks for your clarification | its a very nice tool created by you |
     
  9. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    2k or not. it will fit on %100 scaled screen. np. other settings are incase u open uac back. so it won't bother so much.
     
  10. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,824
    5,612
    180
    #1071 SAM-R, Mar 22, 2022
    Last edited: Mar 22, 2022
    How to run Vista RTM Theme on Windows 11 22579
    1st start with 6.0.6000.16386.vista_rtm.061101-2205.ISO.Then extract both Resource & Web Folder from the install.wim This gets you Default wallpaper, Default Colors from msstyles.dll., aero.theme, Aero Folder
    Default Hex Color 409efe

    Default Colors
    [Control Panel\Colors]
    Scrollbar=200 200 200
    Background=0 0 0
    ActiveTitle=153 180 209
    InactiveTitle=191 205 219
    Menu=240 240 240
    Window=255 255 255
    WindowFrame=100 100 100
    MenuText=0 0 0
    WindowText=0 0 0
    TitleText=0 0 0
    ActiveBorder=180 180 180
    InactiveBorder=244 247 252
    AppWorkspace=171 171 171
    Hilight=51 153 255
    HilightText=255 255 255
    ButtonFace=240 240 240
    ButtonShadow=160 160 160
    GrayText=128 128 128
    ButtonText=0 0 0
    InactiveTitleText=67 78 84
    ButtonHilight=255 255 255
    ButtonDkShadow=105 105 105
    ButtonLight=227 227 227
    InfoText=0 0 0
    InfoWindow=255 255 225
    ButtonAlternateFace=0 0 0
    HotTrackingColor=0 102 204
    GradientActiveTitle=185 209 234
    GradientInactiveTitle=215 228 242
    MenuHilight=51 153 255
    MenuBar=240 240 240

    Default Wallpaper

    img22.jpg
     
  11. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,754
    5,216
    120
    I want XP them instead :cool:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,754
    5,216
    120
    #1074 Dark Dinosaur, Mar 22, 2022
    Last edited: Mar 22, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ahczwudichao

    ahczwudichao MDL Junior Member

    May 1, 2013
    95
    79
    0
    Thanks sir, could you help share the content for registry in wim ?

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]

    want to match the accent color info with original Vista
     
  14. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Updated Pitch Black Theme.reg with Ctrl + Alt + Del support (all the pre-sign-in ui that could only go as low as dark gray before)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mrbbq

    mrbbq MDL Addicted

    Jul 18, 2015
    510
    277
    30
    #1079 mrbbq, Mar 25, 2022
    Last edited: Mar 25, 2022
    Just been trying these out on Server 25075 - very nice work! Alt-themes often go a little too wild and end up creating a bit of a visually glitchy mess.
    EDIT: Now using it on my regular 11 install too!
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,651
    3,398
    60
    #1080 inTerActionVRI, Mar 25, 2022
    Last edited: Mar 30, 2022
    Guys, I think it is interesting to leave a fix and Tweak here.

    In case any of you have applied any tweaks from Windows 10 in Windows 11 that disable Notification Center.

    Just enable it again in Windows 11.
    Code:
    @echo OFF
    
    cd /d "%~dp0"
    
    setlocal EnableExtensions EnableDelayedExpansion
    
    for /f %%f in ('dir /B /ADH-I /OG "%HomeDRIVE%\Users" ^| findstr /I "Default" 2^>nul') do (
       if exist "%HomeDRIVE%\Users\%%f\NTUSER.dat" (
           set "DU_NTUSERdat=%HomeDRIVE%\Users\%%f\NTUSER.dat"
       )
    )
    
    color 0E
    :options
    cls
    echo.===============================================================================
    echo.
    echo.Enabling Notification Center to fix Windows 11
    echo."Wi-Fi, Volume Control, Battery Status and Calendar"
    echo.Taskbar Icons not Working issue.
    echo.or
    echo.You can use Chris Titus Tech Windows Toolbox - "Enable Action Center" Option.
    echo.
    echo.The Windows 10 Tweak that causes this issue is:
    echo.reg.exe add ... "DisableNotificationCenter" /t REG_DWORD /d "1" /f.
    echo.
    echo.
    >nul 2>&1 reg.exe query HKU\S-1-5-19
    if errorLevel 1 (
       echo. Note: You can start the script again as Administrator.
       echo.       Or use the option below.
       echo.
       echo. [A]  Get Administrator Rights
       echo.
    ) else (
       echo. [1]  Enable Action Center ^(Notification Center^)
       echo.      Note: Explorer will be closed and restarted
       echo. [2]  Disable Action Center ^(Notification Center^)
       echo.      Note: Explorer will be closed and restarted
       echo.
       echo. [3]  Disable Windows 11 New Watermark Message:
       echo.      "System requirements not met. Go to Settings to learn more."
       echo.
    )
    echo.
    echo. [Q] Quit
    echo.
    echo.===============================================================================
    choice /C:A123Q /N /M "Enter Your Choice :"
    if errorlevel 5 exit
    
    if errorlevel 4 (
       rem Default REG_DWORD value is "1"
       :: Mounting Live Windows Session Image Registry for Default USER
       reg.exe load HKLM\HKDU "!DU_NTUSERdat!"
       reg.exe add "HKLM\HKDU\Control Panel\UnsupportedHardwareNotificationCache" /v "SV1" /t REG_DWORD /d "0" /f
       reg.exe add "HKLM\HKDU\Control Panel\UnsupportedHardwareNotificationCache" /v "SV2" /t REG_DWORD /d "0" /f
       :: Un-Mounting Image Registry
       reg.exe unload HKLM\HKDU
    
       reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v "SV1" /t REG_DWORD /d "0" /f
       reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v "SV2" /t REG_DWORD /d "0" /f
    ) >nul 2>&1
    
    if errorlevel 3 (
       TaskKill.exe /F /IM "explorer.exe"
    
       :: Mounting Live Windows Session Image Registry for Default USER
       reg.exe load HKLM\HKDU "!DU_NTUSERdat!"
       reg.exe add "HKLM\HKDU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d "1" /f
       :: Un-Mounting Image Registry
       reg.exe unload HKLM\HKDU
    
       reg.exe add "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d "1" /f
       reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d "1" /f
    
       @start "" /I "explorer.exe"
    ) >nul 2>&1
    
    if errorlevel 2 (
       TaskKill.exe /F /IM "explorer.exe"
    
       :: Mounting Live Windows Session Image Registry for Default USER
       reg.exe load HKLM\HKDU "!DU_NTUSERdat!"
       reg.exe delete "HKLM\HKDU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /f
       :: Un-Mounting Image Registry
       reg.exe unload HKLM\HKDU
    
       reg.exe delete "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /f
       reg.exe delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /f
    
       @start "" /I "explorer.exe"
    ) >nul 2>&1
    
    if errorlevel 1 (
       goto :AdminRights
    )
    
    echo.
    echo.Done
    echo.
    pause
    goto :options
    
    ::==========================================
    :: Getting Admin Rights
    :AdminRights
    >nul 2>&1 reg.exe query HKU\S-1-5-19 || (
       PowerShell.exe -NoP -C "Start '%0' -Verb RunAs" || (
           >"%TMP%\GetAdmin.vbs" echo.CreateObject^("Shell.Application"^).ShellExecute "%~0", "%*" , "", "runas", 1
           >nul CScript.exe //U //NoLogo "%TMP%\GetAdmin.vbs"
           if exist "%TMP%\GetAdmin.vbs" del /F /Q "%TMP%\GetAdmin.vbs"
       )
       exit
    )
    ::==========================================
    
    The Tweak is to hide the new watermark. This can be added to the Bypass Hardware Requirements Tweaks to be applied in Live Windows session. Or integrated into install.wim.
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Control Panel\UnsupportedHardwareNotificationCache]
    "SV1"=dword:00000000
    "SV2"=dword:00000000
    
    Script and Reg Tweak attached.


    EDIT: Both files fixed as per abbodi1406's notes.
    Script can be started as admin or select the "Get Admin Rights" option in the menu.

    Available options:

    [1] Enable Action Center (Notification Center)
    Note: Explorer will be closed and restarted
    [2] Disable Action Center (Notification Center)
    Note: Explorer will be closed and restarted

    [3] Disable Windows 11 New Watermark Message:
    "System requirements not met. Go to Settings to learn more."