Tuesday 19 June 2012

A simple way to run roadrash on windows 7 (without any graphics problem).

A simple way to run Roadrash on windows 7 (without any graphics problem).

Many have problem with Road rash when play on Windows 7, when they open the road rash game may  display is abnormal and something like faded or oil paint like display. Here is a simple solution for that.

1. Right click of road rash icon go to properties and then open file location.
2. Create a bat file and write down the following code:

taskkill /f /im explorer.exe
Rashme.exe
start explorer.exe

or
taskkill /f /im explorer.exe
Roadrash.exe
start explorer.exe
Here Important is the *.exe file-name should be the same as game name.
3. Run the bat file and enjoy the game without problem.
4. You can also make a desktop shortcut of that bat file to start from desktop.

Wednesday 13 June 2012

Error: "Could not load an object because it is not available on this machine"

Question

When I use certain utilities I get a Microsoft Forms error:
Could not load an object because it is not available on this machine.or
Could not load some objects because they are not available on this machine.

Answer

This is an Excel problem which can be solved by doing a repair of your MS Office installation.
  1. Close Excel if it is open.
  2. In the Control Panel choose "Add or Remove Programs" (or Programs and Features in Windows Vista).
  3. Select Microsoft Office in the list and click on the Change button.
  4. Choose "Repair"
Additionally we recommend installing the latest Office service packs from Microsoft.

Tuesday 12 June 2012

Printer network connection problems. Windows can not connect, error 0x0000000d

I was able to back up the Win7 HKEY_Local_system registery key.
I then followed all these steps and stil get the same error. What do I do next.
To resolve this problem, modify the value of the Previous Names registry entry on the print server so that it contains valid data. To do this, follow these steps:
Click Start
, click Run, type regedit, and then clickOK.
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers\Version-3\<DriverName>
On the File menu, click Export.
In the File name box, type printerName, and then clickSave.
Right-click printerName.reg, and then click Edit.
Locate the sentence which starts with the "Previous Names" string, and then replace the sentence with the following text:
"Previous Names"=hex(7):00,00 (This had :00,00,00,00 so I changed it)
On the File menu, click Save.
Exit Notepad.
Right-click the file that you saved in step 7, click Merge, and then clickOK.
Restart the Print Spooler service. To do this, follow these steps:
Click Start
Collapse this imageExpand this image
, type services.msc in the Start Search box, and then click services.msc in thePrograms list.
Collapse this imageExpand this image
If you are prompted for an administrator password or for confirmation, type your password, or clickContinue.
Right-click Print Spooler, and then click Stop.
Right-click Print Spooler, and then click Start.