Re: problems with Security Access settings

From: Torgeir Bakken \(MVP\) (Torgeir.Bakken-spam_at_hydro.com)
Date: 09/22/04


Date: Wed, 22 Sep 2004 20:43:38 +0200

MK wrote:

> Thanks Don.
> Any suggestions on how to determine which other files and folders
> the program uses?
Hi

One way is to use Sysinternals RegMon/FileMon utilities to find what
registry keys/file system folders the application need write access
to and set rights accordingly for the locked down user account.

RegMon/FileMon is available for free here:

http://www.sysinternals.com

Here is another one:

I haven't run the utility in the link below myself, but it looks
interesting as a problem solving tool in some situations, e.g.
like the one you have:

Windows Application Verifier has settings that will
tell you what files/reg keys/etc. the app accesses.

http://www.microsoft.com/windows/appcompatibility/appverifier.mspx

The AppVerifier works by monitoring an application's use of the
operating system, including the file system, registry, memory, and
APIs, while the application is being run.

-- 
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx


Relevant Pages

  • Re: Limited use but with some admin rights on XPSp2. Is this possible?
    ... > do not want them to have admin rights on these, but some of the software we ... One way is to use Sysinternals RegMon/FileMon utilities to find what ... registry keys/file system folders the application need write access ... -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: ...
    (microsoft.public.windowsxp.general)
  • Re: Creating Multiple FTP Users and Containers (2000 Server + IIS)
    ... > IIS Administrator for an FTP site. ... > complete Windows Scripting novice so I'm hoping that I can get some help ... > What I am even more unsure of is scripting the creation of Virtual Folders ... The permissions will need to be set to ...
    (microsoft.public.windows.server.scripting)
  • Re: Newbie Question
    ... administrative tasks is "Microsoft Windows 2000 Scripting Guide". ... Using the FileSystemObject to retrieve information on files and folders is ... figure out the paths to the sub directories. ... Dim intIndex ...
    (microsoft.public.scripting.vbscript)
  • Re: Script for Folder View Customization - Beta
    ... > Are you still using explorer to view folders? ... *removing* view information from a set of folders and then tweaking the ... the shell's scripting modules are just used ... I also use some of the shell ...
    (microsoft.public.scripting.vbscript)
  • Re: Scripts that delete files, not folders.
    ... One fix and one problem for me with the deleting empty ... calling a sub" in which I fixed from a MS article. ... 'if no files or folders then delete... ... > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway ...
    (microsoft.public.windows.server.scripting)

Loading