Freeze system on startup

Does anybody knows, how to freeze starting system? (Like chkdsk)

“Freeze a system”? This is fuzzy statement. But if you want to play around,
just put an intentional deadlock code in your driver. :stuck_out_tongue:
Ok. Enough!
So, what exactly is your question? What do you want to achieve?

Regards,
Ayush Gupta

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-370434-
xxxxx@lists.osr.com] On Behalf Of xxxxx@rambler.ru
Sent: Friday, June 19, 2009 1:31 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Freeze system on startup

Does anybody knows, how to freeze starting system? (Like chkdsk)


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

> Does anybody knows, how to freeze starting system? (Like chkdsk)

If “freeze starting system” means “run an application at
system boot”, the answer is: Write a native application,
that only imports from NTDLL.dll, put the executable to System32
directory and add its name to “BootExecute” registry key
in HKLM\System\CurrentControlSet\Control\Session Manager".

L.