S
s.k.easley
I'm trying to disable or hide the shutdown button on the logon window.
It appears that the way to do this is to set the following registry
value to zero (DWORD):
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system,
"shutdownwithoutlogon".
I'm trying to do this in the .slx file's "Extra Registry Data" section,
but it's not having any effect. The Shut Down button remains and the
registry value, when checked in regedit, is one.
I've tried changing the build order for this item from the default 1000
to 1200, 12000, and then 32676 trying to make this setting one of the
last things the happen in the first boot, but to no avail.
I have another entry in the "Extra Registry Data" that turns off the
AutoRun feature on the CD-ROM drive, and that works just fine. So I'm
confused as to why one works and the other does not.
If you have any ideas, I would love to hear them.
It appears that the way to do this is to set the following registry
value to zero (DWORD):
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system,
"shutdownwithoutlogon".
I'm trying to do this in the .slx file's "Extra Registry Data" section,
but it's not having any effect. The Shut Down button remains and the
registry value, when checked in regedit, is one.
I've tried changing the build order for this item from the default 1000
to 1200, 12000, and then 32676 trying to make this setting one of the
last things the happen in the first boot, but to no avail.
I have another entry in the "Extra Registry Data" that turns off the
AutoRun feature on the CD-ROM drive, and that works just fine. So I'm
confused as to why one works and the other does not.
If you have any ideas, I would love to hear them.