Click here to Skip to main content
15,899,935 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How does Reset feature of windows 8 work internally?
which system changes are made to achive this?
Posted
Comments
Mohibur Rashid 20-Feb-13 0:06am    
Your question is not giving enough clue
Michael Haephrati 20-Feb-13 16:00pm    
Look here http://msdn.microsoft.com/en-us/library/bb986746.aspx maybe

1 solution

There are 2 parts to my answer:
1. If your application is a Metro App, that would be impossible
2. If not, you can use ExitWindowsEx(). See also:
http://msdn.microsoft.com/en-us/library/aa376868(VS.85).aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900