Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts
Today I was trying to get 64-bit Windows 7 onto a Dell Optiplex GX620 and needed the audio driver for it.  I found this page which pointed me at a Vista driver for the same sound card on Dell's FTP site (R145149.exe).  I downloaded this and let it extract to the default location but then canceled the installer.  From device manager I told Windows to look in C:\dell\drivers\R145149 and accepted one warning and now sound is working.  The original site also has instructions for the 32-bit version of Windows 7.

| edit post
Adobe does not offer a 64-bit version of Flash yet so to get Pandor's gadget to work Sidebar must run in 32-bit mode. To do this, go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run and edit SideBar, changing it to C:\Program Files (x86)\Windows Sidebar\sidebar.exe /autoRun. After that Windows will run the Sidebar.exe in Program Files (x86) instead of the 64-bit one.

| edit post
So, you want to run OpenVPN or VMware on Windows 7 or Vista?  Get ready to use Regedit.  To make these work as they should you need to go to hklm:\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318} and look in the entries (there are about 17 of them) below it.  Look for a driverdesc that has vmware or TAP-Win in it.  In those that do, right click and create a new DWord.  Make its name *NdisDeviceType with a value of 1.  Beyond that, the normal setup instructions work great.  I used the OpenVPN Quickstart on Windows 7 x64 Enterprise with no problem.  One note though, if it is your server like mine is then be sure to change %ProgramFiles% in the server config file to the actual path since OpenVPN runs under Program Files (x86).

The reason you have to make these edits is in the way Windows 7 and Vista handle networking and is all explained at http://msdn.microsoft.com/en-us/library/bb201634.aspx  OpenVPN's special interface and VMnet1 & VMnet8 are not actually connecting to a traditional network and therein lies the problem.

| edit post