Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - wmp vista lack of visualisations

Reply
 
Old 03-07-2007   #1 (permalink)
richardman


 
 

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!!

My System SpecsSystem Spec
Old 03-07-2007   #2 (permalink)
user one


 
 

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...
> 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!!


My System SpecsSystem Spec
Old 03-07-2007   #3 (permalink)
richardman


 
 

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:

> 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...
> > 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!!

>
>

My System SpecsSystem Spec
Old 03-07-2007   #4 (permalink)
dean-dean


 
 

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...
> 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!!


My System SpecsSystem Spec
Old 03-07-2007   #5 (permalink)
dean-dean


 
 

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...
> 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!!

>


My System SpecsSystem Spec
Old 03-07-2007   #6 (permalink)
Dean-Dean


 
 

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:

> 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...
> > 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!!

> >

>
>

My System SpecsSystem Spec
Old 03-08-2007   #7 (permalink)
richardman


 
 

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:

> 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:
>
> > 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...
> > > 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!!
> > >

> >
> >

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
windows media player visualisations Vista music pictures video
lack of Vista hardware drivers Vista hardware & devices
Windows Media Player 11 - plugins/visualisations Vista music pictures video
Any new visualisations for Media Player... General Discussion


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46