Windows 10 Tweaks & Fixes

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

  1. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,587
    5,350
    210
    This man said it best. Anyway people need to be cool, make sure you have working backups, even if tweak does not work but does not seem to effect anything now. In the future after you have long since forgotten about it, things start acting alittle strange, guess what it is, yup, even if it does not work, does not seem to effect anything, put backup on to be safe knowing that nothing was introduced into or removed from registry, just my 2 cent :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,587
    5,350
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    880
    30
    The new File Explorer App is pretty nice, though not exactly easy to locate to use. Forgive me if this was already mentioned:

    Create a new shortcut on your desktop
    For target location, paste:
    • explorer.exe shell:AppsFolder\c5e2524a-ea46-4f67-841f-6a9465d9d515_cw5n1h2txyewy!App
    Name it whatever you want.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Espionage724

    Espionage724 MDL Addicted

    Nov 7, 2009
    925
    276
    30
  5. Drazick

    Drazick MDL Novice

    Dec 2, 2011
    30
    1
    0
    The link to disable Cortana and Keep the search functionality is dead.

    Any link to a method which works on the latest Windows 10 (1703)?

    Thank You.
     
  6. JBenal

    JBenal MDL Senior Member

    Nov 2, 2009
    463
    173
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. yomoma2

    yomoma2 MDL Senior Member

    Feb 27, 2010
    347
    114
    10
    #1088 yomoma2, May 6, 2017
    Last edited: May 6, 2017
    Why not gpedit.msc Computer Configuration\Administrative Templates\Windows Components\Search\Allow Cortana>Disabled? (then restart or run gpupdate.exe /force)
     
  8. Espionage724

    Espionage724 MDL Addicted

    Nov 7, 2009
    925
    276
    30
    Maybe this?
    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f
     
  9. Drazick

    Drazick MDL Novice

    Dec 2, 2011
    30
    1
    0
    Which of those will keep the Start Menu fully functional (With Search)?

    Thank You.
     
  10. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,023
    10
    #1091 shewolf, May 6, 2017
    Last edited: May 8, 2017
    ---end---
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,659
    550
    60
    Hello

    I'd like to create a batch that runs the commands (modify registry keys and a command from a command prompt)
    I have searched but I do not understand how to do it, if someone can help me

    Thanks so much
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,659
    550
    60
    Thanks so much ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    880
    30
    I add these to the offline 1703 install.wim's software registry hive which basically turns Windows Search into LTSB/Windows Server 2016 search:

    :Will Disable Cortana and Location Use
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortanaAboveLock" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowSearchToUseLocation" /t REG_DWORD /d "0" /f

    ::Changes Search Bar into Magnifying Glass Icon
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d "1" /f
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. garf02

    garf02 MDL Member

    Sep 15, 2007
    181
    67
    10
    I have apply various tweak found on this thread, but now the notifyes on the notifications center not work anymore. How I re-enable notifications?
     
  15. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,057
    926
    60
    #1097 TairikuOkami, May 11, 2017
    Last edited: May 21, 2017
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_TOASTS_ENABLED" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsAccessNotifications" /t REG_DWORD /d "1" /f
    reg add "HKCU\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" /v "NoToastApplicationNotification" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d "0" /f
    reg add "HKLM\System\CurrentControlSet\Services\WpnUserService" /v "Start" /t REG_DWORD /d "2" /f
    sc config dmwappushservice start= auto
    sc config WpnService start= auto
    sc config wscsvc start= auto
    net start dmwappushservice
    net start wscsvc
    net start WpnService
    taskkill /im explorer.exe /f & explorer.exe
    
     
  16. garf02

    garf02 MDL Member

    Sep 15, 2007
    181
    67
    10
    Yeah!!! Many thanks!!! :D:D
     
  17. javaspain

    javaspain MDL Junior Member

    Jul 29, 2009
    98
    53
    0
    Hiden new Edge button IE...


    Windows Registry Editor Version 5.00

    ;Internet Explorer
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "HideNewEdgeButton"=dword:00000001

    ;Policy
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main]
    "HideNewEdgeButton"=dword:00000001
     
  18. angelsanges

    angelsanges MDL Novice

    Sep 4, 2007
    38
    11
    0