Bypass the Screensaver password
When compiled this code makes a change in the registry to make the screensaver NOT use a password
AI
AI 요약: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
소스 코드
uses registry;
procedure TForm1.Create;
Var
Reg:=Tresitry.Create;
Reg.Rootkey:=HKEY_CURRENT_USER;
If Reg.Openkey('Control Panel\Desktop', True);
Then
Reg.WriteBool('ScreenSaveUsePassword', False);
Reg.Free;
Halt;
end;
Upload
Upload
원본 댓글 (3)
Wayback Machine에서 복구됨