Solved Change Update Settings Win 7 Starter 32 Bit - Messed Up

artmaker43

New member
Local time
8:39 PM
Messages
6
Here are Microsoft's Instructions to Change Settings for Updates

"...In the left pane, click Change settings.

Under Microsoft Update, select the Give me updates for Microsoft products and check for new optional Microsoft software when I update Windows check box.

To get notifications of new Microsoft software, select the Show me detailed notifications when new Microsoft software is available check box..."

See the attached two (2) .png images. On my 32 Bit Windows 7 Starter, notice how the required boxes needed to check are not shown. I would like to have this ability - just like on my 64 Bit Windows 7 Home Premium 64 Bit Notebook. Seems like Microsoft goofed up something in their system software for Windows 7 Starter 32 bit.

Any ideas how to get the missing check boxes? Maybe with REGEDIT? Or something else?
 

Attachments

  • Change Update Settings Win 7 Starter 32 Bit.png
    Change Update Settings Win 7 Starter 32 Bit.png
    14.3 KB · Views: 0
  • Chaange Update Settings Win 7 Home Premium 64 Bit.PNG
    Chaange Update Settings Win 7 Home Premium 64 Bit.PNG
    20.1 KB · Views: 0

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel Core 2 Duo T6600 2.20 GHz4 GB
Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
Windows 7 Home Premium 64 bit
CPU
Intel Core 2 Duo T6600 2.20 GHz
Memory
4 GB
Browser
Chrome
From experience I know that Win 7 Starter has some items removed, might it not be that your OS has these update settings missing?
 

My Computer My Computer

At a glance

Win 7 Pro 64 Bit
Computer type
PC/Desktop
OS
Win 7 Pro 64 Bit
No, that is not correct for this issue. The reason I know this is because even though I nave the .NET framework installed on both my 32-bit Windows 7 Starter netbook and on my 64-bit Windows Home Premium notebook, I no longer get security updates for the .NET framework (or Microsoft Word, etc.) on my netbook, but I do get the security updates on my 64-bit notebook.

Does anybody else have a solution?
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel Core 2 Duo T6600 2.20 GHz4 GB
Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
Windows 7 Home Premium 64 bit
CPU
Intel Core 2 Duo T6600 2.20 GHz
Memory
4 GB
Browser
Chrome

My Computer My Computer

At a glance

Win-7-Pro64bit 7-H-Prem-64biti7-5930K 2nd i9-9940x both water blocked VRM'...Trident-z 3200C14 2nd Trident-z 3600C16EVGA 1080ti ftw3 2nd Titan Xp both water blocked
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom assembled by me :}
OS
Win-7-Pro64bit 7-H-Prem-64bit
CPU
i7-5930K 2nd i9-9940x both water blocked VRM's too
Motherboard
ASUS SABERTOOTH X99 2nd ASUS x299 Apex
Memory
Trident-z 3200C14 2nd Trident-z 3600C16
Graphics Card(s)
EVGA 1080ti ftw3 2nd Titan Xp both water blocked
Sound Card
Built-in Realtek
Monitor(s) Displays
1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
Screen Resolution
1920 x 1080 144Hz
Hard Drives
2-Samsung M.2 Evo & Evo Plus
2-Samsung 850 EVO 500GB SSD's/ 3-2.5 W.D. Black 1tb-&3-1tb/3-3.5 WD Black 1tb hdd's
PSU
EVGA SuperNOVA 1000-P2 2nd 1200-P2
Case
2-Corsair Obsidian Series 450D Black ATX Mid Tower
Cooling
Custom water loops
Keyboard
Logitech G710+/ 2nd Logitech G910
Mouse
2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
Internet Speed
Comcast Ping 19ms 89.31mbps download speed 6.12mbps upload
Antivirus
Malwarebytes Pro/ Superantispyware Pro
Browser
FireFox & Pale moon
Other Info
2nd ASUS X299 Apex/Intel i9-9940x with Custom water loop/7H-Prem-x64/Corsair 450D case/Ram Trident-z 3600C16 4x8gb / Samsung970Evo plus 500gb SSD/Dual ssd EZ swap evo/PSU EVGA SuperNova 1200w-P2 80+Platinum/GPU Titan Xp /8-ML-140 on push-pull on 2-280GTX rads
The tutorial was not helpful because of one flaw: It only works IF the default browser is Internet Explorer. I only use Chrome, so the link to "Find Out More" just goes to a Microsoft page for beginners (Go to All Programs and click on Windows update...)

By searching the web, I DID finally find a solution that works for those of us with the same problem who do not use Internet Explorer. Here is the URL:

http://blogs.technet.com/b/danbuche...microsoft-update-in-windows-7-via-script.aspx

Include Other Microsoft Products Script:

Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager")
ServiceManager.ClientApplicationID = "My App"
'add the Microsoft Update Service by GUID
Set NewUpdateService = ServiceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")

Exclude Other Products Script:

Set ServiceManager = CreateObject("Microsoft.Update.ServiceManager")
ServiceManager.ClientApplicationID = "My App"
'remove the Microsoft Update Service by GUID
ServiceManager.RemoveService("7971f918-a847-4430-9279-4a52d1efe18d")

Just open Notepad, save the contents of the first script as "script.vbs" (without any extra .txt extension !), open a command prompt as Administrator, change directory to where you saved the script, and run it by typing script.vbs at the prompt. There is no output but you will see the checkbox "Give me updates for Microsoft products and check for new optional Microsoft software when I update Windows" inside the Windows Update settings dialog.

This is an excellent script for those of us who do not use Internet Explorer but can no longer change the "Get updates for other Microsoft products" - the link is not doing anything since it relies on iexplorer.exe and even if you visit the link it will only allow you to change the setting in Internet Explorer not any other broweser like Chrome or Firefox.
 

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bitIntel Core 2 Duo T6600 2.20 GHz4 GB
Computer type
Laptop
Computer Manufacturer/Model Number
HP
OS
Windows 7 Home Premium 64 bit
CPU
Intel Core 2 Duo T6600 2.20 GHz
Memory
4 GB
Browser
Chrome
Back
Top