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?
Stop windows 10 from installing?
Re: Stop windows 10 from installing?
GOOGLE THE FOLLOWING SEARCH:
How To Remove Windows 10 Upgrade Notification
How To Remove Windows 10 Upgrade Notification
Re: Stop windows 10 from installing?
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?
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".
The best thing about a boolean is even if you are wrong, you are only off by a bit.
Jason Salmon
Open Dental Software
http://www.opendental.com
Jason Salmon
Open Dental Software
http://www.opendental.com
Re: Stop windows 10 from installing?
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.
Entropy isn't what it used to be...
Arna Meyer
Arna Meyer
- Manny Ramirez
- Posts: 129
- Joined: Tue Mar 06, 2012 3:07 pm
- Location: Miami/Puerto Rico
- Contact:
Re: Stop windows 10 from installing?
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
@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
Manny Ramirez
Senior Network Engineer
E-ssential Networks LLC
Senior Network Engineer
E-ssential Networks LLC
Re: Stop windows 10 from installing?
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. 
