devil270975 Posted May 24, 2008 Posted May 24, 2008 Hi peeps, anyone know of a way of disabling nero vision express from taking control of all my media file associations on a silent install???i am fed up of wmp never displaying in true fullscreen and having a huge black border all the way round for dvd's and all my pictures opening in nero photosnap.
Perplx Posted May 26, 2008 Posted May 26, 2008 I got this from this board somewhere, what it does is export the current associations to separate .reg files, then installs nerovision, deletes the association, then imports the associations, then deletes the temporary files.@echo offclsecho Starting Installation of NeroVision Expressecho backing up file associationsmd "%TEMP%\nerotmp"set ShowTimeEXT48=.aac .ac3 .aif .aiff .avi .avs .bup .cda .cdc .dat .gif .ico .ifo .jfif .jpeg .jpg .key .m1v .m2p .m2t .m2v .m3u .m4a .mid .midi .mmv .mod .mov .mp2 .mp3 .mp4 .mpa .mpeg .mpg .pls .png .psd .rmi .tif .tiff .trp .vob .wav .wave .wma .wmf .wmv .xbmfor %%e in (%ShowTimeEXT48%) do reg export "HKCR\%%e" "%TEMP%\nerotmp\orig%%e.reg"clsecho installingstart /wait setup\Setupx.exe /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCELfor %%f in (%ShowTimeEXT48%) do reg delete "HKCR\%%f" /fecho reapplying extensionsfor %%g in (%ShowTimeEXT48%) do regedit /s "%TEMP%\nerotmp\orig%%g.reg"rd /S /Q "%TEMP%\nerotmp"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now