Here is what worked for me. I did try what was recommended by Microsoft to no avail.Re: the file asms missing from SP2 CDHey Guys,You might be surprised with another unique answer to this solution that I have discovered. I don't know if you guys remember this but MSCDEX.EXE used to be used for DOS tRead more
Here is what worked for me. I did try what was recommended by Microsoft to no avail.
Re: the file asms missing from SP2 CD Hey Guys, You might be surprised with another unique answer to this solution that I have discovered. I don’t know if you guys remember this but MSCDEX.EXE used to be used for DOS to recognize CD-ROM drives. What I did was load this file once I got the ‘asms file’ error. How did I do this? I hit SHIFT + F10.. This loaded the command prompt. At this point you should be able to type the command.. Try either MSCDEXNT.EXE or MSCDEX.EXE
Once this file loads you will notice your CD Drive will start to awaken and read data. Windows will then recognize the data in the drives.
If you cannot load the MSCDEXNT command from the command prompt then run regedit from the command prompt. Through regedit do a File… Import… This will bring up an open Dialogue Box… Through this dialog box you can fish through your windows/system32 directory and right-click/open the mscdexnt.exe FILE…
Good Luck people.. I know it’s a very odd solution but it worked for me..
Unplug the machine, move the jumper from the neutral location to the active location for say 5 or 10 seconds, move the jumper back and plug the machine in. Press the power button and access the BIOS set up. If you cannot access the BIOS set up try unplugging the hard drive and trying again. If the pRead more
Unplug the machine, move the jumper from the neutral location to the active location for say 5 or 10 seconds, move the jumper back and plug the machine in. Press the power button and access the BIOS set up. If you cannot access the BIOS set up try unplugging the hard drive and trying again. If the power supply has a manual off switch you may use that instead of unplugging it (the key here is that no power get to the motherboard during the process). Post back hardware list and a description of all that you see and hear if it does not work.
You have to be a little bit crazy to keep you from going insane.
It sounds to me like the PC's which are getting the "Destination host unreachable" don't have an IP address?Go to the Command Prompt and enter 'IPConfig'. The system will return an IP address. If it begins with 169. then you dont have a valid IP address. If this is the case type 'IPConfig / release'Read more
It sounds to me like the PC’s which are getting the “Destination host unreachable” don’t have an IP address?
Go to the Command Prompt and enter ‘IPConfig’. The system will return an IP address. If it begins with 169. then you dont have a valid IP address.
If this is the case type ‘IPConfig / release’ and then ‘IPConfig / renew’ to obtain a valid address. If the address returned starts again with 169. then there is likely to be a problem with the connection to the router, the DHCP server on the router, or the DHCP scope is too narrow.
Laptops require drivers from the laptop manufacturer, not from the device manufacturer, because the hardware is custom made and only HP have the correct custom-made drivers.So try the graphics driver from HP for that model. Uninstall existing AMD driver first.Incidentally, it's strange for that modeRead more
Laptops require drivers from the laptop manufacturer, not from the device manufacturer, because the hardware is custom made and only HP have the correct custom-made drivers.
So try the graphics driver from HP for that model. Uninstall existing AMD driver first.
Incidentally, it’s strange for that model to have DOS pre-installed. According to my research the Pavilion g6 series leaves the factory with Windows 7 pre-installed (and with drivers from HP).
Since you’ve installed a “clean” retail Windows 7 it’s very likely many of the drivers that Windows Setup has installed are not exactly the right ones. Visit the HP website which serves your country and grab the correct drivers for that model.
HP Solution Center is the very reason why I never buy HP All-in-one. This proprietary software is very bloating and very difficult to manage. The best alternative method is using Paperport (my favorite). Click on the link below to learn more about it.PaperPort PSP Desktop for Hewlett-PackardOr justRead more
HP Solution Center is the very reason why I never buy HP All-in-one. This proprietary software is very bloating and very difficult to manage. The best alternative method is using Paperport (my favorite). Click on the link below to learn more about it.
Your laptop probably has switchable graphics which means it has an integrated Intel GPU (the default for Windows) as well as a discrete & more powerful Nvidia GPU.You need to assign the Nvidia GPU to your game, otherwise the default Intel GPU will be used and that's not powerful enough.Right-cliRead more
Your laptop probably has switchable graphics which means it has an integrated Intel GPU (the default for Windows) as well as a discrete & more powerful Nvidia GPU.
You need to assign the Nvidia GPU to your game, otherwise the default Intel GPU will be used and that’s not powerful enough.
Right-click the game’s shortcut.
In the context-menu, go to “Use with graphics processor”, then click on “High Performance NVIDIA processor”.
I'm guessing the issue is that their are either leadingspaces or tabs and spaces or tabs on otherwise empty lines.I am hoping this should deal with that:@echo off rem !'s are important setlocal disabledelayedexpansion > new.xml for /f "skip=2 delims=" %%a in ('find /n /v "" "%~1"') do ( set line=Read more
I’m guessing the issue is that their are either leading spaces or tabs and spaces or tabs on otherwise empty lines.
I am hoping this should deal with that:
@echo off
rem !'s are important
setlocal disabledelayedexpansion > new.xml
for /f "skip=2 delims=" %%a in ('find /n /v "" "%~1"') do (
set line=%%a
set test=%%a
setlocal enabledelayedexpansion
if defined test set test=!test:*]=!
if defined test set test=!test: =!
if defined test set test=!test: =!
if /i "!test:<currentVersion>3.0.0</currentVersion>=!"=="" (
echo matchhhhhh
set line=!line:*]=!
>> new.xml echo !line:3.0.0=3.0.0.1!
) else (
rem delex var + substring + echo. don't like each other.
if "!test!"=="" (
>> new.xml echo.
) else (
>> new.xml echo !line:*]=!
)
)
endlocal
)
endlocal
I suggest you download a fitness test from the manufacturer of your hard drive and run it from a boot disk. I have removed your email address as a courtesy to you. Posting it in the open is an invitation to receive spam. This is a public forum. As such, we do not provide private help anyway. Check bRead more
I suggest you download a fitness test from the manufacturer of your hard drive and run it from a boot disk.
I have removed your email address as a courtesy to you. Posting it in the open is an invitation to receive spam. This is a public forum. As such, we do not provide private help anyway. Check back here for any responses to your post.
Notepad will only display plain text. If it is displaying any thing other than plain text then the file you are trying to load is something other than plain text.Go to a command prompt and navigate to the folder containing the file you are trying to read.Enter Type filname.txtIf you still get gibberRead more
Notepad will only display plain text. If it is displaying any thing other than plain text then the file you are trying to load is something other than plain text.
Go to a command prompt and navigate to the folder containing the file you are trying to read.
Enter Type filname.txt
If you still get gibberish then it is not a plain text file
Contact whoever sent you the Email and find out what format they sent the file in.
Missing Asms File In XP Installation
Here is what worked for me. I did try what was recommended by Microsoft to no avail.Re: the file asms missing from SP2 CDHey Guys,You might be surprised with another unique answer to this solution that I have discovered. I don't know if you guys remember this but MSCDEX.EXE used to be used for DOS tRead more
Re: the file asms missing from SP2 CD
Hey Guys,
You might be surprised with another unique answer to this solution that I have discovered. I don’t know if you guys remember this but MSCDEX.EXE used to be used for DOS to recognize CD-ROM drives. What I did was load this file once I got the ‘asms file’ error. How did I do this?
I hit SHIFT + F10.. This loaded the command prompt. At this point you should be able to type the command.. Try either MSCDEXNT.EXE or MSCDEX.EXE
Once this file loads you will notice your CD Drive will start to awaken and read data. Windows will then recognize the data in the drives.
If you cannot load the MSCDEXNT command from the command prompt then run regedit from the command prompt. Through regedit do a File… Import… This will bring up an open Dialogue Box… Through this dialog box you can fish through your windows/system32 directory and right-click/open the mscdexnt.exe FILE…
Good Luck people.. I know it’s a very odd solution but it worked for me..
Solved After Changing Settings In Bios. PC Won’t Boot.tryed CMOS
Unplug the machine, move the jumper from the neutral location to the active location for say 5 or 10 seconds, move the jumper back and plug the machine in. Press the power button and access the BIOS set up. If you cannot access the BIOS set up try unplugging the hard drive and trying again. If the pRead more
Post back hardware list and a description of all that you see and hear if it does not work.
You have to be a little bit crazy to keep you from going insane.
Reply From 192.168.1.1: Destination Host Unre
It sounds to me like the PC's which are getting the "Destination host unreachable" don't have an IP address?Go to the Command Prompt and enter 'IPConfig'. The system will return an IP address. If it begins with 169. then you dont have a valid IP address. If this is the case type 'IPConfig / release'Read more
Go to the Command Prompt and enter ‘IPConfig’. The system will return an IP address. If it begins with 169. then you dont have a valid IP address.
If this is the case type ‘IPConfig / release’ and then ‘IPConfig / renew’ to obtain a valid address. If the address returned starts again with 169. then there is likely to be a problem with the connection to the router, the DHCP server on the router, or the DHCP scope is too narrow.
Hope this helps.
Dean Spencer
Eitex IT Support Yorkshire
Solved Load Mmdriver Application Has Stopped Working
Laptops require drivers from the laptop manufacturer, not from the device manufacturer, because the hardware is custom made and only HP have the correct custom-made drivers.So try the graphics driver from HP for that model. Uninstall existing AMD driver first.Incidentally, it's strange for that modeRead more
So try the graphics driver from HP for that model. Uninstall existing AMD driver first.
Incidentally, it’s strange for that model to have DOS pre-installed. According to my research the Pavilion g6 series leaves the factory with Windows 7 pre-installed (and with drivers from HP).
Since you’ve installed a “clean” retail Windows 7 it’s very likely many of the drivers that Windows Setup has installed are not exactly the right ones. Visit the HP website which serves your country and grab the correct drivers for that model.
Alternative To HP Solution Center Software
HP Solution Center is the very reason why I never buy HP All-in-one. This proprietary software is very bloating and very difficult to manage. The best alternative method is using Paperport (my favorite). Click on the link below to learn more about it.PaperPort PSP Desktop for Hewlett-PackardOr justRead more
PaperPort PSP Desktop for Hewlett-Packard
Or just use the free XP built-in Paint & Scanner & Camera Wizard.
i_Xp/Vista/W7User
Solved FIFA 2006 Turns Into White While Game Start
Your laptop probably has switchable graphics which means it has an integrated Intel GPU (the default for Windows) as well as a discrete & more powerful Nvidia GPU.You need to assign the Nvidia GPU to your game, otherwise the default Intel GPU will be used and that's not powerful enough.Right-cliRead more
You need to assign the Nvidia GPU to your game, otherwise the default Intel GPU will be used and that’s not powerful enough.
Right-click the game’s shortcut.
In the context-menu, go to “Use with graphics processor”, then click on “High Performance NVIDIA processor”.
Solved Kingston Ram Warranty Check
Test the RAM with memtest86, memtest86+, or Windows Memory Diagnostic before doing the RMA.
Replace Text In XML Using Batch File
I'm guessing the issue is that their are either leadingspaces or tabs and spaces or tabs on otherwise empty lines.I am hoping this should deal with that:@echo off rem !'s are important setlocal disabledelayedexpansion > new.xml for /f "skip=2 delims=" %%a in ('find /n /v "" "%~1"') do ( set line=Read more
spaces or tabs and spaces or tabs on otherwise empty lines.
I am hoping this should deal with that:
Batch Variable how to
Ultra Dma Mode 5, Smart Capable But Disable…
I suggest you download a fitness test from the manufacturer of your hard drive and run it from a boot disk. I have removed your email address as a courtesy to you. Posting it in the open is an invitation to receive spam. This is a public forum. As such, we do not provide private help anyway. Check bRead more
I have removed your email address as a courtesy to you. Posting it in the open is an invitation to receive spam. This is a public forum. As such, we do not provide private help anyway. Check back here for any responses to your post.
Notepad Gives Me Gibberish Symbols. How Do I Change It To re
Notepad will only display plain text. If it is displaying any thing other than plain text then the file you are trying to load is something other than plain text.Go to a command prompt and navigate to the folder containing the file you are trying to read.Enter Type filname.txtIf you still get gibberRead more
Go to a command prompt and navigate to the folder containing the file you are trying to read.
Enter Type filname.txt
If you still get gibberish then it is not a plain text file
Contact whoever sent you the Email and find out what format they sent the file in.
Stuart