[gptalk] Re: DisableDownloadSearchPrompt

  • From: "Darren Mar-Elia" <darren@xxxxxxxxxx>
  • To: <gptalk@xxxxxxxxxxxxx>
  • Date: Wed, 2 Apr 2008 09:11:45 -0700

Norm-

Did you write this or is this a MS ADM? Also I noticed that this is meant
for Vista? Are you loading this into a GPO that is being viewed on a Vista
machine? If so, then its going to be under the Classic Adm. Templates node. 

 

Darren

 

From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Knapp, Norman
Sent: Wednesday, April 02, 2008 8:59 AM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: DisableDownloadSearchPrompt

 

Darren,

 

Here is the ADM text from the desktopsearch30.adm. Sorry, Jamie. I unchecked
the setting and I still don't see the DisableDownloadSearchPrompt Setting.

 

Thanks,

 

Norm

 

CLASS MACHINE

 

CATEGORY !!WindowsComponents

 

CATEGORY !!Search

 

    KEYNAME "SOFTWARE\Policies\Microsoft\Windows\Windows Search"

 

    POLICY !!PreventIndexOnBattery

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainPreventIndexOnBattery

        VALUENAME "PreventIndexOnBattery"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

    END POLICY

 

    POLICY !!PreventModifyingIndexedLocations

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainPreventModifyingIndexedLocations

        VALUENAME "PreventModifyingIndexedLocations"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

    END POLICY

 

 

    POLICY !!AllowUsingDiacritics

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainAllowUsingDiacritics

        VALUENAME "AllowUsingDiacritics"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!PreventUsingAdvancedIndexingOptions

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainPreventUsingAdvancedIndexingOptions

        VALUENAME "PreventUsingAdvancedIndexingOptions"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

    END POLICY

 

    POLICY !!PreventIndexingOfflineFiles

        #if version >= 4

            SUPPORTED !!VistaOnly

        #endif

        EXPLAIN !!ExplainPreventIndexingOfflineFiles

        VALUENAME "PreventIndexingOfflineFiles"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!PreventIndexingUncachedExchangeFolders

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainPreventIndexingUncachedExchangeFolders

        VALUENAME "PreventIndexingUncachedExchangeFolders"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!PreventIndexingOutlook

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainPreventIndexingOutlook

        VALUENAME "PreventIndexingOutlook"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!PreventIndexingEmailAttachments

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainPreventIndexingEmailAttachments

        VALUENAME "PreventIndexingEmailAttachments"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!RichAttachmentPreviews

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!RichAttachmentPreviews_Explain

        PART !!RichAttachmentPreviews EDITTEXT

            VALUENAME "RichAttachmentPreviews"

        END PART    

    END POLICY

 

    POLICY !!PreventIndexingPublicFolders

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainPreventIndexingPublicFolders

        VALUENAME "PreventIndexingPublicFolders"

            VALUEON NUMERIC 1

            VALUEOFF NUMERIC 0

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!DataDirectory

        #if version >= 4

            SUPPORTED !!VistaOrRedist

        #endif

        EXPLAIN !!ExplainDataDirectory

        PART !!PartDataDirectory EDITTEXT

            VALUENAME "DataDirectory"

            MAXLEN 250

            REQUIRED

        END PART

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!AddPrimaryIntranetSearchScope

        EXPLAIN !!AddPrimaryIntranetSearchScope_Explain

        PART !!PrimaryIntranetSearchScopeUrl EDITTEXT

            VALUENAME "PrimaryIntranetSearchScopeUrl"

        END PART    

    END POLICY

 

    POLICY !!AddSecondaryIntranetSearchScope

        EXPLAIN !!AddSecondaryIntranetSearchScope_Explain

        PART !!SecondaryIntranetSearchScopeUrl EDITTEXT

            VALUENAME "SecondaryIntranetSearchScopeUrl"

        END PART    

    END POLICY

 

    POLICY !!PreviewPaneLocation 

       EXPLAIN !!PreviewPaneLocation_Explain

        PART !!PreviewPaneLocation DROPDOWNLIST

            VALUENAME "PreviewPaneLocation"

            ITEMLIST

                NAME !!PreviewPaneLocation_Auto VALUE NUMERIC 0

                NAME !!PreviewPaneLocation_Right VALUE NUMERIC 1

                NAME !!PreviewPaneLocation_Bottom VALUE NUMERIC 2

                NAME !!PreviewPaneLocation_Off VALUE NUMERIC 3

            END ITEMLIST

        END PART

    END POLICY

 

    POLICY !!SearchResultIconSize

       EXPLAIN !!SearchResultIconSize_Explain

        PART !!SearchResultIconSize DROPDOWNLIST

            VALUENAME "SearchResultIconSize"

            ITEMLIST

                NAME !!SearchResultIconSize_Large VALUE NUMERIC 0

                NAME !!SearchResultIconSize_Small VALUE NUMERIC 1

            END ITEMLIST

        END PART

    END POLICY

    

    POLICY !!StopIndexingOnLimitedHardDriveSpace

        EXPLAIN !!StopIndexingOnLimitedHardDriveSpace_Explain

        PART !!StopIndexingOnLimitedHardDriveSpace_MBLimit NUMERIC SPIN 1

            VALUENAME "PreventIndexingLowDiskSpaceMB" 

            MAX 2147483647

        END PART

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!PreventUnwantedAddins

        EXPLAIN !!PreventUnwantedAddins_Explain

        PART !!PreventUnwantedAddins_AllowList LISTBOX

            KEYNAME "SOFTWARE\Policies\Microsoft\Windows\Windows
Search\PreventUnwantedAddins"

        END PART

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!DisableWebSearch

        EXPLAIN !!DisableWebSearch_Explain

        VALUENAME "DisableWebSearch"

    END POLICY

 

    POLICY !!PreventIndexingCertainPaths

        EXPLAIN !!PreventIndexingCertainPaths_Explain

        PART !!PreventIndexingCertainPaths LISTBOX

            KEYNAME "SOFTWARE\Policies\Microsoft\Windows\Windows
Search\PreventIndexingCertainPaths"

            VALUEPREFIX ""

        END PART

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!DefaultIndexedPaths

        EXPLAIN !!DefaultIndexedPaths_Explain

        PART !!DefaultIndexedPaths LISTBOX

            KEYNAME "SOFTWARE\Policies\Microsoft\Windows\Windows
Search\DefaultIndexedPaths"

            VALUEPREFIX ""

        END PART

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

 

    POLICY !!DefaultExcludedPaths

        EXPLAIN !!DefaultExcludedPaths_Explain

        PART !!DefaultExcludedPaths LISTBOX

            KEYNAME "SOFTWARE\Policies\Microsoft\Windows\Windows
Search\DefaultExcludedPaths"

            VALUEPREFIX ""

        END PART

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY

    

    POLICY !!ExcludedExtensionsMultiline

        EXPLAIN !!ExcludedExtensionsMultiline_Explain

        PART !!ExcludedExtensionsMultiline_0 EDITTEXT

            VALUENAME "ExcludedExtensionsMultiline0"

            DEFAULT !!ExcludedExtensionsMultiline_DefaultList0

        END PART

        PART !!ExcludedExtensionsMultiline_1 EDITTEXT

            VALUENAME "ExcludedExtensionsMultiline1"

            DEFAULT !!ExcludedExtensionsMultiline_DefaultList1

        END PART

        PART !!ExcludedExtensionsMultiline_2 EDITTEXT

            VALUENAME "ExcludedExtensionsMultiline2"

            DEFAULT !!ExcludedExtensionsMultiline_DefaultList2

        END PART

        PART !!ExcludedExtensionsMultiline_3 EDITTEXT

            VALUENAME "ExcludedExtensionsMultiline3"

        END PART

        CLIENTEXT {7933F41E-56F8-41d6-A31C-4148A711EE93}

    END POLICY    

 

END CATEGORY

 

END CATEGORY

 

[strings]

 

Search="Windows Search"

VistaOnly="Microsoft Windows Vista or later"

VistaOrRedist="Microsoft Windows Vista or an earlier version with Windows
Search"

WindowsComponents="Windows Components"

 

AllowUsingDiacritics="Allow using diacritics"

ExplainAllowUsingDiacritics="This policy setting allows words that contain
diacritic characters to be treated as separate words. If you enable this
policy setting, words that only differ in diacritics are treated as
different words. If you disable this policy setting, words with diacritics
and words without diacritics are treated as identical words. This policy
setting is not configured by default. If you do not configure this policy
setting, the local setting, configured through the control panel, will be
respected. Note: By default, the control panel setting is set to treat words
that differ only because of diacritics as the same word."

 

;;  CPL - Advanced Options

 

PreventUsingAdvancedIndexingOptions="Prevent displaying advanced indexing
options in the Control Panel"

ExplainPreventUsingAdvancedIndexingOptions="If enabled, Search and Indexing
Options control panel applet does not allow opening the advanced options
dialog. Otherwise it can be opened. Disabled by default."

 

;;  CPL - Indexed locations scope picker

 

PreventModifyingIndexedLocations="Prevent customizing indexed locations in
the Control Panel"

ExplainPreventModifyingIndexedLocations="If enabled, Search and Indexing
Options control panel applet does not allow opening the modify locations
dialog. Otherwise it can be opened. Disabled by default."

 

;;  Prevent indexing when on battery power

 

PreventIndexOnBattery="Prevent indexing when running on battery power to
conserve energy."

ExplainPreventIndexOnBattery="If enabled, the indexer pauses whenever the
computer is running on battery. If disabled, the indexing follows the
default behavior. Default is disabled."

 

;;  Offline Files Protocol Handler

 

PreventIndexingOfflineFiles="Prevent indexing files in Offline Files cache"

ExplainPreventIndexingOfflineFiles="If enabled, files on network shares made
available offline are not indexed. Otherwise they are indexed. Disabled by
default."

 

;; Email

 

PreventIndexingUncachedExchangeFolders="Prevent indexing uncached Exchange
folders"

ExplainPreventIndexingUncachedExchangeFolders="Enabling this policy prevents
indexing of mail items on a Microsoft Exchange server when Microsoft Outlook
is run in uncached mode. This is the default behavior and so for uncached
items to be indexed this policy must be disabled. Note that versions of
Outlook prior to 2003 do not support cached mode and so only local items
such as PST files will be indexed if this policy is enabled or left in the
not configured state."

 

PreventIndexingOutlook="Prevent indexing Microsoft Office Outlook"

ExplainPreventIndexingOutlook="Enable this policy to prevent indexing of any
Microsoft Outlook items. The default is to automatically index Outlook
items. If this policy is enabled then the user's Outlook items will not be
added to the index and the user will not see them in search results."

 

PreventIndexingEmailAttachments="Prevent indexing e-mail attachments"

ExplainPreventIndexingEmailAttachments="Enable this policy setting to
prevent the indexing of the content of e-mail attachments. If enabled,
indexing service components (including the ones from 3rd parties) are
expected not to index e-mail attachments. Consider enabling this policy if
you are concerned about the security or indexing performance of 3rd party
document filters (iFilters). This policy is disabled by default."

 

PreventIndexingPublicFolders="Prevent indexing public folders"

ExplainPreventIndexingPublicFolders="Enable this policy to prevent indexing
public folders in Microsoft Office Outlook. When this policy is disabled or
not configured, the user has the option to index cached public folders in
Outlook. Public folders are only indexed when using Outlook 2003 or later.
The user must be running in cached mode and the Download Public Folder
Favorites option must be turned on."

 

;; Paths

 

PreventIndexingCertainPaths="Prevent Indexing Certain Paths"

PreventIndexingCertainPaths_Explain="Enabling this policy allows you to
specify a list of paths to exclude from indexing. The user cannot enter any
path that starts with one of the paths you specified.\n\nIf you enable and
then disable this policy, users can index any path not restricted by other
policies, but their original list of paths to index is not restored."

 

DefaultIndexedPaths="Default Indexed Paths"

DefaultIndexedPaths_Explain="Enabling this policy allows you to specify a
list of paths to index by default.  The user may override these paths and
exclude them from indexing."

 

DefaultExcludedPaths="Default Excluded Paths"

DefaultExcludedPaths_Explain="Enabling this policy allows you to specify a
list of paths to exclude from indexing by default.  The user may override
these paths and include them in indexing."

 

;; Indexer database path

 

DataDirectory="Indexer data location"

ExplainDataDirectory="Store indexer database in this directory. This
directory must be located on a local fixed drive."

PartDataDirectory="Path (under 250 characters):"

 

; ---------- Add Primary Intranet Search Scope strings

AddPrimaryIntranetSearchScope="Add Primary Intranet Search Location"

AddPrimaryIntranetSearchScope_Explain="Enabling this policy allows you to
add a primary intranet search location within Windows Desktop Search. The
value of this text should be:\n\nname,url\n\nFor
example:\n\nIntranet,http://intranetsearch.aspx?k=$w \n\nYou must provide
the following:\n1) A name for the scope, such as 'Intranet'.\n2) The URL to
the search service. Use $w in place of the query term for the search service
URL.\n\nIf your intranet search service is SharePoint Portal Server, your
query should resemble the following:\nhttp://sitename/Search.aspx?k=$w\n\nIf
your intranet search service is Windows SharePoint Services (WSS), the query
should resemble the following, where XXXX is the locale ID of your WSS
Service. For example, the English locale ID is
1033.\nhttp://sitename/_layouts/XXXX/searchresults.aspx?SearchString=$w\n\nT
his adds intranet search location to:\n1) The Windows Deskbar\n2) The
Desktop Search results search box\n3) The WDS search box in Search
Companion\n"

PrimaryIntranetSearchScopeUrl="Intranet Search Scope Url"

 

; ---------- Add Secondary Intranet Search Location strings

AddSecondaryIntranetSearchScope="Add Secondary Intranet Search Locations"

AddSecondaryIntranetSearchScope_Explain="Enabling this policy allows you to
add intranet search locations in addition to the primary intranet search
location defined in the "Add Primary Intranet Search Location" policy. The
value of this text should be:\n\nname1,url1;name2,url2;...nameN,urlN\n\nFor
example:\n\nMySearch,http://mysearch.aspx?q=$w;MySearch2,http://mysearch2?q=
$w.\n\nFor each search scope, provide:\n1) A name for the scope, such as 'IT
Web'.\n2) The URL to the search service. Use $w in place of the query term
for the search service URL.\n\nIf your intranet search service is SharePoint
Portal Server, your query should resemble the
following:\nhttp://sitename/Search.aspx?k=$w\n\nIf your intranet search
service is Windows SharePoint Services (WSS), the query should resemble the
following, where XXXX is the locale ID of your WSS Service. For example, the
English locale ID is
1033.\nhttp://sitename/_layouts/XXXX/searchresults.aspx?SearchString=$w\n\nT
hese additional intranet search locations are added to the All Locations
list in the Desktop Search results."

SecondaryIntranetSearchScopeUrl="Intranet Search Scope Url"

 

; ---------- Preview Pane Location strings

PreviewPaneLocation="Preview Pane Location"

PreviewPaneLocation_Explain="Enabling this policy allows you to set the
location of the preview pane in the Desktop Search results. You can also
turn off the preview pane. The four options are:\n\n- Auto\n- Right\n-
Bottom\n- Off\n\nYou should consider enabling this policy to turn off the
preview pane if your environment does not support Office XP or later. The
full preview pane functionality is only available for Office documents in
Office XP or later.\n\nWhen this policy is disabled or not configured, the
preview pane shows automatically to the right of the Desktop Search results,
and your users can choose the location of the preview pane"

PreviewPaneLocation_Auto="Auto"

PreviewPaneLocation_Right="Right"

PreviewPaneLocation_Bottom="Bottom"

PreviewPaneLocation_Off="Off"

 

; ---------- Search Result Icon Size strings

SearchResultIconSize="Set Large or Small Icon View in Desktop Search
Results"

SearchResultIconSize_Explain="Enabling this policy allows you to specify
whether you want large icon or small icon view for your Desktop Search
results. The two options are:\n\n- Large Icon\n- Small Icon.\n\nIf you have
disabled the preview pane because your organization does not support Office
XP or above, you should enforce the large icon view so that users can see
snippets related to their desktop search query.\n\nWhen this policy is
disabled or not configured, the default is small icon view."

SearchResultIconSize_Small="Small Icon"

SearchResultIconSize_Large="Large Icon"

 

; ---------- Do Not Web Search strings

DisableWebSearch="Do not allow web search"

DisableWebSearch_Explain="Enabling this policy removes the option of
searching the Web from Windows Desktop Search.\n\nWhen this policy is
disabled or not configured, the Web option is available and users can search
the Web via their default browser search engine."

 

; ---------- Stop Indexing on Limited Hard Drive Space strings

StopIndexingOnLimitedHardDriveSpace="Stop Indexing on Limited Hard Drive
Space"

StopIndexingOnLimitedHardDriveSpace_Explain="Enabling this policy prevents
indexing from continuing after less than the specified amount of hard drive
space is left on the same drive as the index location. Select between 0 and
2147483647 MB.\n\nEnable this policy if computers in your environment have
extremely limited hard drive space.\n\nWhen this policy is disabled or not
configured, Windows Desktop Search automatically manages your index size."

StopIndexingOnLimitedHardDriveSpace_MBLimit="MB Limit"

 

; ---------- Enable Rich Attachment Previews Strings

RichAttachmentPreviews="Control Rich Previews for Attachments"

RichAttachmentPreviews_Explain="Enabling this prolicy defines a semi-colon
delimited list of file extensions which will be allowed to have rich
attachment previews.\n\nWhen this policy is disabled or not configured the
default settings will be set to .bmp;.emf;.gif;.jpg;.jpeg;.png;.wmf"

 

; ---------- Prevent Unwanted Addins strings

PreventUnwantedAddins="Prevent Unwanted IFilters and Protocol Handlers"

PreventUnwantedAddins_Explain="Enabling this policy prevents Windows Desktop
Search from using IFilters and Protocol Handlers unless they are specified
in the "allow" list. However, This policy will not prevent IFilters or
Protocol Handlers from being installed, nor will it prevent them from being
used by other applications or services. \nYou can also specify an allow list
of add-ins by providing the classID or ProgId string. For example, if you
plan to deploy a particular ifilter, make sure that this ifilter is on the
allow list, either as a GUID such as
"{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}" (include the braces) or a ProgID
such as "VisFilter.CFilter.1".\n\nIf you maintain a locked desktop
environment, this setting is redundant because non-administrative users do
not have permission to install new components. If your users have
Administrator permissions or can install software, this policy prevents them
from specifically using Windows Desktop Search-related add-ins.\n\nNote:
Because of a limitation in the Group Policy editor, you must add at least
one entry in the allow list. You must have at least one entry, even if you
want to enable this policy without an allow list. Create a list entry by
putting a space in the name field and a space in the value field and then
save it. This will create a placeholder entry that is ignored by the
program."

PreventUnwantedAddins_AllowList="Allow List"

 

; ---------- Don't Index These Extensions strings

ExcludedExtensionsMultiline="Prevent Indexing of Certain File Types"

ExcludedExtensionsMultiline_Explain="Enabling this policy allows you to edit
the list of file types to exclude from indexing. The end user cannot modify
this list. You should separate each extension type with a semicolon.\n\nNote
that limitations of Group Policy Object Editor require this list to be split
across multiple values. Desktop Search combines all these into a single
exclusion list.\n\nWhen this policy is disabled or not configured, the user
can edit the default list of excluded file types. If you enable and then
disable this policy, the user's original list is restored.\n\nIf you want to
specify an initial default list of excluded file types that users can change
later, see the administration guide for information about how to set up the
initial machine preference."

ExcludedExtensionsMultiline_0="Exclude"

ExcludedExtensionsMultiline_1="and"

ExcludedExtensionsMultiline_2="and"

ExcludedExtensionsMultiline_3="and"

ExcludedExtensionsMultiline_DefaultList0=".386;.aps;.bin;.bk1;.bk2;.bkf;.blf
;.bsc;.btr;.cat;.cfg;.cgm;.chk;.ci;.crwl;.cur;.dat;.dbg;.dct;.dir;.dl_;.el;.
evt;.ex_;.exp;.eyb;.fnt;.fon;.ghi;.gthr;.hqx;.icm;.idb;.idx;.ilk;.imc;.in_;.
inl;.inv"

ExcludedExtensionsMultiline_DefaultList1=".ipp;.jbf;.lib;.local;.log;.log1;.
log2;.m14;.mac;.man;.manifest;.map;.MAPIMail;.mmf;.mui;.muimanifest;.mv;.ncb
;.obj;.oc_;.ocx;.onecache;.onetoc;.onetoc2;.ost;.pch;.pdb;.pds;.pf;.pic;.pma
;.pmc;.pml"

ExcludedExtensionsMultiline_DefaultList2=".pmr;.pst;.res;.rmp;.rpc;.rsp;.sbr
;.sc2;.sit;.sr_;.sy_;.sym;.TMCONTAINER00000000000000000001;.tlb;.tlh;.tmf;.t
mp;.ttc;.ttf;.ttx;.TMCONTAINER00000000000000000002;.ufm;.vbx;.vxd;.wll;.wlt;
.xbm;.xix;.z96;.ZFSendToTarget"

 

  _____  

From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Darren Mar-Elia
Sent: Wednesday, April 02, 2008 11:18 AM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: DisableDownloadSearchPrompt

 

Norm-

Can you post the ADM text here?

 

Darren

 

From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Knapp, Norman
Sent: Wednesday, April 02, 2008 8:15 AM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: DisableDownloadSearchPrompt

 

Hi Jamie,

 

Thanks for the response. I looked and it is checked. However, I am not
seeing the DisableDownloadSearchPrompt setting. 

 

Thanks,

 

Norm

 

  _____  

From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Nelson, Jamie R
Sent: Wednesday, April 02, 2008 10:08 AM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: DisableDownloadSearchPrompt

 

When in the administrative templates node of the Group Policy Editor, you
must select View > Filtering and uncheck the "only show policy settings that
can be fully managed" checkbox.

 

Jamie Nelson | Systems Engineer | Systems Support, Information Technology |
I N T E G R I S Health | Phone 405.552.0903 | Fax 405.553.5687 |
<http://www.integrisok.com/> http://www.integrisok.com

 

From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Knapp, Norman
Sent: Wednesday, April 02, 2008 6:37 AM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] DisableDownloadSearchPrompt

 

I have found the registry entry to turn off the prompt, but I would prefer
to push this out with group policy. I have added the desktopsearch30.adm and
I don't see the setting anywhere. Any help would be appreciated.

 

Thanks,

 

Norm

 

  _____  

This e-mail may contain identifiable health information that is subject to
protection under state and federal law. This information is intended to be
for the use of the individual named above. If you are not the intended
recipient, be aware that any disclosure, copying, distribution or use of the
contents of this information is prohibited and may be punishable by law. If
you have received this electronic transmission in error, please notify us
immediately by electronic mail (reply).

Other related posts: