Stop processing items on this extension if an error occurs on this item

I have a group of sites and each site has a specific GPO that uses delegation to apply preferences for drives and printers.  We are not getting any drives to show up for our users randomly.
  • Remove From My Forums
  • Question

  • I have a group of sites and each site has a specific GPO that uses delegation to apply preferences for drives and printers.  We are not getting any drives to show up for our users randomly.

    I have diagnostic logging and about any other information you might need. 

    Thank you,

Answers

  • Hello Blaze,

    So that help us isolate the issue, please help answer following questions:

    1. Are these problematic users and working users in the same OU?
    2. Does issue occur on specific users or random users?
    3. Do you check if there are any policies conflict with drive mapping? If so, please remove it to see if the issue can be resolved.

    Replace deletes the mapped drive and then creates a new mapped drive with the configured settings.
    Update does NOT delete the mapped drive— it only modifies the mapped drive with the new settings.

    Configure a Mapped Drive Item
    http://technet.microsoft.com/en-us/library/cc770902.aspx

    I suggest you configure the Action type of the Properties of the GPO Drive Mapping to “Update” and try without the RECONNECT option in the policy.

    Some Group Policy preferences are not applied successfully on computers that are running Windows Vista, Windows Server 2008, Windows 7 or Windows Server 2008 R2
    http://support.microsoft.com/kb/979731

    Brent Hu,


    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

    • Marked as answer by

      Monday, September 27, 2010 1:19 AM

  • Remove From My Forums
  • Question

  • In Windows 7 maybe all 64bit OS’s are setup for 2 different types of ODBC connections.  Try running these and adding your connection in one or the other.

    I have not found the navigation for each version as the control panel I think uses 64bit even the one marked 32bit seems to be pointing to 64bit.  There is no visual key that tells you which one you are using.  If you add a key called 64bit and then click the 32bit icon you still see the 64bit.  Most applications will use the 32bit ODBC so you will have to manually navigate to add connections.

    To setup an ODBC link for 32bit application you must use
    C:WindowsSysWOW64odbcad32.exe

    To setup an ODBC link for 64bit application you must use
    C:WindowsSystem32odbcad32.exe

    My question is why does the 32bit icon point to the wrong one?  Is there a KB or update for this?

    • Moved by

      Friday, March 19, 2010 2:28 PM
      (From:Programs)

Answers

  • We caused a lot of confusion in our environment with this issue when we started shipping Windows 7 64-bit.  To alleviate confusion, we used Group Policy Preferences to push out a shortcut (Computer configuration) to the 32-bit ODBC exe.  Here’s
    the summary from the GPO so you don’t have to do the same homework we did.  You only need to do item-level targeting if the GPO is not already scoped down to 64-bit workstations.

    The end result is the users now see both «Data Sources (ODBC) 32-bit» and «Data Sources (ODBC)» in their «Administrative Tools» folder.  We’ve also educated users to use the 32-bit ODBC configuration when using a 32-bit application.

    Shortcuts

    Shortcut (Path: C:ProgramDataMicrosoftWindowsStart MenuProgramsAdministrative ToolsData Sources (ODBC) 32-bit)

    Data Sources (ODBC) 32-bit (Order: 1)

    General

    Attributes

    Target type File system object
    Shortcut path C:ProgramDataMicrosoftWindowsStart MenuProgramsAdministrative ToolsData Sources (ODBC) 32-bit
    Target path %windir%SysWOW64odbcad32.exe
    Start in %windir%SysWOW64
    Icon path C:WindowsSysWOW64odbcint.dll
    Icon index 0
    Shortcut key None
    Comment Maintains ODBC data sources and drivers for 32-bit applications.
    Run Normal window

    Common

    Options

    Stop processing items on this extension if an error occurs on this item No
    Remove this item when it is no longer applied No
    Apply once and do not reapply No

    Item-level targeting: File Match

    Attribute Value
    bool AND
    not 0
    path C:WindowsSysWOW64odbcad32.exe
    type EXISTS
    folder 0

    • Proposed as answer by
      makinbank
      Thursday, April 22, 2010 7:55 PM
    • Marked as answer by
      Pak-Ming CheungEditor
      Friday, April 30, 2010 2:11 AM

Задача: настроить на компьютерах организации экран блокировки отображающий набор картинок
Серверная ОС: Windows Server 2008 R2 с установленной ролью контроллера домена
Клиентская ОС: Windows 7 Pro являющаяся частью домена

Открыть оснастку Group Policy Manager, перейти в Group Policy Objects, создать групповую политику block_screensaver_slideshow
Перейти в режим редактирования групповой политики.

1. Указать права доступа локального каталога хранения изображений.

Computer Configuration -> Policies -> Windows Settings -> Security Settings -> File System
(правой кнопкой мыши New -> Add File)

Создать каталог: %SystemDrive%screensaver

Вкладка Security Policy Setting:

Configure this file or folder then: Propagate inheritable permissions to all subfolders and files

Меню Edit Settings > Advanced > Вкладка Permissions (ниже дефолтные значения)

Type Name Permission Apply To

Allow BUILTINAdministrators Full Control This folder, subfolders and files

Allow CREATOR OWNER Full Control Subfolders and files only

Allow NT AUTHORITYSYSTEM Full Control This folder, subfolders and files

Allow BUILTINUsers Read and Execute This folder, subfolders and files

Allow inheritable permissions from the parent to propagate to this object and all child object: Disabled

Auditing: No auditing specified

2. Создать локальный каталог хранения изображений

Computer Configuration -> Preferences -> Windows Settings -> Folder
(правой кнопкой мыши New -> Folder)

Вкладка General:

Action: Create

Path: %SystemDrive%screensaver

Read-only: Disabled

Hidden: Disabled

Archive: Disabled

Вкладка Common:

Apply once and do not reapply: Enabled

3. Копирование файлов изображений в локальный каталог screensaver

Computer Configuration ->Preferences -> Windows Settings -> Files
(правой кнопкой мыши New -> File)

Вкладка General:

Action: Update

Source file(s): SERVERscreensaver*.*

Destination folder: %systemdrive%screensaver

Suppress errors on individual file actions: Enabled

Read-only: Enabled

Hidden: Disabled

Archive: Disabled

4. Параметры экранной заставки

User Configuration -> Preferences -> Windows Settings -> Registry
(правой кнопкой мыши New -> Registry Item)

Вкладка General

Action: Update

Hive: HKEY_CURRENT_USER

Key path: Control PanelDesktop

Value name: SCRNSAVE.EXE

Value type: REG_SZ

Value data: C:Windowssystem32PhotoScreensaver.scr

Вкладка Common

Stop processing items on this extension if an error occurs on this item: No

Run in logged-on user’s security context (user policy option): No

Remove this item when it is no longer applied: No

Apply once and do not reapply: No

User Configuration -> Preferences -> Windows Settings -> Registry
(правой кнопкой мыши New -> Registry Item)

Вкладка: General

Action: Update

Hive: HKEY_CURRENT_USER

Key path: SoftwareMicrosoftWindows Photo ViewerSlideshowScreensaver

Value name: EncryptedPIDL

Value type: REG_SZ

Value data: FAAfUOBP0CDqOmkQotgIACswMJ0ZAC9DOlwAAAAAAAAAAAAAAAAAAAAAAAAAXAAxAAAAAAA7TZNGMABTQ1JFRU5+MQAARAAIAAQA7747TZJGO02TRioAAACKYQAAAACOAgAAAAAAAAAAAAAAAAAAcwBjAHIAZQBlAG4AcwBhAHYAZQByAAAAGAAAAA==

Вкладка Common

Stop processing items on this extension if an error occurs on this item: No

Run in logged-on user’s security context (user policy option): No

Remove this item when it is no longer applied: No

Apply once and do not reapply: No


Примечание: праметр EncryptedPIDL содержит путь до изображений в зашифрованном виде, поэтому, что бы получить хэш требуемого пути выполните настройки персонализации на вашем локальном компьетере -> Заставка, выберите заставку «Фотографии» и укажите в параметрах путь, потом скпируейт полученный хэш из реестра (Key path: SoftwareMicrosoftWindows Photo ViewerSlideshowScreensaver)

4. Примените политику на компьютеры и пользователей

AD, group policy, screensaver, slideshow, windows, групповые политки, домен, экранная заставка

Microsoft

by | Last updated Nov 7, 2022 | Published on Jun 12, 2018 | Guides

Group Policy Objects

Offline Files – Force Offline Files On with Conflict Resolution Policies

Scope Tab:

Location: Apply to your Computers OU or the Root domain, or wherever you want these settings to take effect. They will be scoped by the security filtering.
Security Filtering: Remove Authenticated users, Add CONF_Offline Files_On

Details Tab:

GPO Status: User configuration settings disabled (best practice as we’re not using any user configuration settings in this GPO)

Delegation Tab:

Add, Authenticated Users, Read Permission (best practice and now a requirement with KB3163622)

Edit the policy

Computer Configuration > Policies > Administrative Templates > Network > Offline Files

Allow or Disallow use of the Offline Files feature: Enabled
Configure Background Sync: Enabled
Configure background sync:
Sync Interval (minutes): 10
Sync Variance (minutes): 5
Maximum Allowed Time Without A Sync (minutes): 30
Blockout Start Time (HHMM): 0
Blockout Duration (minutes): 0
Enable Background Sync for shares in user selected “Work Offline” mode: Enabled
Configure slow-link mode: Enabled
UNC Paths:
\domain.localDrives* : Latency=300
\serverUsers : Latency=300
\domain.localDrivesRedirectedFolders : Latency=1
Enable file screens: Enabled
Extensions: <leave empty>
Files not cached: Enabled
Extensions: <leave empty>
Limit disk space used by Offline Files: Enabled
Total size of offline files: 999999
Size of auto-cached files: 999999

Computer Configuration > Preferences > Windows Settings > Registry

\domain.localDrivesRedirectedFolders* (Order: 1)
Action: Update
Hive: HKEY_LOCAL_MACHINE
Key path: SoftwareMicrosoftWindowsCurrentVersionNetCacheSyncConflictHandling
Value name: \domain.localDrivesRedirectedFolders*
Value type: REG_EXPAND_SZ
Value data: 1

Common Tab

Stop processing items on this extension if an error occurs on this item: No
Remove this item when it is no longer applied: No
Apply once and do not reapply: No

The possible values for SyncConflictHandling and a description of each value is listed below:
————————-
0 = No resolution. The conflict is unresolved. This allows the conflict to be processed by other handlers in the system.
1 = Keep the local state. This overwrites the remote copy with the local copy’s contents. If the local copy was deleted, this deletes the remote copy on the server.
2 = Keep the remote state. This overwrites the local copy with the remote copy’s contents. If the remote copy was deleted, this deletes the local copy in the Offline Files cache.
3 = Keeps both copies. Note that this resolution is valid only for sync conflict states where both the server and client copies exist and where at least one of the items is a file. This resolution type is not available when one of the items has been deleted or both items are directories.
4 = Retains the state of the latest operation as determined by last-change times of the items in conflict. If the local item was deleted, the time of deletion is used for comparison.
5 = Write an entry to the sync conflict log and perform no further attempts at resolving the conflict. The interactive user will resolve the conflict through Sync Center at a later time.
6 = Do not resolve the conflict. Do not record an entry in the sync conflict log
7 = Cancel the synchronization operation

Offline Files – Force Offline Files Off

Scope Tab:

Location: Apply to your Computers OU or the Root domain, or wherever you want these settings to take effect. They will be scoped by the security filtering.
Security Filtering: Remove Authenticated users, Add CONF_Offline Files_Off

Details Tab:

GPO Status: User configuration settings disabled (best practice as we’re not using any user configuration settings in this GPO)

Delegation Tab:

Add, Authenticated Users, Read Permission (best practice and now a requirement with KB3163622)

Edit the policy

Computer Configuration > Policies > Administrative Templates > Network > Offline Files

Allow or Disallow use of the Offline Files feature: Disabled

Computer Configuration > Preferences > Windows Settings > Registry

FormatDatabase (Order: 1)
Action: Update
Hive: HKEY_LOCAL_MACHINE
Key path: SYSTEMCurrentControlSetServicesCSCParameters
Value name: FormatDatabase
Value type: REG_DWORD
Value data: 0x1 (1)

Common Tab

Stop processing items on this extension if an error occurs on this item: No
Remove this item when it is no longer applied: No
Apply once and do not reapply: Yes

Redirected Folders (Redirected Folder Users)

Scope Tab:

Location: Apply to your Users OU or the Root domain, or wherever you want these settings to take effect. They will be scoped by the security filtering.
Security Filtering: Remove Authenticated users, Add Redirected Folder Users

Details Tab:

GPO Status: Computer configuration settings disabled (best practice as we’re not using any computer configuration settings in this GPO)

Delegation Tab:

Add, Authenticated Users, Read Permission (best practice and now a requirement with KB3163622)

Edit the policy

User Configuration > Policies > Windows Settings > Folder Redirection

Desktop

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Desktop
Options
Grant user exclusive rights to Desktop: Disabled
Move the contents of Desktop to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Documents

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Documents
Options
Grant user exclusive rights to Documents: Disabled
Move the contents of Documents to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Downloads

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Downloads
Options
Grant user exclusive rights to Downloads: Disabled
Move the contents of Downloads to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Favorites

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Favorites
Options
Grant user exclusive rights to Favorites: Disabled
Move the contents of Favorites to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Links

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Links
Options
Grant user exclusive rights to Links: Disabled
Move the contents of Links to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Music

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Music
Options
Grant user exclusive rights to Music: Disabled
Move the contents of Music to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Pictures

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Pictures
Options
Grant user exclusive rights to Pictures: Disabled
Move the contents of Pictures to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Videos

Setting: Basic (Redirect everyone’s folder to the same location)
Path: \domain.localDrivesRedirectedFolders%USERNAME%Videos
Options
Grant user exclusive rights to Videos: Disabled
Move the contents of Videos to the new location: Enabled
Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems: Disabled
Policy Removal Behavior: Restore contents

Testing and Implementation

Now that you have the Groups, Folder, and GPOs setup, it’s time to add your first user. Add the user directly to the “Redirected Folder Users” group. The next time the user logs in, this policy will take effect and set up the redirected folders structure and move their existing items to the new location.

Add the computer that they log into directly to the “CONF_Offline Files_On” group (after testing, you may nest these groups into other groups if you wish). The next time the policy refreshes on the machine, offline files will be enabled and the automatic conflict resolution policy will be enforced. If you don’t want the computer to use Offline Files, add the computer to the “CONF_Offline Files_Off” group.

If you transition from On to Off, normally the offline files would still remain on the system, however in the Offline Files – Force Offline Files Off GPO, we setup a registry preference to wipe the Client Side Cache database using FormatDatabase. After applying this registry key, a restart is required to actually format the database and remove the files from the system.

Troubleshooting Issues

If you end up having the odd issue here and there, the easiest way to fix it is to rebuild the Client Side Cache (CSC). This will wipe the offline files cache and rebuild it. You shouldn’t have very many issues due to the nature of how this works, but we all know computers occasionally glitch and have issues. To rebuild the CSC, you can execute the command from an elevated command prompt:

REG ADD HKLMSYSTEMCurrentControlSetservicesCSCParameters /v FormatDatabase /t REG_DWORD /d 1

or

Start RegEdit.exe with elevated permissions
Browse to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesCSCParameters
Create new REG_DWORD key with name FormatDatabase with value of 1

or

Copy and paste the following into a “Reset Offline Files.reg” file and then import this into the Windows Registry by using regedit or double clicking on it.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCSCParameters]
“FormatDatabase”=dword:00000001

After applying this registry key, a restart is required to actually format the database and remove the files from the system.

For a recent XenApp 7.6 project, the IT Manager wanted no one to access various folders shown in the Navigation pane in Explorer, Save, or SaveAs dialogs. This article shows how I solved this request.

Note: This article was updated on 28-Feb-2017 with information some people had requested from Alain Assaf. Alain’s updates are at the bottom of this article.

Updated on 2-Dec-2019 with the missing MSDN link for Default Known Folders in Windows.

The manager wanted the Desktop, Documents and other folders, as shown in Figure 1, removed from under “This PC” for all users for every published resource on every XenApp 7.6 server.

Figure 1

Figure 1

All that should remain is the Local C drive and any mapped drives the user had access to.

The only way I could find to do this is by deleting data from the registry. Insert standard disclaimer for mucking around in the registry here. Make sure you make a backup of the registry keys involved before implementing these changes.

I created a group policy with a Computer Startup script. I named my script DeleteFoldersFromNavigationPane.bat, which has the following content:

reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{B4BFCC3A-DB2C-424C-B029-7FE99A87C641} /f
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0} /f
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{374DE290-123F-4565-9164-39C4925E467B} /f
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{1CF1260C-4DD0-4ebb-811F-33C572699FDE} /f
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA} /f
reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{A0953C92-50DC-43bf-BE83-3742FED03C9C} /f

My apologies, but I forgot to save the link to the MSDN article that gave the {CLSID} values for the various folders, and now I can’t find the article.

Update on 2-Dec-2019: I get a lot of requests for other folders. I finally found the MSDN article.

Default Known Folders in Windows

The values for the various folders:

Desktop:   {B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
Documents: {A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}
Downloads: {374DE290-123F-4565-9164-39C4925E467B}
Music:     {1CF1260C-4DD0-4ebb-811F-33C572699FDE}
Pictures:  {3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}
Videos:    {A0953C92-50DC-43bf-BE83-3742FED03C9C}

PLEASE MAKE A BACKUP of the following registry key BEFORE using this StartUp script.

HKLMSOFTWAREMicrosoftWindowsCurrent VersionexplorerMyComputerNameSpace

Once the group policy and script have been created and linked to the Organizational Unit that contains your XenApp 7.x servers, the folders will be removed for EVERY user, as shown in Figure 2.

Figure 2

Figure 2

I could not find a way to make this per user, only per computer. Sorry about that.

I personally think this is an ugly solution but the only solution I could come up with within the time I had.

Update 28-Feb-2017 by Alain Assaf:

To apply these settings to a Windows 2012 R2 deployment, I did the following.

I created a User Policy that I applied to all of my W2012R2 XenApp Servers. I created a Registry Collection and added the following registry settings to remove items from the Navigation Pane within this policy. You will notice some duplication below. In my environment, I had to hide the regular favorites shortcut along with the Library shortcut. In addition, I found different CLSID values for Music, Pictures, Videos, and Documents, so I applied these as well. Note the websites listed in the descriptions below. These sites led me to use a particular registry setting.

Collection HidingItemsNavPane
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Apply once and do not  reapply No
Registry item Hide Network
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {F02C1A0D-BE21-4350-88B0-7367FC96EF3C}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Network Location from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/
Registry item Hide Libraries
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {031E4825-7B94-4dc3-B131-E946B44C8DD5}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Libraries from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/
Registry item Hide Desktop
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Desktop from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Downloads
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {374DE290-123F-4565-9164-39C4925E467B}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Downloads from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Music
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {4BD8D571-6D19-48D3-BE97-422220080E43}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Music Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Pictures
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {33E28130-4E1E-4676-835A-98395C3BC3BB}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Pictures Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Videos
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {18989B1D-99B5-455B-841C-AB7C74E4DDFC}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Videos Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Favorites
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {1777F761-68AD-4D8A-87BD-30B759FA33DD}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Favorites Location from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Music Library
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {2112AB0A-C86A-4FFE-A368-0DE96E47012E}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Music Library Location from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Pictures Library
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {A990AE9F-A03B-4E80-94BC-9912D7504104}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Pictures Library Location from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Videos Library
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {491E922F-5643-4AF4-A7EB-4E7A138D8174}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Videos library Location from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Documents
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {FDD39AD0-238F-46AF-ADB4-6C85480369C7}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Documents Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Documents Library
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {7B0DB17D-9CD2-4A93-9733-46CC89022E7C}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Documents Library Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Music 2
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {1CF1260C-4DD0-4ebb-811F-33C572699FDE}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Music Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Pictures 2
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Music Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Videos 2
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {A0953C92-50DC-43bf-BE83-3742FED03C9C}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Music Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx
Registry item Hide Documents 2
General
Action Replace
Properties
Hive       HKEY_CURRENT_USER
Key path   SoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum
Value name {A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}
Value type REG_DWORD
Value data 0x1 (1)
Common
Options
Stop processing items on this extension if an error occurs on this item No
Run in logged-on user’s security context (user policy option) No
Remove this item when it is no longer applied Yes
Description Hides Music Folder from Navigation Pane https://carlwebster.com/removing-desktop-documents-downloads-music-pictures-and-videos-folders-from-navigation-pane/ and https://carlwebster.com/removing-the-network-location-from-the-navigation-pane/ and https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457%28v=vs.85%29.aspx

Thanks

Webster

Понравилась статья? Поделить с друзьями:
  • Stream white error
  • Stop in 2 hr without fail ошибка рено премиум
  • Stream socket client error 0
  • Stop error kernel data inpage error
  • Stream reading error bitrix