R
Roshan R.D
Hi All,
I am working on Custom shell, and I want to disable the Ctrl+Alt+Del key, to
do this I have downloaded GinaStub code from XPeFiles.com.
I compiled the code and added the dll under D:\WINDOWS\system32\ginastub.dll
(I have a dual boot system D: is XP embedded for me)
I also added registry key GinaDLL (string value)
HKLM\SOftware\Microsoft\Windows\CurrentVersion\Policies\system
I added the path of ginastub.dll as mentioned above and restarted the
machine.
On next restart I got the error "The Logon Interface DLL
D:\WINDOWS\system32\ginastub.dll failed to load. Contact your system
administrator to replace the dll or restore the original DLL.
Another thing that I want to ask is if I remove taskmgr.exe from system32
and use custom shell, will I be able to override the Ctrl+Alt+Del key? In
short I need to hide the Windows Security popup in my custom shell upon
hitting this key combination.
Thanks & Regards
Roshan.
I am working on Custom shell, and I want to disable the Ctrl+Alt+Del key, to
do this I have downloaded GinaStub code from XPeFiles.com.
I compiled the code and added the dll under D:\WINDOWS\system32\ginastub.dll
(I have a dual boot system D: is XP embedded for me)
I also added registry key GinaDLL (string value)
HKLM\SOftware\Microsoft\Windows\CurrentVersion\Policies\system
I added the path of ginastub.dll as mentioned above and restarted the
machine.
On next restart I got the error "The Logon Interface DLL
D:\WINDOWS\system32\ginastub.dll failed to load. Contact your system
administrator to replace the dll or restore the original DLL.
Another thing that I want to ask is if I remove taskmgr.exe from system32
and use custom shell, will I be able to override the Ctrl+Alt+Del key? In
short I need to hide the Windows Security popup in my custom shell upon
hitting this key combination.
Thanks & Regards
Roshan.