Vista - unhandled exception

The process does not possess the 'SeSecurityPrivilege' privilege which is required for this operation

I get this error every time I try to apply a new logon screen. I've tried with UAC on and off. I am an administrator on the machine, it is joined to an AD Domain.


************** Exception Text **************
System.Security.AccessControl.PrivilegeNotHeldException: The process does not possess the 'SeSecurityPrivilege' privilege which is required for this operation.
at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd)
at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
at System.Security.AccessControl.FileSystemSecurity..ctor(Boolean isContainer, String name, AccessControlSections includeSections, Boolean isDirectory)
at System.Security.AccessControl.FileSecurity..ctor(String fileName, AccessControlSections includeSections)
at i.a(String A_0, Boolean A_1)
at b.c()
at b.n(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
LogonStudioVista
Assembly Version: 1.0.0.5
Win32 Version: 1.0.0.5
CodeBase: file:///C:/Program%20Files/LogonStudio/LogonStudioVista.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
AxInterop.WBOCXLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/LogonStudio/AxInterop.WBOCXLib.DLL
----------------------------------------
Interop.WBOCXLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/LogonStudio/Interop.WBOCXLib.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
4,053 views 5 replies
Reply #1 Top
by the looks of it it looks like it has something to do with a possible security bug what would happen if you removed the AD domain? will you still be able to access the net? you could try removing it from the domain and try the logon again and see if that helps out any.the way it is stating "System.Security.AccessControl.PrivilegeNotHeldException: The process does not possess the 'SeSecurityPrivilege' privilege which is required for this operation." might be due to a bug in the OS but i could be wrong.
Reply #2 Top
Has logonStudio ever worked with a domain?  I don't recall it did in XP
Reply #3 Top
Thanks for the replies. The reason I didn't try it outside a Domain environment is because the XP one specifically said it didn't work in that environment and the Vista one didn't. Anyway... I did just try disjoining the machine from the domain and I still got the same error, unfortunately. Anything else I can try? Any more information I can give?
Reply #4 Top
I believe you have left the domain and /or have logged off that domain. But the system is still being part of it with security settings. Once the domain enviroment has been setup, it is not easyly removed or that is overlooked with another user acct login settings being made for it.

These settings are present in the boot process and can not just be worked around with easily. If at all! This all depends on the domain security and how it was set to begin with. If you are not needing to use this domain and or would like it removed and being able to add the domain at a later point after the boot process has been restored. I would do so by reinstalling the OS in a working manner. Afterwards you could still add the domain and log on to the network and/or domain for your business use's. It is a long and not easy process for doing so. The which I would only do so if it was a personal concern to use the OS without the domain entirely.

I would contact the systems admin for the domain you are using first to see if it would be possible and advised for your preferences.

SGT  
Reply #5 Top
Actually, I am the domain administrator, and this is a work machine, so reinstalling the OS is not an option. I did fully disjoin it from the domain when I attempted this, not just logged off. So if that's the only option, I guess this won't work for me. Thanks anyway.