Windows 10 Tweaks & Fixes

Discussion in 'Windows 10' started by Zardoc, Jul 17, 2015.

  1. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    I have two monitors with a slide show. Each monitor has a different wallpaper.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. azek

    azek MDL Novice

    Jul 25, 2015
    2
    0
    0
    #442 azek, Jul 26, 2015
    Last edited: Jul 26, 2015
    You're correct. Each monitor can have its own wallpaper if you use the slideshow option.

    Having a 1920x1200 monitor and a 2560x1440 one, I'd prefer specifying which wallpaper goes where.


    EDIT: I found the solution to access the old wallpaper configuration screen, in the cmd prompt, type in "control /name Microsoft.Personalization /page pageWallpaper"
     
  3. fredpsycho83

    fredpsycho83 MDL Junior Member

    Feb 4, 2008
    60
    56
    0
    #443 fredpsycho83, Jul 26, 2015
    Last edited by a moderator: Apr 20, 2017
    In Windows 8.1 i used this reg and works fine, it will show the icon too , but i haven't tested it on Windows 10. You can try it on a VMware if you want ...

    Code:
    ; Add "Device Manager" to this PC right click
    
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
    @="none"
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
    @=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
      65,00,76,00,6d,00,67,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,34,00,00,\
      00
    "SuppressionPolicy"=dword:4000003c
    "Icon"=hex(2):64,00,65,00,76,00,6d,00,67,00,72,00,2e,00,64,00,6c,00,6c,00,2c,\
      00,34,00,00,00
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\
      63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,\
      00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,\
      74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74,\
      00,2e,00,6d,00,73,00,63,00,00,00
    

    EDIT : hmm ... doesn't seems to work. Even in a bat file and run admin. "access denied to registry" error, maybe the value have changed in W10. Here is the bat version for more visibility :

    Code:
    Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell" /ve /t REG_SZ /d "none" /f
    Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr" /ve /t REG_EXPAND_SZ /d "@%%SystemRoot%%\system32\devmgr.dll,-4" /f
    Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr" /v "SuppressionPolicy" /t REG_DWORD /d "1073741884" /f
    Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr" /v "Icon" /t REG_EXPAND_SZ /d "devmgr.dll,4" /f
    Reg.exe add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command" /ve /t REG_EXPAND_SZ /d "%%SystemRoot%%\system32\mmc.exe /s %%SystemRoot%%\system32\devmgmt.msc" /f
    
     
  4. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #444 Mr Jinje, Jul 26, 2015
    Last edited by a moderator: Apr 20, 2017
  5. Dutchman01

    Dutchman01 MDL Member

    Sep 6, 2007
    108
    24
    10
    #445 Dutchman01, Jul 26, 2015
    Last edited by a moderator: Apr 20, 2017
    Set Icon Spacing:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
    "IconSpacing"="-1325"
    "IconVerticalSpacing"="-1125"
    I think this is a better value! If set "IconSpacing"="-1125" the vertical space is too small.
     
  6. VandIT

    VandIT MDL Novice

    Nov 14, 2013
    37
    28
    0
    Customize the Windows 10 Log-On and Log-Off Screen

    how Customize the Windows 10 Log-On and Log-Off Screen in Build 10240? i like a black color!
     
  7. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Rock Hunter

    Rock Hunter MDL Senior Member

    Dec 6, 2011
    423
    113
    10
    You can also right-click on the start button to bring up the same list. Takes one hand instead of two.

     
  9. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    Win+X uses 2 hands? Ohrly? lol
     
  10. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    It takes two hands to handle a whopper!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. maydax

    maydax MDL Novice

    Jun 3, 2007
    16
    0
    0
    #451 maydax, Jul 26, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    
    I use the same but I had to change the permissions using SetACL (Using an elevated command prompt) before importing.
    
    
    
    
    Code:
    SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}" -ot reg -actn setowner -ownr n:Administrators
    SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}" -ot reg -actn ace -ace "n:Administrators;p:full"
    SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell" -ot reg -actn setowner -ownr n:Administrators
    SetACL.exe -on "HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell" -ot reg -actn ace -ace "n:Administrators;p:full"
    i.imgur.com/lPV0O3c.png
     
  12. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    236
    49
    10
    wonder if you guys manage to change the search engine to work with microsoft edge?
     
  13. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    yes, visit google and then try to change the settings. OR just make a bookmark in your favorites of google, and then you can choose google as a second option. Edge and its weird way of keeping you with bing. Google is the only other search that I've got working.
     
  14. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #454 Mr Jinje, Jul 26, 2015
    Last edited by a moderator: Apr 20, 2017
  15. garf02

    garf02 MDL Member

    Sep 15, 2007
    186
    71
    10
    #455 garf02, Jul 26, 2015
    Last edited by a moderator: Apr 20, 2017
    Disable Windows Defender only for current user:

    Code:
    setacl.exe -on "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows Defender"  -ot reg -actn setowner -ownr n:Administrators
    setacl.exe -on "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows Defender" -ot reg -actn ace -ace "n:Administrators;p:full"
    reg add "HKCU\Software\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
    
     
  16. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    236
    49
    10
    i just wish to have a way to auto set the 1st start up page and search engine to google...
    kinda fail now.... :(
     
  17. RAMBO`2

    RAMBO`2 MDL Novice

    Aug 12, 2009
    8
    0
    0
    how can I be excluded from scanning by the regedit file located in c : \ windows \ file.exe
     
  18. Don

    Don MDL Expert

    Jul 29, 2009
    1,363
    124
    60
    It would be nice if the OP started a list of confirmed tweaks on the first page rather than having to read through all the idle chat.
     
  19. cyberloner

    cyberloner MDL Member

    Sep 19, 2009
    236
    49
    10
    looks like win10 blocking file assoc setting...