; NetMeeting policy settings #if version <= 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CLASS USER ;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CATEGORY !!GPOnly POLICY !!GPOnlyPolicy KEYNAME "Software\Policies" PART !!GPOnly_Tip1 TEXT END PART PART !!GPOnly_Tip2 TEXT END PART PART !!GPOnly_Tip3 TEXT END PART PART !!GPOnly_Tip4 TEXT END PART PART !!GPOnly_Tip5 TEXT END PART END POLICY END CATEGORY ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CLASS MACHINE ;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CATEGORY !!GPOnly POLICY !!GPOnlyPolicy KEYNAME "Software\Policies" PART !!GPOnly_Tip1 TEXT END PART PART !!GPOnly_Tip2 TEXT END PART PART !!GPOnly_Tip3 TEXT END PART PART !!GPOnly_Tip4 TEXT END PART PART !!GPOnly_Tip5 TEXT END PART END POLICY END CATEGORY #endif #if version >= 3 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CLASS USER ;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CATEGORY !!WindowsComponents CATEGORY !!NetMeeting ; App Sharing CATEGORY !!AppSharing POLICY !!DisableAppSharing KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableAppSharing_Help VALUENAME "NoAppSharing" END POLICY POLICY !!PreventSharing KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventSharing_Help VALUENAME "NoSharing" END POLICY POLICY !!PreventSharingDesktop KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventSharingDesktop_Help VALUENAME "NoSharingDesktop" END POLICY POLICY !!PreventSharingCMDPrompt KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventSharingCMDPrompt_Help VALUENAME "NoSharingDosWindows" END POLICY POLICY !!PreventSharingExplorer KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventSharingExplorer_Help VALUENAME "NoSharingExplorer" END POLICY POLICY !!PreventGrantingControl KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventGrantingControl_Help VALUENAME "NoAllowControl" END POLICY POLICY !!PreventSharingTrueColor KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventSharingTrueColor_Help VALUENAME "NoTrueColorSharing" END POLICY END CATEGORY ; AppSharing ; Audio & Video CATEGORY !!AudioVideo POLICY !!SetAVThroughput KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!SetAVThroughput_Help PART !!AVThroughput NUMERIC MIN 85000 MAX 621700 DEFAULT 621700 VALUENAME "MaximumBandwidth" END PART END POLICY POLICY !!PreventAudio KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventAudio_Help VALUENAME "NoAudio" END POLICY POLICY !!PreventFullDuplex KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventFullDuplex_Help VALUENAME "NoFullDuplex" END POLICY POLICY !!PreventChangeDirectSound KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventChangeDirectSound_Help VALUENAME "NoChangeDirectSound" END POLICY POLICY !!PreventSendingVideo KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventSendingVideo_Help VALUENAME "NoSendingVideo" END POLICY POLICY !!PreventReceivingVideo KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventReceivingVideo_Help VALUENAME "NoReceivingVideo" END POLICY END CATEGORY ; AudioVideo ; Options dialog CATEGORY !!OptionDialog POLICY !!DisableGeneralPage KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableGeneralPage_Help VALUENAME "NoGeneralPage" END POLICY POLICY !!DisableAdvCallingButton KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableAdvCallingButton_Help VALUENAME "NoAdvancedCalling" END POLICY POLICY !!DisableSecurityPage KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableSecurityPage_Help VALUENAME "NoSecurityPage" END POLICY POLICY !!DisableAudioPage KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableAudioPage_Help VALUENAME "NoAudioPage" END POLICY POLICY !!DisableVideoPage KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableVideoPage_Help VALUENAME "NoVideoPage" END POLICY END CATEGORY ; OptionDialog ; Automatic Configuration POLICY !!EnableAutoConfiguration KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!EnableAutoConfiguration_Help VALUENAME "Use AutoConfig" PART !!AutoConfigFile EDITTEXT VALUENAME "ConfigFile" END PART END POLICY ; Directories POLICY !!PreventDirectoryServices KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventDirectoryServices_Help VALUENAME "NoDirectoryServices" END POLICY POLICY !!PreventAddingNewILS KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventAddingNewILS_Help VALUENAME "NoAddingDirectoryServers" END POLICY POLICY !!PreventWebDirectory KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventWebDirectory_Help VALUENAME "NoWebDirectory" END POLICY ; Customization POLICY !!SetIntranetSupport KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!SetIntranetSupport_Help PART !!IntranetSupportURL EDITTEXT VALUENAME "IntranetSupportURL" END PART END POLICY ; Calling POLICY !!SetSecurityOptions KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!SetSecurityOptions_Help PART !!SetSecurityLevel DROPDOWNLIST VALUENAME "CallSecurity" ITEMLIST NAME !!SecurityLevelRequired VALUE NUMERIC 1 NAME !!SecurityLevelDisabled VALUE NUMERIC 2 END ITEMLIST END PART END POLICY POLICY !!PreventChangingCallMode KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventChangingCallMode_Help VALUENAME "NoChangingCallMode" END POLICY POLICY !!PreventAutoAccept KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventAutoAccept_Help VALUENAME "NoAutoAcceptCalls" END POLICY POLICY !!AllowPersistAutoAcceptCalls KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!AllowPersistAutoAcceptCalls_Help VALUENAME "PersistAutoAcceptCalls" END POLICY ; File Transfer POLICY !!PreventSendingFiles KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventSendingFiles_Help VALUENAME "NoSendingFiles" END POLICY POLICY !!PreventReceivingFiles KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!PreventReceivingFiles_Help VALUENAME "NoReceivingFiles" END POLICY POLICY !!RestrictFTSendSize KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!RestrictFTSendSize_Help PART !!RestrictFTSize NUMERIC MIN 0 MAX 999999999 DEFAULT 500 SPIN 100 VALUENAME "MaxFileSendSize" END PART PART !!RestrictFTTip_1 TEXT END PART PART !!RestrictFTTip_2 TEXT END PART END POLICY ; Chat and Whiteboard POLICY !!DisableChat KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableChat_Help VALUENAME "NoChat" END POLICY POLICY !!DisableOldWhiteboard KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableOldWhiteboard_Help VALUENAME "NoOldWhiteBoard" END POLICY POLICY !!DisableNewWhiteboard KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableNewWhiteboard_Help VALUENAME "NoNewWhiteBoard" END POLICY END CATEGORY ; NetMeeting END CATEGORY ; WindowsComponents ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CLASS MACHINE ;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; CATEGORY !!WindowsComponents CATEGORY !!NetMeeting POLICY !!DisableRDS KEYNAME "Software\Policies\Microsoft\Conferencing" EXPLAIN !!DisableRDS_Help VALUENAME "NoRDS" END POLICY END CATEGORY ; NetMeeting END CATEGORY ; WindowsComponents #endif [strings] GPOnly_Tip1="The Conf.adm file you have loaded requires Group Policy" GPOnly_Tip2="in Windows 2000. You cannot use the System Policy Editor" GPOnly_Tip3="to display Windows 2000 Group Policy settings." GPOnly_Tip4=" " GPOnly_Tip5="Enabling or disabling this policy has no effect." GPOnly="Unsupported Administrative Templates" GPOnlyPolicy="Conf.adm" WindowsComponents="Windows Components" NetMeeting="NetMeeting" EnableAutoConfiguration="Enable Automatic Configuration" EnableAutoConfiguration_Help="Configures NetMeeting to download settings for users each time it starts.\n\nThe settings are downloaded from the URL listed in the "Configuration URL:" text box.\n\nGroup Policy based settings have precedence over any conflicting settings set by downloading them from this URL." AutoConfigFile="Configuration URL:" PreventDirectoryServices="Disable Directory services" PreventDirectoryServices_Help="Disables the directory feature of NetMeeting.\n\nUsers will not logon to a directory (ILS) server when NetMeeting starts. Users will also not be able to view or place calls via a NetMeeting directory.\n\nThis policy is for deployers who have their own location or calling schemes such as a Web site or an address book." PreventAddingNewILS="Prevent adding Directory servers" PreventAddingNewILS_Help="Prevents users from adding directory (ILS) servers to the list of those they can use for placing calls." PreventWebDirectory="Prevent viewing Web directory" PreventWebDirectory_Help="Prevents users from viewing directories as Web pages in a browser." SetIntranetSupport="Set the intranet support Web page" SetIntranetSupport_Help="Sets the URL NetMeeting will display when the user chooses the Help Online Support command." IntranetSupportURL="Support Web page URL" SetSecurityOptions="Set Call Security options" SetSecurityOptions_Help="Sets the level of security for both outgoing and incoming NetMeeting calls." SetSecurityLevel="Call security" SecurityLevelRequired="Required" SecurityLevelDisabled="Disabled" PreventChangingCallMode="Prevent changing Call placement method" PreventChangingCallMode_Help="Prevents users from changing the way calls are placed, either directly or via a gatekeeper server." PreventAutoAccept="Prevent automatic acceptance of Calls" PreventAutoAccept_Help="Prevents users from turning on automatic acceptance of incoming calls.\n\nThis ensures that others cannot call and connect to NetMeeting when the user is not present.\n\nThis policy is recommended when deploying NetMeeting to run always." AllowPersistAutoAcceptCalls="Allow persisting automatic acceptance of Calls" AllowPersistAutoAcceptCalls_Help="Make the automatic acceptance of incoming calls persistent." PreventSendingFiles="Prevent sending files" PreventSendingFiles_Help="Prevents users from sending files to others in a conference." PreventReceivingFiles="Prevent receiving files" PreventReceivingFiles_Help="Prevents users from receiving files from others in a conference." RestrictFTSendSize="Limit the size of sent files" RestrictFTSendSize_Help="Limits the size of files users can send to others in a conference." RestrictFTSize="Maximum size in Kbytes" RestrictFTTip_1="Value is size in Kbytes, only files smaller" RestrictFTTip_2=" than this size can be sent by the user. AppSharing="Application Sharing" DisableAppSharing="Disable application Sharing" DisableAppSharing_Help="Disables the application sharing feature of NetMeeting completely. Users will not be able to host or view shared applications." PreventSharing="Prevent Sharing" PreventSharing_Help="Prevents users from sharing anything themselves. They will still be able to view shared applications/desktops from others." PreventSharingDesktop="Prevent Desktop Sharing" PreventSharingDesktop_Help="Prevents users from sharing the whole desktop. They will still be able to share individual applications." PreventSharingCMDPrompt="Prevent Sharing Command Prompts" PreventSharingCMDPrompt_Help="Prevents users from sharing command prompts. This prevents users from inadvertently sharing out applications, since command prompts can be used to launch other applications." PreventSharingExplorer="Prevent Sharing Explorer windows" PreventSharingExplorer_Help="Prevents users from sharing Explorer windows. This prevents users from inadvertently sharing out applications, since Explorer windows can be used to launch other applications." PreventGrantingControl="Prevent Control" PreventGrantingControl_Help="Prevents users from allowing others in a conference to control what they have shared. This enforces a read-only mode; the other participants cannot change the data in the shared application." PreventSharingTrueColor="Prevent Application Sharing in true color" PreventSharingTrueColor_Help="Prevents users from sharing applications in true color. True color sharing uses more bandwidth in a conference." DisableChat="Disable Chat" DisableChat_Help="Disables the Chat feature of NetMeeting." DisableOldWhiteboard="Disable NetMeeting 2.x Whiteboard" DisableOldWhiteboard_Help="Disables the 2.x whiteboard feature of NetMeeting.\n\nThe 2.x whiteboard is available for compatibility with older versions of NetMeeting only.\n\nDeployers who do not need it can save bandwidth by disabling it." DisableNewWhiteboard="Disable Whiteboard" DisableNewWhiteboard_Help="Disables the T.126 whiteboard feature of NetMeeting." OptionDialog="Options Page" DisableGeneralPage="Hide the General page" DisableGeneralPage_Help="Hides the General page of the Tools Options dialog. Users will not then be able to change personal identification and bandwidth settings." DisableAdvCallingButton="Disable the Advanced Calling button" DisableAdvCallingButton_Help="Disables the Advanced Calling button on the General Options page. Users will not then be able to change the call placement method and the servers used." DisableSecurityPage="Hide the Security page" DisableSecurityPage_Help="Hides the Security page of the Tools Options dialog. Users will not then be able to change call security and authentication settings." DisableAudioPage="Hide the Audio page" DisableAudioPage_Help="Hides the Audio page of the Tools Options dialog. Users will not then be able to change audio settings." DisableVideoPage="Hide the Video page" DisableVideoPage_Help="Hides the Video page of the Tools Options dialog. Users will not then be able to change video settings." AudioVideo="Audio & Video" SetAVThroughput="Limit the bandwidth of Audio and Video" SetAVThroughput_Help="Limits the bandwidth audio and video will consume when in a conference. This setting will guide NetMeeting to choose the right formats and send rate so that the bandwidth is limited." AVThroughput="Maximum bandwidth in Kilobytes per second: PreventAudio="Disable Audio" PreventAudio_Help="Disables the audio feature of NetMeeting. Users will not be able to send or receive audio." PreventFullDuplex="Disable full duplex Audio" PreventFullDuplex_Help="Disables full duplex mode audio. Users will not be able to listen to incoming audio while speaking into the microphone. Older audio hardware does not perform well when in full duplex mode." PreventChangeDirectSound="Prevent changing DirectSound Audio setting" PreventChangeDirectSound_Help="Prevents user from changing the DirectSound audio setting. DirectSound provides much better audio quality, but older audio hardware may not support it." PreventSendingVideo="Prevent sending Video" PreventSendingVideo_Help="Prevents users from sending video if they have the hardware. Users will still be able to receive video from others." PreventReceivingVideo="Prevent receiving Video" PreventReceivingVideo_Help="Prevents users from receiving video. Users will still be able to send video provided they have the hardware." DisableRDS="Disable remote Desktop Sharing" DisableRDS_Help="Disables the remote desktop sharing feature of NetMeeting. Users will not be able to set it up or use it for controlling their computers remotely."