Windows 8.1 Registry Tweaks

Discussion in 'Windows 8' started by MSMG, Jul 2, 2013.

  1. Al_Jourgensen

    Al_Jourgensen MDL Junior Member

    Sep 17, 2013
    80
    41
    0
    #101 Al_Jourgensen, Sep 24, 2013
    Last edited: Sep 24, 2013
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
  3. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #103 Mr Jinje, Sep 30, 2013
    Last edited by a moderator: Apr 20, 2017
  4. Lumandris

    Lumandris MDL Novice

    Sep 30, 2013
    2
    0
    0
    #104 Lumandris, Sep 30, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    ; Change LogonUI and Startscreen Default Background Color 
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent] 
    "StartColor"=dword:ffb76800 
    "AccentColor"=dword:fff86400  
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent] 
    "DefaultColorSet"=dword:00000011   
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent] 
    "ColorSet_Version3"=dword:00000011
    
    These keys don't seem to work in Windows 8.1. I'm looking to change the background color of the logon screen after pressing ctrl+alt+delete (it's currently purple).

    In 8.0, it could be changed by setting one of the keys above, "DefaultColorSet", i.e.:

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent] 
    "DefaultColorSet"=dword:00000005
    
    Anyone have any luck?
     
  5. Enigma256

    Enigma256 MDL Senior Member

    Jan 17, 2011
    357
    309
    10
    #105 Enigma256, Sep 30, 2013
    Last edited by a moderator: Apr 20, 2017
    Here are some of mine:

    Code:
    : Always show the file extension for .exe and .com files because hiding them was one of the dumbest security mistakes MSFT ever made
    reg add "HKLM\SOFTWARE\Classes\comfile" /v "AlwaysShowExt" /t REG_SZ /d "" /f
    reg add "HKLM\SOFTWARE\Classes\exefile" /v "AlwaysShowExt" /t REG_SZ /d "" /f
    
    : Show CD/DVD/BD/Card drives even when no disk is present.
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideDrivesWithNoMedia" /t REG_DWORD /d 0 /f
    
    : Turn off the let-me-teach-you-about-Metro tutorial tips
    reg add "HKCU\Software\Policies\Microsoft\Windows\EdgeUI" /v "DisableHelpSticker" /t REG_DWORD /d 1 /f
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    are you asking about how to add commands to Quick Access Toolbar, if then just expand the Ribbon Interface, right click on the desired command and choose "Add to Quick Access Toolbar"

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    #107 MSMG, Oct 1, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    In Windows 8.0 it works properly but in Windows 8.1 it works but the default purple color screen first appears and the color changes to the user selected color, am still trying out the find the reason..

     
  8. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
  9. Lumandris

    Lumandris MDL Novice

    Sep 30, 2013
    2
    0
    0
    #109 Lumandris, Oct 1, 2013
    Last edited: Oct 1, 2013
    Aye, I'm working on an 8.1 system that's joined to a domain. I've got ctrl+alt+delete set, and the last username isn't shown, so what I see is the generic, big square gray/white user profile icon, to the right of it the username/password fields, and most importantly the purple background. I don't even see my selected background or accent color because this is essentially going to be a multi-user system.

    .. Really wish DefaultColorSet still worked, that purple doesn't jive with current working conditions.

    Setting a policy that forces the background color doesn't work, either, because users will still want the ability to change the colors to their liking, and I don't want to take that away.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    #110 MSMG, Oct 9, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Try this new tweak, it solved my problem

    Code:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
    "StartColor"=dword:fff09c00
    "AccentColor"=dword:ffb76900
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
    "DefaultStartColor"=dword:fff09c00
    
    
     
  11. kingxiao44

    kingxiao44 MDL Novice

    Oct 9, 2013
    1
    0
    0
    Give me a ISO file ...
     
  12. hb860

    hb860 MDL Expert

    May 7, 2010
    1,012
    1,858
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. mehargags

    mehargags MDL Member

    Dec 1, 2008
    128
    7
    10
    a bit weird, but I'm wondering if there is a Reg key to display "Quick Launch" bar in the taskbar. I can't avoid my love for it! would be easy for me in future as I deploy alot of windows PCs monthly!
     
  14. jemeljsh

    jemeljsh MDL Novice

    Oct 19, 2013
    2
    0
    0
    #115 jemeljsh, Oct 29, 2013
    Last edited by a moderator: Apr 20, 2017

    Finally I found a solution for this nonsense issue. I also had the same issue where after installing fresh windows 8.1 at login screen/user welcome screen default purple color screen would first appear and right after color would change to the one I have selected under personalize options in metro UI.

    Thanks for this.
     
  15. jemeljsh

    jemeljsh MDL Novice

    Oct 19, 2013
    2
    0
    0
    Can somebody share how can I disable user welcome screen in windows 8.1 (x64 pro) that appears right after windows logo ?

    No gui boot/Boot UI tuner allows me to get rid of the Windows logo and loading circle, however I cannot find a way to disable the user welcome screen/splash screen that appears right after logo screen, even though the only administrator account has no password (password and username entry is disabled through netplwiz.exe). Lock scren has also been successfully disabled, but user welcome screen still appears during boot.
     
  16. ptd163

    ptd163 MDL Novice

    Aug 14, 2013
    16
    7
    0
    The tweaks for removing the folders from 'This PC' aren't working for me. I've been testing my custom built images on VMs and they never seem to remove them during OSD. If I run the tweaks after from the OS, it removes them just fine.

    Anyone know why that's happening?
     
  17. catdog215

    catdog215 MDL Senior Member

    Oct 21, 2009
    419
    22
    10
    Any registry tweak to show "This pc" icon on desktop?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Stripakulina

    Stripakulina MDL Member

    Jul 19, 2009
    203
    509
    10
    #119 Stripakulina, Nov 1, 2013
    Last edited by a moderator: Apr 20, 2017
    catdog215

    Code:
    Windows Registry Editor Version 5.00 
    
    ;-----Put "This pc" icon on desktop
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. IMT85GAMR

    IMT85GAMR MDL Novice

    May 16, 2013
    16
    1
    0
    Thank you, this is useful