Category: Windows OS-Level Issues

Use any Windows key with your Windows 7 ISO
article #768, updated 2773 days ago

From the amazing Matt Quick. The “eicfg removal utility” here:

http://code.kliu.org/misc/winisoutils/

will take a Windows 7 ISO of any version, and convert it into one which will install whichever version is appropriate for your OS key. Detailed instructions are here:

https://mattthequick.wordpress.com/2015/01/13/create-all-in-one-windows-7-install-media-by-removing-ei-cfg/

Categories:      

==============

Installing the GUI onto Windows Server 2012 Core
article #853, updated 2773 days ago

The indefatigable Matt Quick provides thus:

http://prajwaldesai.com/switching-between-gui-and-server-core-in-windows-server-2012/

Categories:      

==============

Bluescreen at boot with win32k.sys error
article #1022, updated 2773 days ago

If Windows 7 won’t boot all the way, if it gives a bluescreen involving win32k.sys, it may be a bad update. Boot into startup repair and rename FNTCACHE.DAT in system32 to .OLD. That forces Windows to make a new one and boot will occur next time.

Courtesy of the excellent Matt Quick.

Categories:      

==============

"Failed to schedule Software Protection service for re-start" Error Code: 0x80070005
article #1083, updated 2774 days ago

One way this can be fixed at least sometimes, is to give “NETWORK SERVICE” full rights to:

C:\Windows\System32\Tasks\Microsoft\Windows\SoftwareProtectionPlatform

Categories:      

==============

Windows Registry Cleaning & Optimization
article #1081, updated 2776 days ago

This tool:

http://www.pcstarters.net/performance-maintainer/

is an aggregator which appears to be very helpful so far.

Categories:      

==============

NSSM - Create Services from Executables in Windows
article #1065, updated 2833 days ago

Best I’ve found so far:

http://nssm.cc/download

Categories:      

==============

Set NIC to full DHCP via netsh
article #1057, updated 2860 days ago

To set a Windows NIC to full DHCP via netsh, do this, replacing “Local Area Connection” to the name of the NIC if it’s not the same:

netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns "Local Area Connection" dhcp
netsh interface ip set wins "Local Area Connection" dhcp

Sometimes, if WINS is set static, you have to do this before WINS can be set DHCP:

netsh interface ip set wins "Local Area Connection" static none

Categories:      

==============

Upgrading Windows 10 Versions
article #1036, updated 2950 days ago

When going to version 1607 of 10, it is reportedly supposed to be automatic:

https://blogs.windows.com/windowsexperience/2016/08/02/how-to-get-the-windows-10-anniversary-update/

but can be done by ISO:

https://answers.microsoft.com/en-us/windows/wiki/windows_10-windows_install/how-to-upgrade-to-windows-10-anniversary-update/fab99802-4358-49d9-8278-e9664cd56311

Categories:      

==============

The System Update Readiness Tool for Windows 7 for x64-based Systems
article #1034, updated 2952 days ago

A 539-megabyte monster! Appears to be designed to solve lots of problems.

https://www.microsoft.com/en-us/download/details.aspx?id=20858

Categories:      

==============

Record all audio in Windows regardless of "Stereo Mix"
article #1032, updated 2962 days ago

In Windows, some audio drivers provide something called “Stereo Mix” and some don’t; this is what is usually recommended if you want to record everything audio happening at once in Windows. But increasingly this doesn’t exist. There are software replacements which do the job:

http://vb-audio.pagesperso-orange.fr/Voicemeeter/

http://www.virtualaudiostreaming.net/

Categories: