[python-win32] Change BIOS Settings - Enable WOL

2006-09-15 Thread Feiock, Dennis
I was wondering if there is a way for Python to access the WOL bios settings on a Win32 system and enable it. Either by directly accessing the information, or using WMI/etc. to process the change. Previously, I thought that direct BIOS access in Windows NT+ could not be done. However,

Re: [python-win32] Folder Permissions - Inherit problem

2006-03-29 Thread Feiock, Dennis
Dennis Feiock wrote: When I tested using AddAccessAllowedAceEx on a folder, I noticed that the existing subfolders that have inheritance enabled do not automatically take on the added permission. When creating a new folder, it added the ACE as it should. Any suggestions? Here is the code I

Re: [python-win32] Folder Permissions - Inherit problem

2006-03-28 Thread Feiock, Dennis
Dennis Feiock wrote: Hi all, I have been trying to write a script to backup/restore NTFS permissions. I have come across one problem. How can I set a folder to inherit its permissions? I am able to detect if a folder has inherited permissions by: 16 ACE_FLAGS == 16 When I am stepping

[python-win32] Folder Permissions - Inherit problem

2006-03-27 Thread Feiock, Dennis
Hi all, I have been trying to write a script to backup/restore NTFS permissions. I have come across one problem. How can I set a folder to inherit its permissions? I am able to detect if a folder has inherited permissions by: 16 ACE_FLAGS == 16 When I am stepping through them and