How to Shut Down / Reboot Windows 2000 / XP / NT from Delphi code
Monday November 17, 2008
TIPS :: Under NT-based platforms, there are TOKEN PRIVILEGES. In these privileges, you have one for Shutdown allowance ("SeShutDownPrivilege"). So, the reason why you can't shutdown or reboot Win 2K by code (EWX_SHUTDOWN) is that this privilege isn't enabled. Here is a short snippet that shutdowns Win2K...
Read the full article to learn how to Programmatically Shut Down / Reboot Windows 2000 / XP / NT from Delphi code
Related:


Comments
No comments yet. Leave a Comment