Coding Thread, Custom GPO - Help in Coding and Web Development; I'm writing a custon gpo (first timer) and i need a little help.
The gpo is to disable the caching ...
-
3rd February 2006, 11:03 AM #1
- Rep Power
- 0
Custom GPO - Help
I'm writing a custon gpo (first timer) and i need a little help.
The gpo is to disable the caching of internet history. to do this you change the shell folder and user shell folder within
hkey_Current_User/software/microsoft/windows/currentversion/explorer
Change the history, cache and cookies strings in both keys to a non existant drives.
the following is my GPO coding:
CLASS USER
CATEGORY !!ShellFolders
POLICY !!ShellHistory
EXPLAIN !!ShellHistory_Help
KEYNAME "hkey_current_user\Software\Microsoft\Windows\Curr entVersion\explorer\ Usershell folders"
VALUENAME "History"
VALUEON "f:\"
VALUEOFF "%userprofile%\history"
ACTIONLISTON
KEYNAME "hkey_current_user\Software\Microsoft\Windows\Curr entVersion\explorer\User shell folders"
VALUENAME "History"
VALUE "f:\"
END ACTIONLISTON
ACTIONLISTOFF
KEYNAME "hkey_current_user\Software\Microsoft\Windows\Curr entVersion\explorer\user shell folders"
VALUENAME "History"
VALUE "%userprofile%\history"
END ACTIONLISTOFF
END POLICY
END CATEGORY
[strings]
ShellFolders="Shell folders"
ShellHistory="Disable History Cache"
ShellHistory_Help=" "
It shows the catagory shell folders but no settings within - what am i doing wrong?
cheers
-
-
IDG Tech News
-
3rd February 2006, 11:19 AM #2
- Rep Power
- 0
Re: Custom GPO - Help
It's ok i sussed it! You have to change the filtering policy.
go to view - filtering and untick "only show settings that can be fully managed"
-
SHARE:
Similar Threads
-
By Halfmad in forum Windows
Replies: 21
Last Post: 4th June 2007, 05:30 PM
-
By localzuk in forum General Chat
Replies: 3
Last Post: 25th May 2007, 01:05 PM
-
By markman in forum Hardware
Replies: 20
Last Post: 1st May 2007, 09:12 AM
-
By steve in forum General EduGeek News/Announcements
Replies: 0
Last Post: 13th March 2007, 09:04 PM
-
Replies: 6
Last Post: 15th October 2006, 06:27 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules