|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| Windows Media Player problem XP SP3 with all updates applied. All works properly in every respect except for Windows Media Player. WMP opens up and says something like "Windows Media Player must check that it is genuine. Click here to continue", so he does. Internet Explorer opens up and goes to some Microsoft site that says something like "Validation in progress" and then "Validation complete. Thank you for buying genuine Microsoft software", so he closes Internet Explorer and goes to use Windows Media Player, that says "Windows Media Player must check that it is genuine......" How does he get out of this continuous loop? TIA Bill (asking for a friend who doesn't have usenet access) |
| |||
| Re: Windows Media Player problem On Oct 19, 3:45*am, "Bill Payer" <d...@bother.com> wrote: > XP SP3 with all updates applied. All works properly in every respect except > for Windows Media Player. > > WMP opens up and says something like "Windows Media Player must check that > it is genuine. Click here to continue", so he does. > > Internet Explorer opens up and goes to some Microsoft site that says > something like "Validation in progress" and then "Validation complete. Thank > you for buying genuine Microsoft software", so he closes Internet Explorer > and goes to use Windows Media Player, that says "Windows Media Player must > check that it is genuine......" > > How does he get out of this continuous loop? > > TIA > Bill (asking for a friend who doesn't have usenet access) Has the Windows been "activated"...either by phone or on line? It is checking to see if the Windows is genuine (activated). |
| |||
| Re: Windows Media Player problem sandy58 wrote: > On Oct 19, 3:45 am, "Bill Payer" <d...@bother.com> wrote: >> XP SP3 with all updates applied. All works properly in every respect >> except for Windows Media Player. >> >> WMP opens up and says something like "Windows Media Player must >> check that it is genuine. Click here to continue", so he does. >> >> Internet Explorer opens up and goes to some Microsoft site that says >> something like "Validation in progress" and then "Validation >> complete. Thank you for buying genuine Microsoft software", so he >> closes Internet Explorer and goes to use Windows Media Player, that >> says "Windows Media Player must check that it is genuine......" >> >> How does he get out of this continuous loop? >> >> TIA >> Bill (asking for a friend who doesn't have usenet access) > > Has the Windows been "activated"...either by phone or on line? It is > checking to see if the Windows is genuine (activated). Yes, Windows XP has been validated and activated. Thanks for your reply. Bill |
| |||
| RE: Windows Media Player problem Go to this link,locate & press the button "validate windows".. http://www.microsoft.com/genuine/val...displaylang=en "Bill Payer" wrote: > XP SP3 with all updates applied. All works properly in every respect except > for Windows Media Player. > > WMP opens up and says something like "Windows Media Player must check that > it is genuine. Click here to continue", so he does. > > Internet Explorer opens up and goes to some Microsoft site that says > something like "Validation in progress" and then "Validation complete. Thank > you for buying genuine Microsoft software", so he closes Internet Explorer > and goes to use Windows Media Player, that says "Windows Media Player must > check that it is genuine......" > > How does he get out of this continuous loop? > > TIA > Bill (asking for a friend who doesn't have usenet access) > > > . > |
| |||
| Re: Windows Media Player problem Andrew E. wrote: > Go to this link,locate & press the button "validate windows".. > http://www.microsoft.com/genuine/val...displaylang=en Thanks Andrew but as I wrote in reply to Sandy58 about 12 hours before your posting, Windows XP is already validated as genuine and activated. Everything else on the machine works well, it's just this thing that WMP wants to check if it's genuine, finds that it is, and doesn't believe itself :o) Any other ideas (anyone)? I can't believe my mate is the first that this has happened to :o) Bill > "Bill Payer" wrote: > >> XP SP3 with all updates applied. All works properly in every respect >> except for Windows Media Player. >> >> WMP opens up and says something like "Windows Media Player must >> check that it is genuine. Click here to continue", so he does. >> >> Internet Explorer opens up and goes to some Microsoft site that says >> something like "Validation in progress" and then "Validation >> complete. Thank you for buying genuine Microsoft software", so he >> closes Internet Explorer and goes to use Windows Media Player, that >> says "Windows Media Player must check that it is genuine......" >> >> How does he get out of this continuous loop? >> >> TIA >> Bill (asking for a friend who doesn't have usenet access) |
| |||
| Re: Windows Media Player problem Bill Payer wrote: > XP SP3 with all updates applied. All works properly in every respect except > for Windows Media Player. > > WMP opens up and says something like "Windows Media Player must check that > it is genuine. Click here to continue", so he does. > > Internet Explorer opens up and goes to some Microsoft site that says > something like "Validation in progress" and then "Validation complete. Thank > you for buying genuine Microsoft software", so he closes Internet Explorer > and goes to use Windows Media Player, that says "Windows Media Player must > check that it is genuine......" > > How does he get out of this continuous loop? The edugeek.net site offered the following script. Copy/paste the script below to Wordpad, save as a .bat file and run. Or just locate the file mentioned and delete it: @ECHO OFF IF EXIST "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage\data\data.dat" ( ECHO Deleting data.dat attrib -R "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage\data\data.dat" DEL "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage\data\data.dat" ) IF NOT EXIST %WINDIR%\system32\WGATray.exe (GOTO END) ECHO WGA Validation in progress. Please wait... WGATray.exe /b :END ECHO Done Here's the link to the article: http://www.edugeek.net/forums/script...alidation.html -- Joe =o) |
| |||
| Re: Windows Media Player problem Elmo wrote: > Bill Payer wrote: >> XP SP3 with all updates applied. All works properly in every respect >> except for Windows Media Player. >> >> WMP opens up and says something like "Windows Media Player must >> check that it is genuine. Click here to continue", so he does. >> >> Internet Explorer opens up and goes to some Microsoft site that says >> something like "Validation in progress" and then "Validation >> complete. Thank you for buying genuine Microsoft software", so he >> closes Internet Explorer and goes to use Windows Media Player, that >> says "Windows Media Player must check that it is genuine......" >> >> How does he get out of this continuous loop? > > The edugeek.net site offered the following script. Copy/paste the > script below to Wordpad, save as a .bat file and run. Or just locate > the file mentioned and delete it: > > @ECHO OFF > > IF EXIST "%ALLUSERSPROFILE%\Application Data\Windows Genuine > Advantage\data\data.dat" ( > > ECHO Deleting data.dat > attrib -R "%ALLUSERSPROFILE%\Application Data\Windows Genuine > Advantage\data\data.dat" > DEL "%ALLUSERSPROFILE%\Application Data\Windows Genuine > Advantage\data\data.dat" > > ) > > IF NOT EXIST %WINDIR%\system32\WGATray.exe (GOTO END) > > ECHO WGA Validation in progress. Please wait... > WGATray.exe /b > >> END > > ECHO Done > > Here's the link to the article: > http://www.edugeek.net/forums/script...alidation.html Thanks Elmo, I'll give it a go. I don't know where you are, you could be anywhere in the world and so could the author of that article you link to but he gives his location as The Fylde, UK - which is exactly where I live :o) I love the internet :o) |
| |||
| Re: Windows Media Player problem Bill Payer wrote: > Elmo wrote: >> Bill Payer wrote: >>> XP SP3 with all updates applied. All works properly in every respect >>> except for Windows Media Player. >>> >>> WMP opens up and says something like "Windows Media Player must >>> check that it is genuine. Click here to continue", so he does. >>> >>> Internet Explorer opens up and goes to some Microsoft site that says >>> something like "Validation in progress" and then "Validation >>> complete. Thank you for buying genuine Microsoft software", so he >>> closes Internet Explorer and goes to use Windows Media Player, that >>> says "Windows Media Player must check that it is genuine......" >>> >>> How does he get out of this continuous loop? >> The edugeek.net site offered the following script. Copy/paste the >> script below to Wordpad, save as a .bat file and run. Or just locate >> the file mentioned and delete it: >> >> @ECHO OFF >> >> IF EXIST "%ALLUSERSPROFILE%\Application Data\Windows Genuine >> Advantage\data\data.dat" ( >> >> ECHO Deleting data.dat >> attrib -R "%ALLUSERSPROFILE%\Application Data\Windows Genuine >> Advantage\data\data.dat" >> DEL "%ALLUSERSPROFILE%\Application Data\Windows Genuine >> Advantage\data\data.dat" >> >> ) >> >> IF NOT EXIST %WINDIR%\system32\WGATray.exe (GOTO END) >> >> ECHO WGA Validation in progress. Please wait... >> WGATray.exe /b >> >>> END >> ECHO Done >> >> Here's the link to the article: >> http://www.edugeek.net/forums/script...alidation.html > > Thanks Elmo, I'll give it a go. I don't know where you are, you could be > anywhere in the world and so could the author of that article you link to > but he gives his location as The Fylde, UK - which is exactly where I live > :o) > > I love the internet :o) What! You're not in Louisville, Ky.!!?! -- Joe =o) |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| windows media player problem | vmojeda | Windows Vista | 0 | 04-30-2009 03:00 AM |
| windows media player PROBLEM | EMOR | Windows Media | 0 | 06-24-2008 11:30 AM |
| Wxp Windows Media player problem | b11_ | Windows XP | 2 | 12-21-2007 03:50 AM |
| Problem with Windows Media Player 11 | DenisC | Windows Vista | 2 | 03-27-2007 05:31 PM |
| Is Windows Media Player my problem? | not-a-geek | Windows Media | 0 | 02-04-2007 10:48 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |