cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
472
Views
0
Helpful
1
Replies

Movi client management via GPO

johnglasheen
Level 1
Level 1

I'd like to manage a few items such as NOT auto starting when Windows starts. I know how to shut it off in the software and what to delete and change in the registry, but I'd like a reliable way of doing that via some other means, such as by GPO.

Anythought?

1 Reply 1

Ahmed Abdullahi
Level 1
Level 1

John,

You can create a .reg file that contains the settings you want and distribute it via GPO.

Here's how to do it:

http://blogs.technet.com/b/askds/archive/2007/08/14/deploying-custom-registry-changes-through-group-policy.aspx

Example file:

===========

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"TANDBERG Movi"=-

[HKEY_CURRENT_USER\Software\TANDBERG\Movi\2.0]
"Domain"="example.com"
"ExternalVcs"="vcse1.example.com"
"InternalVcs"="vcsc1.example.com"

==================