|
| |||
| msinfo32 error I am trying to troubleshoot a GP issue. When I go to help and Support/Use Tools to view your computer information and diagnose problems/Advanced System Information I get the following : " Cannot display the page The page you are trying to view cannot be displayed. This may be because: If you are trying to view this content over the network, there may be network congestion or a problem with your connection. There might be an error in the page's address. The page might not be available. Please check your network connection or try another page. " If I run msinfo32 I get this - Cannot display the page The page you are trying to view has an incorrect address and cannot be displayed. Please try another page. I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing worked. Any help is greatly appreciated! |
| |||
| Re: msinfo32 error Did you do a Repair Install or a clean install with format? "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| |||
| Re: msinfo32 error Did you do a Repair Install or a clean install with format? "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| |||
| Re: msinfo32 error Did you do a Repair Install or a clean install with format? "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| |||
| Re: msinfo32 error Did you do a Repair Install or a clean install with format? "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| |||
| Re: msinfo32 error Navigate to this folder; C:\WINDOWS\PCHealth\HelpCtr\OfflineCache Look for a file called index.dat. Is one there? If not, there needs to be one there. To create one, copy the text between the lines and paste it in notepad. Then save it as a .bat file. Double click the .bat file to execute it. ---------------------------------------------------------------------------------------------------------@echo off echo. echo. echo. echo. echo.PLEASE BE PATIENT. THIS CAN SOMETIMES TAKE A COUPLE OF MINUTES. echo.net stop helpsvc cd /d %windir%\pchealth\helpctr rd packagestore /s /q rd installedskus /s /q cd binaries start /w helpsvc /svchost netsvcs /regserver /install start /w helpsvc /register net start helpsvc echo. echo.ALL DONE! PAUSE --------------------------------------------------------------------------------------------------------- "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| |||
| Re: msinfo32 error Navigate to this folder; C:\WINDOWS\PCHealth\HelpCtr\OfflineCache Look for a file called index.dat. Is one there? If not, there needs to be one there. To create one, copy the text between the lines and paste it in notepad. Then save it as a .bat file. Double click the .bat file to execute it. ---------------------------------------------------------------------------------------------------------@echo off echo. echo. echo. echo. echo.PLEASE BE PATIENT. THIS CAN SOMETIMES TAKE A COUPLE OF MINUTES. echo.net stop helpsvc cd /d %windir%\pchealth\helpctr rd packagestore /s /q rd installedskus /s /q cd binaries start /w helpsvc /svchost netsvcs /regserver /install start /w helpsvc /register net start helpsvc echo. echo.ALL DONE! PAUSE --------------------------------------------------------------------------------------------------------- "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| |||
| Re: msinfo32 error Navigate to this folder; C:\WINDOWS\PCHealth\HelpCtr\OfflineCache Look for a file called index.dat. Is one there? If not, there needs to be one there. To create one, copy the text between the lines and paste it in notepad. Then save it as a .bat file. Double click the .bat file to execute it. ---------------------------------------------------------------------------------------------------------@echo off echo. echo. echo. echo. echo.PLEASE BE PATIENT. THIS CAN SOMETIMES TAKE A COUPLE OF MINUTES. echo.net stop helpsvc cd /d %windir%\pchealth\helpctr rd packagestore /s /q rd installedskus /s /q cd binaries start /w helpsvc /svchost netsvcs /regserver /install start /w helpsvc /register net start helpsvc echo. echo.ALL DONE! PAUSE --------------------------------------------------------------------------------------------------------- "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| |||
| Re: msinfo32 error Navigate to this folder; C:\WINDOWS\PCHealth\HelpCtr\OfflineCache Look for a file called index.dat. Is one there? If not, there needs to be one there. To create one, copy the text between the lines and paste it in notepad. Then save it as a .bat file. Double click the .bat file to execute it. ---------------------------------------------------------------------------------------------------------@echo off echo. echo. echo. echo. echo.PLEASE BE PATIENT. THIS CAN SOMETIMES TAKE A COUPLE OF MINUTES. echo.net stop helpsvc cd /d %windir%\pchealth\helpctr rd packagestore /s /q rd installedskus /s /q cd binaries start /w helpsvc /svchost netsvcs /regserver /install start /w helpsvc /register net start helpsvc echo. echo.ALL DONE! PAUSE --------------------------------------------------------------------------------------------------------- "Q" <Q@discussions.microsoft.com> wrote in message news:AB804358-8A1F-4220-8EE9-0FD94773D915@microsoft.com... >I am trying to troubleshoot a GP issue. When I go to help and Support/Use > Tools to view your computer information and diagnose problems/Advanced > System > Information I get the following : > > " Cannot display the page > The page you are trying to view cannot be displayed. This may be because: > If you are trying to view this content over the network, there may be > network congestion or a problem with your connection. > There might be an error in the page's address. > The page might not be available. > Please check your network connection or try another page. " > > If I run msinfo32 I get this - > > Cannot display the page > The page you are trying to view has an incorrect address and cannot be > displayed. Please try another page. > > I have reinstalled SP2 and ran the msi tool from kellys corner. Nothing > worked. > Any help is greatly appreciated! > |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MSINFO32 | J Lunis | Windows XP | 10 | 07-09-2007 08:10 AM |
| MSINFO32.exe | SteveH | Windows XP | 3 | 02-06-2007 04:15 AM |
| msinfo32 | larry | Windows XP | 8 | 01-22-2007 11:15 PM |
| msinfo32.exe | ctrans11 | Windows XP | 4 | 01-04-2007 03:06 AM |
| msinfo32/WMI Registry Permissions? | Saran | Windows XP | 0 | 01-04-2007 01:54 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |