Solved A way to download KB3035583?

@ Urthboundmisfit Thanks a ton. Spent the whole night wracking my brains on how to make that icon appear. Finally googled for KBKB3035583 & landed up here. Worked like a charm.
 

My Computer My Computer

At a glance

Windows 7 Pro 64bit.Radeon
Computer type
Laptop
Computer Manufacturer/Model Number
DELL
OS
Windows 7 Pro 64bit.
Graphics Card(s)
Radeon
I'm trying to get a Samsung N150+ netbook to upgrade to Win10. It has Windows 7 Starter, SP1, all updates, a 32-bit processor running at 1.66GB and 1GB of Ram, so it should qualify. I have used the .msu links given above to install KB3035583 and the other one, and they are installed, but the icon staunchly refuses to appear. I have also tried running (as administrator, yes) that script from earlier in this thread; it keeps giving 'path not found' errors.

EDIT:

'Tis solved. I downloaded Win10 32bit from Microsoft to a USB stick, and did the upgrade from that. Worked fine, except that the screen resolution is wrong (800x600 instead of 1024x600) and it won't let me change it, but that's a matter for the Tenforum...
 
Last edited:

My Computer My Computer

At a glance

Windows 7 (various)
Computer type
PC/Desktop
OS
Windows 7 (various)
direct download link to KB3035583 x64 (64bit) for Win7 SP1 (July 2015 version) - I got this from the WindowsUpdate.log file of one of my Win7 machines:
http://download.windowsupdate.com/d..._064250ac098e19c70ceacf4ef8a293fbacdad888.msu

and here's the 32bit / x86 edition of KB3035583 for Win7 SP1 (July 2015 version)
http://download.windowsupdate.com/d..._f6483e62581762dbf91c41c995d15014f0d5d243.msu

uninstall the older versions of KB3035583 first, then install the july 2015 version of KB3035583
 

My Computer My Computer

At a glance

Windows 7 SP1 Home Premium 64bit [x64]Intel(R) Core(TM) i5-2310 CPU @ 2.90GHz6 GBIntel HD Graphics 2000
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell Inspiron 620
OS
Windows 7 SP1 Home Premium 64bit [x64]
CPU
Intel(R) Core(TM) i5-2310 CPU @ 2.90GHz
Memory
6 GB
Graphics Card(s)
Intel HD Graphics 2000
Sound Card
Conexant CX20641 HD Audio
Hard Drives
Western Digital 1TB (1024GB) WD10EALX-759BA1
Internet Speed
Spectrum Cable Internet up to 100Mbps
For those who run into problems installing the updates (my windows refused to install it), simply create a file named

something.bat with the following content:

Code:
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\UpgradeExperienceIndicators" /v UpgEx | findstr UpgEx
 
if "%errorlevel%" == "0" GOTO RunGWX
 
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser" /v UtcOnetimeSend /t REG_DWORD /d 1 /f
 
schtasks /run /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" 
 
:CompatCheckRunning
 
schtasks /query /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
 
schtasks /query /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" | findstr Ready
 
if NOT "%errorlevel%" == "0" ping localhost >nul &goto :CompatCheckRunning
 
:RunGWX
 
schtasks /run /TN "\Microsoft\Windows\Setup\gwx\refreshgwxconfig"
 
pause

Run as administrator and the win10 app will apear.

I tried that and it ran. But after it stopped, I got a pause and "press any key to continue". The cmd screen disappeared but the win10 app did not appear. What did I do wrong?
 

My Computer My Computer

At a glance

XP Pro and Win7 Pro both 32 bit plus Win 8.1 ...4 G
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Acer twice plus Lenovo
OS
XP Pro and Win7 Pro both 32 bit plus Win 8.1 64bit
Memory
4 G
Hard Drives
300G and 500 G with 4TB backup drive
Antivirus
AVG, MS Essentials and Windows Defender
Browser
IE8, IE9, IE11 and Opera.
Other Info
The various items listed are NOT all on one PC! But all PCs are connected via a combined LAN/WLAN which also provides connection to a network printer
Back
Top