Nucleus Posted May 20, 2006 Posted May 20, 2006 After the unattended installation of PowerDVD 7 Deluxe, I have a new service runing in the backround, called RichVideo.exe. In the services list, it's called "Cyberlink RichVideo Service(CRVS). It's a useless service, and all it does is waste my computer resources. I need to remove it during the unattended installation. Any ideas how?Thanks
KRYOGENIUS Posted May 20, 2006 Posted May 20, 2006 HelloMaybe you can make a script or a reg file to modify the launch state of this service++
T D Posted May 20, 2006 Posted May 20, 2006 There is a program called instsrv used to add and remove services.Put it in the $OEM$\$$\System32 and after PowerDvd installation, in your batch or RunOnceEx or whatever, executeinstsrv "Cyberlink RichVideo Service(CRVS)" REMOVEI think you need to find out the actual name of the service, like wuauserv is to Auto Update and replace the "Cyberlink RichVideo Service(CRVS)" and without quotes.Just in case you don't know how to find the service name (most ppl do, but still) install PowerDvd, open services.msc, rightclick "Cyberlink RichVideo Service(CRVS)">properties and at the top it says service name.srvany.zip
Nucleus Posted May 20, 2006 Author Posted May 20, 2006 Thank you for your replies. I found a way of not even installing the service. I just deleted the RichVideo folder, and in Custom.ini I changed RichVideo=1 to RichVideo=0
Solid as a rock Posted July 29, 2006 Posted July 29, 2006 (edited) After the unattended installation of PowerDVD 7 Deluxe, I have a new service runing in the backround, called RichVideo.exe. In the services list, it's called "Cyberlink RichVideo Service(CRVS). It's a useless service, and all it does is waste my computer resources. I need to remove it during the unattended installation. Any ideas how?ThanksWhat do that service really do? I have googled at it and the only thing i read is everyone want to remove it, but none of them tell why what that service really do...Edit:CyberLink RichVideoIntroduction and BenefitsCyberLink RichVideo is an advanced technology designed to save precious video editing time by storing initial video analysis for future references. For example, the first time you detect scenes or perform Magic Cut, video analysis information will be collected and stored, eliminating the process to be repeated again. Not only is a tremendous amount of time saved, the video information will be stored directly into the video file, and thus available for all users. RichVideo Technology Developed by CyberLink, CyberLink RichVideo technology coincides with new product releases enabling it to be utilized by other award-winning CyberLink applications. As we gravitate towards the digital home generation, video analysis will be at the forefront of video editing, with RichVideo playing a vital role in the development of multimedia software by reducing editing time and arduous workload.CyberLink RichVideo is activated the first time after detecting scenes or performing Magic Cut. Information will be saved from video analysis in a separate data file or write to the file directly. Later, it is retrieved automatically when conducting similar actions.CyberLink RichVideo in ActionFor Magic Cut or in Scene DetectionCyberLink RichVideo will store information on scene differences, zooming and panning, facial features, colors, etc. Video analysis will only be conducted the first time, even if the duration of the scenes/clips have been altered. The next time Magic Cut is performed, everything will be automatic.As long you use PowerDvd to look dvds and nothing more, it is really useless to use richvideo.... Edited July 29, 2006 by Solid as a rock
anirbansen Posted August 12, 2006 Posted August 12, 2006 Go to Start Menu > RunType in "services.msc" and press ENTERLocate "Cyberlink RichVideo Service(CRVS)" from the list of local services.Right click and choose propertiesSwitch the startup type to "disabled" and OK. (Stop it now if you want)Close and reboot.
muiz Posted August 14, 2006 Posted August 14, 2006 (edited) Go to Start Menu > RunType in "services.msc" and press ENTERLocate "Cyberlink RichVideo Service(CRVS)" from the list of local services.Right click and choose propertiesSwitch the startup type to "disabled" and OK. (Stop it now if you want)Close and reboot.errr dude.... That is not unattended , they mean during setup Read Nucleus post , that is the way to do this. Edited August 14, 2006 by muiz
xyu Posted September 24, 2006 Posted September 24, 2006 (edited) This one is very simple, as any other service in windos.Simply add in your reg file.;00000002 = Automatic;00000003 = Manual;00000004 = Disabled;Cyberlink PowerDvD 7 RichVideo.exe[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RichVideo]"Start"=dword:00000004 Edited September 25, 2006 by xyu
midi2k6 Posted October 21, 2007 Posted October 21, 2007 CyberLink PowerDVD 6.x & 7.x (This will works for All Versions) This is the best without messing your system services.Extract APPLICATION.EXE file and edit Custom.ini search for RichVideo=1 , change to 0 and delete RichVideo Folder to save space.If you want silent install just add Silent=1 anywhere (line). Im running 7.3 Ultra Edition, it works.
radix Posted October 21, 2007 Posted October 21, 2007 My script do these:-remove RichVideo (from script directory or Temp folder after extraction); Is no need to edit Custom.ini.-Prevent PDVDServ.exe and Language.exe to run at start up;-Make registration with s/n.http://www.msfn.org/board/index.php?showto...st&p=698477
midi2k6 Posted October 23, 2007 Posted October 23, 2007 Remove RichVideo Folder (after extracted), edit Custom.inisearch for RichVideo=1 (change it to 0)repack
Troy III Posted April 23, 2008 Posted April 23, 2008 (edited) Hello guys, I think I've just found the best way to remove the RichVideo.exe[Go to]START \Run... [ type in, or copy paste the following]C:\Program Files\CyberLink\Shared files\richvideouninstall.exe[Hit]ENTER [or click] OKyou're done. Edited April 23, 2008 by Troy III
databird Posted February 11, 2011 Posted February 11, 2011 Seems to be virus like Trojan . But it is part of cybderlink "Cyberlink RichVideo Service(CRVS)"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now