Check This Out Never 10 - Windows 10 Automatic Upgrade Deactivation & Activation Utility.

=TWP=WOLF

Rookie
Joined
Mar 20, 2016
Messages
62
G'Day Mates!

For you who run Windows 7 & 8.1 and don't like the annoying Windows 10 Upgrade Reminder, this is a freeware utility for you.

Gibson Research Corporation Never 10 V1.1.0.0.

JC_ThankYou.gif


Bengt "WOLF" Johansson.
 
Wife just got a message on her laptop to upgrade or it would upgrade one week from now....she upgraded so sooner or later you will not have a choice
 
Dear Beemermarine!

If your wife like to have Windows 10 she did the right thing, even though I would recommend to purchase Microsoft Windows 10 Pro 64 Bit OEM DVD and make a clean installation.

But for those that still want to run Windows 7 or 8.1, Windows 10 Automatic Upgrade Deactivation & Activation Utility Never 10 is a nice little program that saves user from getting annoyed of the irritating upgrade reminder that pops up now and then.

Regards, Bengt"WOLF" Johansson.
 
I love windows 10 Microsoft edge is a little buggy but all in its a good os
 
it wont be free much longer and its going to cost $119 to upgrade...just saying
 
its KB3035583 that reminds you and upgrades you to win 10 just uninstall it
 
I don't regret installing 10. I think a lot of people are resistant to change.
 
you can still do a fresh install with the software download tool https://www.microsoft.com/en-us/software-download/windows10 which allows you to download Windows 10 and puts it on a bootable usb thumb drive or dvd. as long as you have a valid serial key. To find your serial key is to copy this into wordpad and save the file as something like serial.vbs
Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function

Link to article about how to find your windows product key http://www.howtogeek.com/206329/how-to-find-your-lost-windows-or-office-product-keys/
Dear Beemermarine!

If your wife like to have Windows 10 she did the right thing, even though I would recommend to purchase Microsoft Windows 10 Pro 64 Bit OEM DVD and make a clean installation.

But for those that still want to run Windows 7 or 8.1, Windows 10 Automatic Upgrade Deactivation & Activation Utility Never 10 is a nice little program that saves user from getting annoyed of the irritating upgrade reminder that pops up now and then.

Regards, Bengt"WOLF" Johansson.
 
Last edited:
Dear CrossCheck!

Thank you so much for your nice and informative post regarding the Windows 10 Clean Install as well as Product Key Recovery.

I must admit that I forgot to mention that since it was so long ago I read about it.

Again, Thanks for the heads-up mate
JC_you_rock.gif


Regards, Bengt "WOLF" Johansson.
 

Latest posts

Back
Top