Marios1441

Senior Member
Joined
Mar 24, 2015
Messages
78
Is it a way to restore the opened windows like they were before via a shortcut after windows restart?
 

Solution
ok a restart sends open files to the hdd and a shutdown (not just turn the power off) should send it to the ram... but you can tell it to go to a page file instead.
if you want a program to open back up after a shutdown/ restart like for example a installer of some kind then you have to code it into the installer.

in the case of a WX updates-shutdown thats an override put in by Microsoft and does not look at what you are doing before kicking in so yes that can be a bitch but nothing you say, do or code into the system will make any difference.

Marios1441

Senior Member
Joined
Mar 24, 2015
Messages
78
I want my work to be saved (opened windows that are downloading, etc) that were open before computer restart but not automatically but by clicking a shortcut in case i need to continue my work.
 

Marios1441

Senior Member
Joined
Mar 24, 2015
Messages
78
Are also web page windows with web page links opened to be continued downloading next files, facebook messages, etc
 

ussnorway

Windows Forum Team
Staff member
Joined
May 22, 2012
Messages
4,600
ok a restart sends open files to the hdd and a shutdown (not just turn the power off) should send it to the ram... but you can tell it to go to a page file instead.
if you want a program to open back up after a shutdown/ restart like for example a installer of some kind then you have to code it into the installer.

in the case of a WX updates-shutdown thats an override put in by Microsoft and does not look at what you are doing before kicking in so yes that can be a bitch but nothing you say, do or code into the system will make any difference.
 

Solution