W7 Pro Users... you don't want Microsoft forcing W10 onto your machine?

Discussion in 'Trading Software' started by Scataphagos, Nov 2, 2015.

  1. rwk

    rwk

    I had to do this twice on each of two computers, but now the nag is gone. THANKS!
     
    #11     Nov 2, 2015
  2. PC makers' tech support asks customers to avoid Windows 10

    "... You may have upgraded to Windows 10 as soon as humanly possible, but don't tell that to your PC manufacturer. As part of its tech support research, Laptop has learned that at least Dell and HP are discouraging customers from updating to Windows 10, or even recommending that people roll back to older versions. When asked, both companies defend the practice. They're committed to Windows 10, but their ultimate goal on a support line is to fix your PC... even if that means reverting to old software...."

    http://www.engadget.com/2015/11/05/pc-support-discourages-using-windows-10/

    FWIW....
     
    #12     Nov 6, 2015
  3. #14     Nov 9, 2015
    ybfjax likes this.
  4. stepan7

    stepan7

    Disable Get Windows 10

    Code:
    
    REG.EXE ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Gwx" /v DisableGwx /t REG_DWORD /d 1 /f
    
    REG.EXE ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v DisableOSUpgrade /t REG_DWORD /d 1 /f
    
    REG.EXE ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade" /v AllowOSUpgrade /t REG_DWORD /d 0 /f
    
    REG.EXE ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade" /v OSUpgradeInteractive /t REG_DWORD /d 0 /f
    
    
     
    #15     Nov 10, 2015