Display a Reminder/Message Box on Win 7 Shutdown

Johnno7

New member
Local time
6:28 AM
Messages
3
I'd like to display a simple reminder or message box when shutting down Windows 7 Home Premium (64-bit).
I found a post that explains how to add a script at shutdown, and clicked on Start > Run, typed mmc, clicked OK, and in the console, clicked File > Add/Remove Snap-in. However, the Group Policy Editor is not listed as an available snap-in.
I then found this post
http://www.sevenforums.com/tutorials/3652-local-group-policy-editor-open.html
but it states, "You will not have the Local Group Policy Editor available in the Windows 7 Starter, Home Basic, and Home Premium editions."

Any other ideas on how to display a reminder when shutting down?

Thanks in advance,
 

My Computer My Computer

OS
Windows 7 Home Premium 64 bit, SP1
It's possible you could set a task that would prompt at shutdown.
I'm not exactly a specialist with tasks though.
I know you can set tasks to execute at launch so it should be no real problem to have one effect when shutdown is requested.
I simply don't know the trigger for it.

You could also create a batch file for shutting down.
I suppose I could be a bit more specific if I knew the exact criteria here. Exactly what do you want this box to say when shutting down?
 

My Computer My Computer

Computer Manufacturer/Model Number
Insane hobo technologies. ;-)
OS
Windows 7 x64
CPU
Intel i7 2600k
Motherboard
Asrock z68 extreme 4 gen 3
Memory
G.skill Ripjaw 16gigs @ 1866
Graphics Card(s)
Nvidia gtx580 (evga)
Sound Card
Integrated HD audio + hdmi
Monitor(s) Displays
24" ASUS widescreen + 42" insignia
Screen Resolution
1080p (1920x1080)
Hard Drives
128 Samsung 830
256 Samsung 840
3 x 1tb storage drive (various)
1 western digital 1tb (eSATA)
1 Seagate 1tb (eSATA)
PSU
1 kilowatt SLI/Crossfire rated Silverstone modular
Case
NZXT Phantom + additional 220 fan
Cooling
Zalmann
Keyboard
Microsoft wireless 3000 (v2)
Mouse
MS - wireless 5000 (bluetrack)
Internet Speed
depends on if you ask me or my provider.
Other Info
The above information is provided as is, and the author assumes no responsibility for issues it may cause with your sanity or fanboyism.
Thanks for the replies.
Maguscreed, the reason for the prompt is that my wife has purchased a new laptop with an optical mouse, and leaving the mouse on will probably shorten the battery life. Given that she'll be using it infrequently, I thought a reminder on shutdown would be a good idea.
Mike, the Beyond Logic Shutdown ran, but did not seem to provide any scope for modification.
 

My Computer My Computer

OS
Windows 7 Home Premium 64 bit, SP1
Thanks for the replies.
Maguscreed, the reason for the prompt is that my wife has purchased a new laptop with an optical mouse, and leaving the mouse on will probably shorten the battery life. Given that she'll be using it infrequently, I thought a reminder on shutdown would be a good idea.
Mike, the Beyond Logic Shutdown ran, but did not seem to provide any scope for modification.

You have to add the text you want;

Code:
C:\ at 18:00 /interactive /every:M,T,W,Th,F,S,Su c:\windows\shutdown.exe -i -l 600   -m “Management acknowledges your dedication to your work. However if you choose to    go home now and have a good night, you will be much more productive tomorrow.”



Regards....Mike Connor
 

My Computer My Computer

OS
Several, including Windows 7 x64 Ultimate
Thanks Mike.
 

My Computer My Computer

OS
Windows 7 Home Premium 64 bit, SP1
Back
Top