View Single Post
  #1 (permalink)  
Old October 29th, 2012, 10:20 AM
SteveFowkes SteveFowkes is offline
Registered User
 
Join Date: Oct 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Manipulating Registry Using VB Script

Hi
wonder if somone can help me please................I need to write a script to manipulate the registry for any user using VB.

For any (non-admin user) I basically I need to alter the subkey folder permissions and set them to 'deny' (ie 'ticks' in 'Full Control' and 'Read') so that on logon any user can't access that subkey folder.

This needs to be achieved by running the script one time only at machine build time, so that the subkey folder e.g. HKCU\Software\Recent File List is set to 'deny'.
Reply With Quote