It was hard to find it in 2019. :)
It is an XP driver but it works with Windows 7 as well.
You have to add it from the driver update menu in Windows 7 VGA driver section.
https://www.dropbox.com/s/362urqu26pm95sy/GFX_XP2K_MCE_14.17.0.4396_PV.EXE?dl=0
Showing posts with label Windows_7. Show all posts
Showing posts with label Windows_7. Show all posts
12/19/2019
1/25/2016
(Code 38) Windows error when attach a pendrive or USB external hard drive
Symptom:
When you try to attach a pendrive or USB external hard drive, you get an error message: "Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory. (Code 38)"
Windows doesn't recognize the pendrive or external HDD.
Solution:
Uninstall all USB devices from Device Manager, then reboot Windows and reinstall all USB device drivers (download the chipset driver from manufacturer support page and install it).
When you try to attach a pendrive or USB external hard drive, you get an error message: "Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory. (Code 38)"
Windows doesn't recognize the pendrive or external HDD.
Solution:
Uninstall all USB devices from Device Manager, then reboot Windows and reinstall all USB device drivers (download the chipset driver from manufacturer support page and install it).
5/07/2015
How to turn on / off Windows firewall using Command Line
Turn Off:
NetSh Advfirewall set allprofiles state off
Turn On:
NetSh Advfirewall set allrprofiles state on
NetSh Advfirewall set allprofiles state off
Turn On:
NetSh Advfirewall set allrprofiles state on
4/17/2015
When you attempt to uninstall a software in “Programs and Features”, you get an error message: “Error opening installation log file. Verify that the specified location exists and is writable.”
When you attempt to uninstall a software in “Programs and Features”, you get an error message:
“Error opening installation log file. Verify that the specified location exists and is writable.”
Solution:
Stop the Explorer.exe process with Task Manager.
Then restart:
Go to File > New Task(Run)
“Error opening installation log file. Verify that the specified location exists and is writable.”
Solution:
Stop the Explorer.exe process with Task Manager.
Then restart:
Go to File > New Task(Run)
Simply type explorer.exe in the new task box to restart the explorer, then click to OK.
Now, you can uninstall any software.
Source: Microsoft
1/21/2015
How to install any GDI printer (32 or 64 bit) on Windows 8.1, if the printer is shared on a Windows 7 (32 or 64 bit)?
To do:
Install GDI printer (32 or 64 bit) on Windows 8.1, if the printer is shared on a Windows 7 (32 or 64 bit).
Solution:
Download Windows 7 32/64 bit driver for specified printer.
Add this additional 32/64 bit driver to the printer properties on Windows 7 32/64 bit system.
Right click on specified printer icon.
Choose "Properties", then "Share" tab.
On "Share" tab click on "Additional drivers".
Choose x64 or x86 (mark it).
Then add the driver from the formerly unzipped directory.
(Press "yes" and "Accept" if you get a security question.)
You have to disable digital signature control on Windows 8.1.
See how to disable digital signature control on Windows 8.1 on How-To-Geek
Then install specified printer as "Network printer".
If the user account and password is different on the two systems, you can set it this way (control usserpasswords2).
Source: ...and IT works - How to install Konica Minolta Bizhub 211 printer on Windows 8.1 64 bit, if the printer is shared on a Windows 7 32 bit?
Install GDI printer (32 or 64 bit) on Windows 8.1, if the printer is shared on a Windows 7 (32 or 64 bit).
Solution:
Download Windows 7 32/64 bit driver for specified printer.
Add this additional 32/64 bit driver to the printer properties on Windows 7 32/64 bit system.
Right click on specified printer icon.
Choose "Properties", then "Share" tab.
On "Share" tab click on "Additional drivers".
Choose x64 or x86 (mark it).
Then add the driver from the formerly unzipped directory.
(Press "yes" and "Accept" if you get a security question.)
You have to disable digital signature control on Windows 8.1.
See how to disable digital signature control on Windows 8.1 on How-To-Geek
Then install specified printer as "Network printer".
If the user account and password is different on the two systems, you can set it this way (control usserpasswords2).
Source: ...and IT works - How to install Konica Minolta Bizhub 211 printer on Windows 8.1 64 bit, if the printer is shared on a Windows 7 32 bit?
11/13/2014
ASUS X201E Atheros LAN driver for Windows 7 (32-bit, 64-bit), Windows 8 (32-bit)
If you need for Asus X201E Atheros Ethernet driver for Windows 7 (32-bit, 64-bit), Windows 8 (32-bit), you can download it from here, or another location.
Supported Atheros Devices:
Atheros AR8162-BL3A-RL10/100M
Atheros QCA8172-BL3A-RL 10/100M
Supported Atheros Devices:
Atheros AR8162-BL3A-RL10/100M
Atheros QCA8172-BL3A-RL 10/100M
6/26/2014
Remove or reset BIOS password from Windows
This method works with Acer TravelMate 2490 laptop with Windows 7, but by the included cmospwd.txt works other BIOS versions and PCs or laptops.
Download and extract to a folder this software:
http://www.cgsecurity.org/cmospwd-5.0.zip
( Info: http://www.cgsecurity.org/wiki/CmosPwd )
Log on to Windows as Administrator priviledges, or run an command prompt with administrating priviledges (Click Start-->Run: type CMD hit Ctr+Shift+Enter)
cd to the extracted directory (e.g. cmospwd-5.0)
then in cmospwd-5.0 cd to windows directory
To work on cmos memory, ioperm need to be installed and running. ioperm gives direct port I/O access for specified ports to user-mode process.
when you are already in e.g. \cmospwd-5.0\windows directory: type “ioperm.exe –i” hit enter.
to start ioperm service: type “net start ioperm” hit enter.
type: “Cmospwd_win.exe /k” hit enter, we will see:
1 - Kill cmos
2 - Kill cmos (try to keep date and time)
0 - Abort
Choice :
Type 1 and hit Enter to clear cmos or 2 to keep date and time.
Reboot computer and former BIOS password gone.
Download and extract to a folder this software:
http://www.cgsecurity.org/cmospwd-5.0.zip
( Info: http://www.cgsecurity.org/wiki/CmosPwd )
Log on to Windows as Administrator priviledges, or run an command prompt with administrating priviledges (Click Start-->Run: type CMD hit Ctr+Shift+Enter)
cd to the extracted directory (e.g. cmospwd-5.0)
then in cmospwd-5.0 cd to windows directory
To work on cmos memory, ioperm need to be installed and running. ioperm gives direct port I/O access for specified ports to user-mode process.
when you are already in e.g. \cmospwd-5.0\windows directory: type “ioperm.exe –i” hit enter.
to start ioperm service: type “net start ioperm” hit enter.
type: “Cmospwd_win.exe /k” hit enter, we will see:
1 - Kill cmos
2 - Kill cmos (try to keep date and time)
0 - Abort
Choice :
Type 1 and hit Enter to clear cmos or 2 to keep date and time.
Reboot computer and former BIOS password gone.
WARNING: You should disable or uninstall ioperm
with "ioperm.exe -u" if you don't want to decrease
your security!
Source: forums.mydigitallife.info
About more BIOS remover methods (default BIOS password and hardware reset) see:
http://www.askvg.com/how-to-reset-remove-bypass-a-bios-or-cmos-password/
http://www.youtube.com/watch?v=uY0wZMqNzmw
http://www.youtube.com/watch?v=9aslVZsiYdw
http://www.youtube.com/watch?v=__Dzl3cB_6k
http://www.askvg.com/how-to-reset-remove-bypass-a-bios-or-cmos-password/
http://www.youtube.com/watch?v=uY0wZMqNzmw
http://www.youtube.com/watch?v=9aslVZsiYdw
http://www.youtube.com/watch?v=__Dzl3cB_6k
6/05/2014
Asus P4S800-MX SE driver vs. Windows 7 32-bit
It was interesting.
Very old motherboard (Asus P4S800-MX SE -10 years old), but Windows 7 didn't recognize the LAN and the Audio device.
But with Windows XP drivers (you can download from ASUS website) works.
Modern operating system with old drivers...and it works:)
Very old motherboard (Asus P4S800-MX SE -10 years old), but Windows 7 didn't recognize the LAN and the Audio device.
But with Windows XP drivers (you can download from ASUS website) works.
Modern operating system with old drivers...and it works:)
5/28/2014
You receive an "Error 1327. Invalid Drive" error message when you try to install a software from CD/DVD-ROM
Problem:
You receive an "Error 1327. Invalid Drive" error message when you try to install a software from CD/DVD-ROM.
For example you try to install a software from DVD (e.g. E:\) and you get an error message about G:\.
Solution (e.g. Windows 7):
Computer icon,, right-click
Manage
Storage
Disk Management
CD-ROM (right-click)
Change Drive Letter and Paths (For example on the picture below for G:\)
You receive an "Error 1327. Invalid Drive" error message when you try to install a software from CD/DVD-ROM.
For example you try to install a software from DVD (e.g. E:\) and you get an error message about G:\.
Solution (e.g. Windows 7):
Computer icon,, right-click
Manage
Storage
Disk Management
CD-ROM (right-click)
Change Drive Letter and Paths (For example on the picture below for G:\)
1/13/2014
Windows 7: DVD/CD-ROM drive not working (Code 10 or 59)
Problem:
DVD/CD-ROM drive not working (Code 10 or 59) on Windows 7
A yellow exclamation mark remains on DVD-ROM in Device Manager after reinstalling and rebooting as well.
Soulution:
Run "regedit"
Search key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
Mark it.
On the right pane delete "Upperfilters" and "Lowerfilters" values.
Close "regedit"
Open "Device Manager"(eg. run/devmgmt.msc).
Search "DVD/CDROM Drives".
Click on DVD/CD-ROM, right click and "Uninstall".
Restart the computer.
Source:
Microsoft TechNet
DVD/CD-ROM drive not working (Code 10 or 59) on Windows 7
A yellow exclamation mark remains on DVD-ROM in Device Manager after reinstalling and rebooting as well.
Soulution:
Run "regedit"
Search key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}
Mark it.
On the right pane delete "Upperfilters" and "Lowerfilters" values.
Close "regedit"
Open "Device Manager"(eg. run/devmgmt.msc).
Search "DVD/CDROM Drives".
Click on DVD/CD-ROM, right click and "Uninstall".
Restart the computer.
Source:
Microsoft TechNet
11/27/2013
Windows 7 gadgets, color or display error
Windows 7 + Internet Explorer 11 + higher resolution, than 100%
Windows 7 weather gadget will change color and some programs starting normally, but only viewed on tray.
Fix:
Gadgets work fine again when you change the DPI (Display Size Settings) to 100% Smaller Fonts.
Windows 7 weather gadget will change color and some programs starting normally, but only viewed on tray.
Fix:
Gadgets work fine again when you change the DPI (Display Size Settings) to 100% Smaller Fonts.
Source: answers.microsoft.com
11/25/2013
How to backup and restore Skype profile on Windows?
How do I back up my configuration and instant message history (Winodws XP/Vista/7/8)?
https://support.skype.com/en/faq/FA413/how-do-i-back-up-my-configuration-and-instant-message-history
After reinstalling your Windows, copy back your saved Skype folder to the new system's Skype directory (overwrite it).
https://support.skype.com/en/faq/FA413/how-do-i-back-up-my-configuration-and-instant-message-history
After reinstalling your Windows, copy back your saved Skype folder to the new system's Skype directory (overwrite it).
11/22/2013
HP 250 G1 Notebook Windows 7 LAN driver
Realtek Ethernet Controller Driver
Ralink 802.11 b/g/n WiFi Adapter
Update:
It seems HP finally "did the homework" and put the correct Windows 7 LAN driver to the 250 G1 driver list.
Here is the download link.
(If this driver at the last link does not work, see the first link, that certainly works.)
Ralink 802.11 b/g/n WiFi Adapter
Update:
It seems HP finally "did the homework" and put the correct Windows 7 LAN driver to the 250 G1 driver list.
Here is the download link.
(If this driver at the last link does not work, see the first link, that certainly works.)
7/24/2013
CCleaner cleans only admin account under Windows 7
Problem:
CCleaner on Windows 7 only cleans the admin account used to allow the installation, not the standard user account.
When you launch CCleaner from the standard user account, the UAC kicks in and asks for an admin password. If you enter local admin passwd, it cleans the admin account. If the domain admin password is entered, it cleans the local copy of the domain admin account...
Solution:
Go into All programs/CCleaner and then right-click on "ccleaner.exe", then click on properties and security. There, among the list of users for the program, you have to add the name of the standard user that requires CCleaner, and then you have to check all the authorizations boxes (complete control, modify, etc).
Then next time you launch CCleaner from the standard user account, the UAC kicks in and again asks for a password. Now the difference is that you can simply enter the password for the standard user (not admin) and UAC will be satisfied with it. Then CCleaner will run and clean the standard user account as desired.
Source: Piriform Community Forums
CCleaner on Windows 7 only cleans the admin account used to allow the installation, not the standard user account.
When you launch CCleaner from the standard user account, the UAC kicks in and asks for an admin password. If you enter local admin passwd, it cleans the admin account. If the domain admin password is entered, it cleans the local copy of the domain admin account...
Solution:
Go into All programs/CCleaner and then right-click on "ccleaner.exe", then click on properties and security. There, among the list of users for the program, you have to add the name of the standard user that requires CCleaner, and then you have to check all the authorizations boxes (complete control, modify, etc).
Then next time you launch CCleaner from the standard user account, the UAC kicks in and again asks for a password. Now the difference is that you can simply enter the password for the standard user (not admin) and UAC will be satisfied with it. Then CCleaner will run and clean the standard user account as desired.
Source: Piriform Community Forums
7/22/2013
Not supported scanner driver Windows 7 , Windows 8
If you have an older scanner, which is not supported by Window 7 or Windows 8, you can find useful the VueScan Scanner Software program.
This helped e.g. using of HP ScanJet 3500C scanner on Windows 8.
The program costs about 40 USD.
Website: http://www.hamrick.com/
Supported scanners list is here.
This helped e.g. using of HP ScanJet 3500C scanner on Windows 8.
The program costs about 40 USD.
Website: http://www.hamrick.com/
Supported scanners list is here.
6/25/2013
Onboard NIC has correct IP address only after a full power off
Sometimes onboard NIC (network interface controller) has correct IP address (working well) only after a full power off (e.g Windows 7 / 8).
Make a full power off: unplug the PC from the power outlet for 20-30 seconds, then plug in.
If the error still remains, probably the mainboard injured.
Make a full power off: unplug the PC from the power outlet for 20-30 seconds, then plug in.
If the error still remains, probably the mainboard injured.
6/24/2013
USB port error - Windows 7 / 8
Sometimes one or more USB port seems to be wrong in Windows 7.
First take a try with a LiveCD, so you can determine whether the operating system is good or not.
If it good, worth to make a full power off. Unplug the PC from the power outlet for 20-30 seconds, then plug in.
If the error still remains, probably the mainboard injured.
First take a try with a LiveCD, so you can determine whether the operating system is good or not.
If it good, worth to make a full power off. Unplug the PC from the power outlet for 20-30 seconds, then plug in.
If the error still remains, probably the mainboard injured.
6/13/2013
Windows Remote Desktop connection (RDP) is lost when Kaspersky Endpoint Security 10 and Windows Firewall run at same time
Windows Remote Desktop connection (RDP) is lost when Kaspersky Endpoint Security 10 and Windows Firewall run at same time. ICMP packets will be discarded too.
Only one firewall program must be active.
Source: Kaspersky
Only one firewall program must be active.
Source: Kaspersky
6/12/2013
How to enable Windows Remote Desktop - Kaspersky Endpoint Security 8 and 10 Firewall
Kaspersky Endpoint Security:
Settings
Firewall
Network packet rules
Remote Desktop network activity
Edit
Action: Allow
Local ports: 3389 (default)
Address: as you need
OK
Save
Screenshots:
Settings
Firewall
Network packet rules
Remote Desktop network activity
Edit
Action: Allow
Local ports: 3389 (default)
Address: as you need
OK
Save
Screenshots:
Enable Windows Remote Desktop:
Computer
Computer
Properties
Remote settings
Remote
Remote desktop
Enable as you need
Subscribe to:
Posts (Atom)

















