Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-07-2007, 02:31 PM
richardman
Newsgroup Contributor
 
Posts: n/a
wmp vista lack of visualisations

anyone know how to import/copy visualisations from wmp in winxp to wmp in win
vista ultimate please? vista has an appaulingly small number of visuals, i
have tried copy/paste from the visualisation folder from one o/s to the
other, but that didnt work. are there hidden dll files somewhere?
help please!! :(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-07-2007, 02:31 PM
  #2 (permalink)  
Old 03-07-2007, 02:45 PM
user one
Newsgroup Contributor
 
Posts: n/a
Re: wmp vista lack of visualisations

you can download and install more

there are sites that have them

some are free and some more advanced are not


"richardman" <richardman@discussions.microsoft.com> wrote in message
news:74682B3D-22FA-48D7-A462-FC03C14D3202@microsoft.com...[color=blue]
> anyone know how to import/copy visualisations from wmp in winxp to wmp in
> win
> vista ultimate please? vista has an appaulingly small number of visuals, i
> have tried copy/paste from the visualisation folder from one o/s to the
> other, but that didnt work. are there hidden dll files somewhere?
> help please!! :([/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-07-2007, 03:00 PM
richardman
Newsgroup Contributor
 
Posts: n/a
Re: wmp vista lack of visualisations

thanks. i got all the good free ones, but really want the old ones from wmp
10! ;)

"user one" wrote:
[color=blue]
> you can download and install more
>
> there are sites that have them
>
> some are free and some more advanced are not
>
>
> "richardman" <richardman@discussions.microsoft.com> wrote in message
> news:74682B3D-22FA-48D7-A462-FC03C14D3202@microsoft.com...[color=green]
> > anyone know how to import/copy visualisations from wmp in winxp to wmp in
> > win
> > vista ultimate please? vista has an appaulingly small number of visuals, i
> > have tried copy/paste from the visualisation folder from one o/s to the
> > other, but that didnt work. are there hidden dll files somewhere?
> > help please!! :([/color]
>
>[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-07-2007, 03:15 PM
dean-dean
Newsgroup Contributor
 
Posts: n/a
Re: wmp vista lack of visualisations

Copying and pasting to the Visualizations folder is fine, but the dll's also
have to be registered. E.g., run Command Prompt as Administrator (by
right-clicking on the Command Prompt shortcut), and type:

regsvr32 "C:\Program Files\Windows Media Player\Visualizations\nullvis.dll"

(the quotes are necessary, as shown).

where nullvis.dll is the name of the particular visualization's dll
(substitute nullvis.dll for the actual name of the dll you are registering).
Press enter on you keyboard.


Not all visualizations may work, in which case, to remove it from the Media
Player, run Command Prompt as Administrator, and type:

regsvr32 /u "C:\Program Files\Windows Media
Player\Visualizations\nullvis.dll"

Press enter on you keyboard.


"richardman" <richardman@discussions.microsoft.com> wrote in message
news:74682B3D-22FA-48D7-A462-FC03C14D3202@microsoft.com...[color=blue]
> anyone know how to import/copy visualisations from wmp in winxp to wmp in
> win
> vista ultimate please? vista has an appaulingly small number of visuals, i
> have tried copy/paste from the visualisation folder from one o/s to the
> other, but that didnt work. are there hidden dll files somewhere?
> help please!! :([/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-07-2007, 04:00 PM
dean-dean
Newsgroup Contributor
 
Posts: n/a
Re: wmp vista lack of visualisations

Correction (I got an extra space in the command to unregister a
visualization). To UNregister, type:

regsvr32 /u "C:\Program Files\Windows Media
Player\Visualizations\nullvis.dll"

where nullvis.dll is the name of of the visualization's dll you are
unregistering.

These steps, noted in my previous post, are only nececessary if you no
longer have the installer for the visualization, which would normally do the
registering for you, or if you wish to get rid of a visualization in Windows
Media Player, and there's no option to do so.



"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:49E31399-18DF-4945-9EC4-1C9702219C5D@microsoft.com...[color=blue]
> Copying and pasting to the Visualizations folder is fine, but the dll's
> also have to be registered. E.g., run Command Prompt as Administrator (by
> right-clicking on the Command Prompt shortcut), and type:
>
> regsvr32 "C:\Program Files\Windows Media
> Player\Visualizations\nullvis.dll"
>
> (the quotes are necessary, as shown).
>
> where nullvis.dll is the name of the particular visualization's dll
> (substitute nullvis.dll for the actual name of the dll you are
> registering). Press enter on you keyboard.
>
>
> Not all visualizations may work, in which case, to remove it from the
> Media Player, run Command Prompt as Administrator, and type:
>
> regsvr32 /u "C:\Program Files\Windows Media
> Player\Visualizations\nullvis.dll"
>
> Press enter on you keyboard.
>
>
> "richardman" <richardman@discussions.microsoft.com> wrote in message
> news:74682B3D-22FA-48D7-A462-FC03C14D3202@microsoft.com...[color=green]
>> anyone know how to import/copy visualisations from wmp in winxp to wmp in
>> win
>> vista ultimate please? vista has an appaulingly small number of visuals,
>> i
>> have tried copy/paste from the visualisation folder from one o/s to the
>> other, but that didnt work. are there hidden dll files somewhere?
>> help please!! :([/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 03-07-2007, 04:15 PM
Dean-Dean
Newsgroup Contributor
 
Posts: n/a
Re: wmp vista lack of visualisations

Correction. One more time, and then I'm giving up.

To UNregister, type:

regsvr32 /u "C:\Program Files\Windows Media Player\Visualizations\nullvis.dll"


"dean-dean" wrote:
[color=blue]
> Correction (I got an extra space in the command to unregister a
> visualization). To UNregister, type:
>
> regsvr32 /u "C:\Program Files\Windows Media
> Player\Visualizations\nullvis.dll"
>
> where nullvis.dll is the name of of the visualization's dll you are
> unregistering.
>
> These steps, noted in my previous post, are only nececessary if you no
> longer have the installer for the visualization, which would normally do the
> registering for you, or if you wish to get rid of a visualization in Windows
> Media Player, and there's no option to do so.
>
>
>
> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
> news:49E31399-18DF-4945-9EC4-1C9702219C5D@microsoft.com...[color=green]
> > Copying and pasting to the Visualizations folder is fine, but the dll's
> > also have to be registered. E.g., run Command Prompt as Administrator (by
> > right-clicking on the Command Prompt shortcut), and type:
> >
> > regsvr32 "C:\Program Files\Windows Media
> > Player\Visualizations\nullvis.dll"
> >
> > (the quotes are necessary, as shown).
> >
> > where nullvis.dll is the name of the particular visualization's dll
> > (substitute nullvis.dll for the actual name of the dll you are
> > registering). Press enter on you keyboard.
> >
> >
> > Not all visualizations may work, in which case, to remove it from the
> > Media Player, run Command Prompt as Administrator, and type:
> >
> > regsvr32 /u "C:\Program Files\Windows Media
> > Player\Visualizations\nullvis.dll"
> >
> > Press enter on you keyboard.
> >
> >
> > "richardman" <richardman@discussions.microsoft.com> wrote in message
> > news:74682B3D-22FA-48D7-A462-FC03C14D3202@microsoft.com...[color=darkred]
> >> anyone know how to import/copy visualisations from wmp in winxp to wmp in
> >> win
> >> vista ultimate please? vista has an appaulingly small number of visuals,
> >> i
> >> have tried copy/paste from the visualisation folder from one o/s to the
> >> other, but that didnt work. are there hidden dll files somewhere?
> >> help please!! :([/color]
> >[/color]
>
>[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 03-08-2007, 02:00 AM
richardman
Newsgroup Contributor
 
Posts: n/a
Re: wmp vista lack of visualisations

thanks for the excellent info. i have successfully copied over some vis from
wmp 10, wmpvis.dll into c:\pro files\wmp\, but mpvis.dll wont copy into vista
pro file, says i need permission to do this. anything i can do about that
please? the only vis i really want is plenoptic, which wasnt in the
wmpvis.dll!
thanks again - good to get some accurate info!! :)

"Dean-Dean" wrote:
[color=blue]
> Correction. One more time, and then I'm giving up.
>
> To UNregister, type:
>
> regsvr32 /u "C:\Program Files\Windows Media Player\Visualizations\nullvis.dll"
>
>
> "dean-dean" wrote:
>[color=green]
> > Correction (I got an extra space in the command to unregister a
> > visualization). To UNregister, type:
> >
> > regsvr32 /u "C:\Program Files\Windows Media
> > Player\Visualizations\nullvis.dll"
> >
> > where nullvis.dll is the name of of the visualization's dll you are
> > unregistering.
> >
> > These steps, noted in my previous post, are only nececessary if you no
> > longer have the installer for the visualization, which would normally do the
> > registering for you, or if you wish to get rid of a visualization in Windows
> > Media Player, and there's no option to do so.
> >
> >
> >
> > "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
> > news:49E31399-18DF-4945-9EC4-1C9702219C5D@microsoft.com...[color=darkred]
> > > Copying and pasting to the Visualizations folder is fine, but the dll's
> > > also have to be registered. E.g., run Command Prompt as Administrator (by
> > > right-clicking on the Command Prompt shortcut), and type:
> > >
> > > regsvr32 "C:\Program Files\Windows Media
> > > Player\Visualizations\nullvis.dll"
> > >
> > > (the quotes are necessary, as shown).
> > >
> > > where nullvis.dll is the name of the particular visualization's dll
> > > (substitute nullvis.dll for the actual name of the dll you are
> > > registering). Press enter on you keyboard.
> > >
> > >
> > > Not all visualizations may work, in which case, to remove it from the
> > > Media Player, run Command Prompt as Administrator, and type:
> > >
> > > regsvr32 /u "C:\Program Files\Windows Media
> > > Player\Visualizations\nullvis.dll"
> > >
> > > Press enter on you keyboard.
> > >
> > >
> > > "richardman" <richardman@discussions.microsoft.com> wrote in message
> > > news:74682B3D-22FA-48D7-A462-FC03C14D3202@microsoft.com...
> > >> anyone know how to import/copy visualisations from wmp in winxp to wmp in
> > >> win
> > >> vista ultimate please? vista has an appaulingly small number of visuals,
> > >> i
> > >> have tried copy/paste from the visualisation folder from one o/s to the
> > >> other, but that didnt work. are there hidden dll files somewhere?
> > >> help please!! :(
> > >[/color]
> >
> >[/color][/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
File Type Manager Solution to lack of one in Vista lforbes Windows Vista 0 05-30-2008 01:20 PM
lack of Vista hardware drivers Andrea Gates Vista Hardware 13 01-13-2008 06:01 PM
Lack of network connectivity of a Vista Machine to its domaincontroller gayle Windows Vista 0 01-02-2008 07:00 PM
Vista Drivers for a Fujitsu fi4120c scanner (or lack of....) JasonB Vista Hardware 12 10-23-2007 07:30 AM
Office not working properly due to lack of SndRec32.exe in Vista sappari Windows Vista 2 10-20-2007 12:00 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 07:27 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0