WinLockDll.dll - Lock Windows Desktop

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

WinLockDll.dll - Lock Windows Desktop

05 Apr 2014, 23:14

http://www.codeproject.com/Articles/739 ... ws-Desktop

Functions list:
AltTab1_Enable_Disable
AltTab2_Enable_Disable
Clock_Show_Hide
CtrlAltDel_Enable_Disable
Desktop_Show_Hide
Keys_Enable_Disable
Process_Desktop
StartButton_Show_Hide
Taskbar_Show_Hide
TaskManager_Enable_Disable
TaskSwitching_Enable_Disable
Thread_Desktop
Example:

Code: Select all

hModule := DllCall("LoadLibrary", "Str", "WinLockDll.dll")
DllCall("WinLockDll\TaskManager_Enable_Disable", "int", 0)
DllCall("WinLockDll\CtrlAltDel_Enable_Disable", "int", 0)
MsgBox, TaskManager is locked.

DllCall("WinLockDll\TaskManager_Enable_Disable", "int", 1)
DllCall("WinLockDll\CtrlAltDel_Enable_Disable", "int", 1)
DllCall("FreeLibrary", UInt, hModule)
:arrow: Download: https://www.dropbox.com/s/wu2ae2tisr17b ... ockDll.dll
MyDream
Posts: 3
Joined: 04 Sep 2014, 02:56

Re: WinLockDll.dll - Lock Windows Desktop

04 Sep 2014, 03:00

This is really useful, can I know until what windows version is supported, and is 64bit windows supported? :D

This is really nice.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: WinLockDll.dll - Lock Windows Desktop

04 Sep 2014, 03:14

I've tested on Windows_XP_SP3 32bit and Windows_7 32bit (in VirtualBox)

Return to “Other Utilities & Resources”

Who is online

Users browsing this forum: No registered users and 18 guests