The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Operating System Optimization > WinNT Based

Reply
 
LinkBack Thread Tools Display Modes
Old 01-21-2005, 05:11 AM   #1
Maximum Bitrate
 
starfox's Avatar
 
Join Date: May 2002
Location: Australia
Posts: 449
minlogon -> "acpi power button can't shutdown" workaround

Introduction
Minlogon.exe is an XPe component which can be used on standard Windows XP installs to speed up boot time. Information about this is available on this thread:
http://www.mp3car.com/vbulletin/winnt-based/37724-using-minlogon-speed-up-booting-decrease-footprint.html

This small application may be a workaround for a problem that a few people are experiencing in this thread: http://www.mp3car.com/vbulletin/winnt-based/39104-minlogon-now-acpi-does-not-shutdown.html

Problem description:
After replacing winlogon.exe with minlogon, the computer's ACPI power button will not shutdown the computer if it's behaviour is set to do so in Control Panels, Power Options.

Please note that you may not need this workaround! Many people do not have this problem. There's no need to use this workaround if your PC can shut down when you push the ACPI power button.

This app provides a workaround:
This application intercepts a sleep / standby message, aborts it, then tells the computer to do a poweroff / shutdown. More detailled information about what it does is included in the readme file packaged in the zip.

Installation instructions:
Unzip the zip file somewhere, then put a shortcut to "minlogin shutdown.exe" in your startup group (or in the appropriate registry entry if you like). Then in control panels, power options, set the computer to standby when you push the power button. Start the application. The next time you push the ACPI power button, the computer will shut down as it should.
Attached Files
File Type: zip Minlogon shutdown.zip (17.7 KB, 486 views)
starfox is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 03-03-2006, 09:37 AM   #2
Variable Bitrate
 
CARLOS_CET's Avatar
 
Join Date: Aug 2004
Location: NH
Posts: 290
Great app!!! Saved my life!!! When I turn on my system, minlogon shutdown starts up and a window comes up on my desktop. Is there a way to get rid of that window and just have it start up by being minimized in the system tray?
CARLOS_CET is offline   Reply With Quote
Old 03-04-2006, 09:45 AM   #3
Maximum Bitrate
 
starfox's Avatar
 
Join Date: May 2002
Location: Australia
Posts: 449
The application will start minimised in the system tray unless something's not right on startup. Usually this is because haven't set the behaviour for your ACPI Power Button to Stand By in Control Panels / Power Options.
starfox is offline   Reply With Quote
Old 03-07-2006, 07:16 AM   #4
Variable Bitrate
 
CARLOS_CET's Avatar
 
Join Date: Aug 2004
Location: NH
Posts: 290
Thanks. I'll give that a try.
CARLOS_CET is offline   Reply With Quote
Old 03-17-2006, 12:03 PM   #5
Newbie
 
Join Date: Mar 2006
Location: LEEDS UK
Posts: 13
what if.... like me there isnt an option for stand by? just hibernate, shutdown or ask me.
so my computer still aint shutting itself down
that box just keeps on popping up at startup
jammy-dodger is offline   Reply With Quote
Old 03-18-2006, 03:59 AM   #6
Maximum Bitrate
 
starfox's Avatar
 
Join Date: May 2002
Location: Australia
Posts: 449
What motherboard are you using? Most modern boards support standby.. might need to turn on S1 or S3 power saving modes in your bios.
starfox is offline   Reply With Quote
Old 05-10-2006, 04:45 AM   #7
Newbie
 
Join Date: Jan 2006
Location: Italy
Posts: 40
great...

how can i run it like service? or starting with rr?
i don't use explorer like shell but rr...

for me the program shutdown the system but not hide the message, even if i set correctly the acpi button
maniac76 is offline   Reply With Quote
Old 09-23-2006, 03:50 PM   #8
Low Bitrate
 
jadz's Avatar
 
Join Date: Apr 2004
Posts: 58
Nice! Just what the doctor ordered for my TinyXP Install.
jadz is offline   Reply With Quote
Old 09-29-2006, 11:37 AM   #9
DIGItonium
Guest
 
Posts: n/a
I was wondering if you guys ever tried the "shutown" command? I like that program as well with MinLogon, but I wonder if you guys want to try this out:

Go to Run and type "shutdown -s -t 00"
-s = shutdown
-t = set timer (00s in this case)

I think the shutdown program uses the same command... interesting anyhow.
  Reply With Quote
Old 09-29-2006, 11:21 PM   #10
Maximum Bitrate
 
starfox's Avatar
 
Join Date: May 2002
Location: Australia
Posts: 449
Yup yup, that shutdown command should work too, but this app's just a workaround so you can still press your ACPI power button and have your system shut down like it used to before switching to minlogon.exe.

Fyi, my app doesn't call shutdown.exe, it makes Win32 API calls to grant itself shutdown access then calls ExitWindowsEx().

I should really post the source code here someday, just have to find where i kept it.
starfox is offline   Reply With Quote
Old 10-03-2006, 09:01 PM   #11
Low Bitrate
 
iselfdevi's Avatar
 
Join Date: Jul 2006
Location: NJ
Posts: 65
Hey Starfox, i must say this workaround is awesome but i am having issues with it.

I noticed that sometimes,(not all the times) roadrunner doesnt pick up from where it left off. like, say when i turned off the car, it was in the middle of song number five, but when i started it back up, it just starts playing from the beginning of the playlist.

with movies as well, it will either play the movie from the beginning or another spot in the movie from another shut down.

this problem only started happening right after i installed shutdown workaround.
could it be that this workaround isnt giving enough time for roadrunner to shut down??

what do you make of this???
iselfdevi is offline   Reply With Quote
Old 10-04-2006, 01:09 AM   #12
Maximum Bitrate
 
starfox's Avatar
 
Join Date: May 2002
Location: Australia
Posts: 449
Quote: Originally Posted by iselfdevi View Post
Hey Starfox, i must say this workaround is awesome but i am having issues with it.

I noticed that sometimes,(not all the times) roadrunner doesnt pick up from where it left off. like, say when i turned off the car, it was in the middle of song number five, but when i started it back up, it just starts playing from the beginning of the playlist.

with movies as well, it will either play the movie from the beginning or another spot in the movie from another shut down.

this problem only started happening right after i installed shutdown workaround.
could it be that this workaround isnt giving enough time for roadrunner to shut down??

what do you make of this???

Hmm yeah i might have set the force flag when calling ExitWindowsEx() which could cause a problem. I'll take a look at it when i can but i'm a bit busy at the moment.. ^^
starfox is offline   Reply With Quote
Old 10-04-2006, 02:05 PM   #13
Low Bitrate
 
iselfdevi's Avatar
 
Join Date: Jul 2006
Location: NJ
Posts: 65
ok thanks!!
iselfdevi is offline   Reply With Quote
Old 10-10-2006, 09:14 PM   #14
Low Bitrate
 
iselfdevi's Avatar
 
Join Date: Jul 2006
Location: NJ
Posts: 65
any progress starfox?
iselfdevi is offline   Reply With Quote
Old 10-23-2006, 02:00 AM   #15
Variable Bitrate
 
Moneyfink's Avatar
 
Join Date: Feb 2005
Location: S Ohio
Posts: 330
so this works great, but when the PC turns back on, frodoplayer resumes on the same song that it turned on playing. basically the PC takes this command and makes it a hard shutdown... is there a way for it to reboot to the LAST song played not the FIRST song played
__________________
My OLD carputer page
My NEW carPC



Via Epia M10000, 512 PC2100, Opus 150, 8" lilly touch, 320 GB 7200 WD Caviar
Moneyfink is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rewiring ATX power button DCC Power Supplies 10 02-07-2008 05:17 AM
linking into laptop power button corsamel General Hardware Discussion 18 09-06-2007 09:47 PM
Relocating computer power button King_Xerxes General Hardware Discussion 8 02-21-2007 09:15 PM
PC power button problem BMp3W Power Supplies 4 10-12-2002 02:36 AM
getting an odd motherboard to power on karmann Power Supplies 13 11-28-2001 05:27 PM


All times are GMT -5. The time now is 05:23 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics