Windows 10 Tweaks & Fixes

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

  1. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,364
    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,584
    5,364
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    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. Drazick

    Drazick MDL Novice

    Dec 2, 2011
    32
    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.
     
  5. JBenal

    JBenal MDL Addicted

    Nov 2, 2009
    521
    209
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. yomoma2

    yomoma2 MDL Senior Member

    Feb 27, 2010
    365
    124
    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)
     
  7. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,076
    397
    60
    Maybe this?
    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f
     
  8. Drazick

    Drazick MDL Novice

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

    Thank You.
     
  9. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,071
    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...
  10. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    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
     
  11. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    Thanks so much ;)
     
  12. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    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...
  13. garf02

    garf02 MDL Member

    Sep 15, 2007
    186
    71
    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?
     
  14. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,256
    1,153
    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
    
     
  15. garf02

    garf02 MDL Member

    Sep 15, 2007
    186
    71
    10
    Yeah!!! Many thanks!!! :D:D
     
  16. javaspain

    javaspain MDL Member

    Jul 29, 2009
    218
    114
    10
    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
     
  17. angelsanges

    angelsanges MDL Novice

    Sep 4, 2007
    38
    11
    0