Page 1 of 1
Stop windows 10 from installing?
Posted: Tue May 24, 2016 6:17 am
by khdilger
Unfortuantely a user upgraded a computer to Windows 10 instead of hitting decline. Luckily reverting back to windows 7 went smooth and nothing broke.
Will the computers keep asking to upgrade to windows 10? Or after you decline the upgrade will it never ask again?
If it will ask again how do I remove the feature so it does not want to upgrade again?
Re: Stop windows 10 from installing?
Posted: Tue May 24, 2016 8:46 am
by rhaber123
GOOGLE THE FOLLOWING SEARCH:
How To Remove Windows 10 Upgrade Notification
Re: Stop windows 10 from installing?
Posted: Tue May 24, 2016 1:50 pm
by rscottdds
A few of my computers automatically did it overnight when they weren't turned off at the end of the day. So far no issues. What are the issues of going to win 10?
Re: Stop windows 10 from installing?
Posted: Tue May 24, 2016 2:00 pm
by jsalmon
Some issues may include but not limited to:
- Tears of joy being shed over the "multiple desktops" feature: http://windows.microsoft.com/en-us/wind ... windows-10
- High fives given around the table for the return of the start menu.
- Shaking fear from the Cortana takeover.
- Confusion from the mask that IE put on to disguise itself and how it now refers to itself as "Edge".
Re: Stop windows 10 from installing?
Posted: Tue May 24, 2016 3:47 pm
by Arna
One issue we've been hit with on the support side is the fact that Windows sets password protected sharing to default, even if it is turned off in Windows previously. This causes some grief when trying to access the OpenDentImages folder.
Re: Stop windows 10 from installing?
Posted: Tue May 24, 2016 10:28 pm
by Manny Ramirez
Remove Automatic Upgrade to Windows 10
@ECHO OFF
If exist "%Temp%\~hukrbjk.reg" (
Attrib -R -S -H "%Temp%\~hukrbjk.reg"
del /F /Q "%Temp%\~hukrbjk.reg"
If exist "%Temp%\~hukrbjk.reg" (
Echo Could not delete file "%Temp%\~hukrbjk.reg"
Pause
)
)
> "%Temp%\~hukrbjk.reg" ECHO Windows Registry Editor Version 5.00
>> "%Temp%\~hukrbjk.reg" ECHO.
>> "%Temp%\~hukrbjk.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
>> "%Temp%\~hukrbjk.reg" ECHO "DisableOSUpgrade"=dword:00000001
>> "%Temp%\~hukrbjk.reg" ECHO.
>> "%Temp%\~hukrbjk.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
>> "%Temp%\~hukrbjk.reg" ECHO "DisableGWX"=dword:00000001
>> "%Temp%\~hukrbjk.reg" ECHO.
>> "%Temp%\~hukrbjk.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
>> "%Temp%\~hukrbjk.reg" ECHO "ReservationsAllowed"=dword:00000000
>> "%Temp%\~hukrbjk.reg" ECHO "AllowOSUpgrade"=dword:00000000
START /WAIT REGEDIT /S "%Temp%\~hukrbjk.reg"
DEL "%Temp%\~hukrbjk.reg"
Copy and pasted code above in Notepad. Save it as batch file. Double click it to run
Re: Stop windows 10 from installing?
Posted: Fri Aug 26, 2016 6:22 am
by drtech
I would go to 10 while you have a chance...no downsides, all upsides I have found. Speed is greatly improved over Win7. The normal free upgrade is over...unless you enable accessibility features and then upgrade...then you can still do it for free.
