Jump to content


  • 0
sbooth87

Desktop Icons (My computer & User files)

Question

2 answers to this question

Recommended Posts

  • 0

Just my two cents... We use GPOs to enforce things, but edit the registry to set defaults. So if it's something we don't care if the user changes, we'll use a VBScript to edit the default user profile registry hive. Below isn't the whole script of course, but just to illustrate:

 

strRegPath="USERS\CustomizeRegistry"
objWshShell.Run ("Reg.exe load HKEY_USERS\CustomRegistry """ & Subfolder & """\NTuser.dat"), 0, True
objWshShell.RegWrite "HKEY_" & strRegPath & "\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel\{20D04FE0-3AEA-1069-A2D8-08002B30309D}","0","REG_DWORD"


Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.