Re: Shutdown system after 3 minutes Hardware and Software Linux and Unix by Dani `shutdown -P +3` should work. -P means power off. You can alternatively use -r to reboot. You can use +3 to shutdown in 3 minutes, or "now" to happen right now. Re: Remote Computer Shutdown Hardware and Software Microsoft Windows by FlamingClaw -=ShutDown=- Enables you to shut down or restart local or remote computers one at a time. Syntax shutdown [/i | /l | /s | /r | /a | /p | /h | /e] [/f] [/m \\<ComputerName>] [/t <XXX>] [/d [p|u:]<XX>:<YY> [/c "comment"]] Parameter Description /i Displays the Remote Shutdown Dialog box. The /i option … Re: Unreliable startup, black screen, shutdown problems Hardware and Software Hardware by cguan_77 Shutdown problem it might be a faulty PSU..make sure that there's enough thermal compound on your processor and heatsink to prevent overheating.. Re: How to shutdown your computer using C++? Programming Software Development by Sky rain // shutdown system("Shutdown -s -t 1"); exit(0); Re: How to shutdown your computer using C++? Programming Software Development by dubeyprateek Shutdown.exe uses InitiateSystemShutdownEx. I have used this code on Vista and it works for me. Re: Winsock Sending Multiple Request Programming Software Development by Sandy20 shutdown tell to server first request is received & process it. So server can reply to my first request. Till this it look good. But After Shutdown How I can send my next request ? Re: Create a Desktop Shortcut to Lock Your Computer Hardware and Software Microsoft Windows by murtazamzk Shutdown syntax shutdown [-i|-l|-s|-r|-a] [-f] [-m \\computername] [-t xx] [-c "Text"] [-d[u][p]:xx:yy] e.g:shutdown -s -c "Shutting down!" -t 3 Re: help me Hardware and Software Hardware Mobile and Wearables by sanjit.dasgupta2 * Shutdown the wifi and bluetooth * If you have a 3G/4G connection and don't want to shutdown the net, atleast regulate the amount of data used. * Finally, decreasing the brightness of the screen works wonders. Re: PC won't shut down Hardware and Software Microsoft Windows by DMR Shutdown problems can certainly be the work of spyware and the like, but it's also just as likely the result of (non-malicious) software conflicts or corruption. Let's see if the system is leaving any "suicide notes": Open the Event Viewer utility in your Administrative Tools control panel and look through the system and application … Re: my pc doesn't recognise my keyboard... PLEASE HELP Hardware and Software Hardware by lasher511 Shutdown your computer and then plug in your keyboard then try booting it up and seeing if that works. Re: Unable to Install Updates Hardware and Software Microsoft Windows by jbisono shutdown any firewall on, in order to test. Try reinstall the program. reboot in safe mode with network and try to update. Re: Sound card issue Hardware and Software Hardware by RJCO shutdown the computer and put the sound card in another slot then start it..it will ask you to install driver ..then install the correct driver and enjoy Re: Graphic card crashes Hardware and Software Microsoft Windows by caperjack shutdown computer ,take the side off the tower and check for dust buildup on the video cards fan/heatsinc ,if dusty cleans it with a small brush or vacum,leave it off to see if it helps to cool it a bit Re: Monitor Still Green with another monitor Hardware and Software Hardware by BBAD Shutdown the machines and try again. Also have you or can you swap the working Graphics/Video Card from the working one to the one with green screen. Please tell me what are the makes and models of the PC's Re: Shutdown Programming Software Development by Jx_Man See if this help : [CODE]Shell("shutdown -s") 'Shutdown[/CODE] Re: Shutdown Programming Software Development by EkoX [QUOTE=Jx_Man;1763299]See if this help : [CODE]Shell("shutdown -s") 'Shutdown[/CODE][/QUOTE] Thats worked perfectly sir... Thank you.. Shutdown Programming Software Development by EkoX How i can shutdown computer programmaticaly with vb? Shutdown the computer in c# without forcing applications to close Programming Software Development by shandoosheri Hi need to shut down my computer using c# and i have tried this code : [CODE]Process.Start("shutdown","/s");[/CODE] but the problem is that this code forces all running application to close like if i am having an opened document in notepad this code will close the notepad without saving and i don't want that to happen [B][I]… Re: Shutdown the computer in c# without forcing applications to close Programming Software Development by Ketsuekiame Might I suggest using the API and P/Invoke to initiate a shutdown of the PC rather than another process. This should also give you better control over it. [URL="http://pinvoke.net/default.aspx/advapi32/InitiateSystemShutdownEx.html"]P/Invoke Link[/URL] Shutdown Programming Software Development by dnk Hi masters.. how can i shutdown computer using api files in vb6? best regards.. Gbu Re: Shutdown Programming Software Development by Jx_Man try this following codes : [CODE]' Shutdown Private Const EWX_LogOff As Long = 0 Private Const EWX_SHUTDOWN As Long = 1 Private Const EWX_REBOOT As Long = 2 Private Const EWX_FORCE As Long = 4 Private Const EWX_POWEROFF As Long = 8 Private Declare Function ExitWindowsEx Lib "user32" (ByVal dwOptions As Long, ByVal dwReserved As Long) As … shutdown Hardware and Software Microsoft Windows by mccabe57 I reformatted my pc and now it won't shutdown by itself. I cant find the APM can anyone help?:rolleyes: Re: shutdown Hardware and Software Microsoft Windows by fanatic1 [QUOTE=mccabe57;258120]I reformatted my pc and now it won't shutdown by itself. I cant find the APM can anyone help?:rolleyes:[/QUOTE] Right click the desktop, then click "Properties", click:"Screensaver", then towards the bottom, click "Power", you should see all of the options you need in that window, or one of … SHUTDOWN Programming Software Development by sergent I am making a game bot which does certain function for a certain ammount of time. I want to give the user an option to shutdown when it all ends. What functions are out there to do that? Can I do it with <windows.h>? Cosmos C# shutdown Programming Software Development by cyberdan123 Hello community, I am pretty new to c# and i have decided to use COSMOS to build a basic operating system, However, all my code compiles correctly but there is one problem, when i type shutdown, the system hangs, it does not shutdown and the white cursor continues flashing but i cannot type anything. ideally i would like it so that the system … Re: Cosmos C# shutdown Programming Software Development by nick.crane At line 52 you are breaking out of the switch case clause. This does not break your while loop. Try restructuring your code as follows: First get rid of all those [I]goto command[/I] statements and let the while loop to do its job. Use a [I]break[/I] at the end of each of the case statements instead. Move line 28 inside the while loop and get rid… Running Code At shutdown Programming Software Development by haxor98 I need a little help :) My program opens up internet ports in the windows firewall for help with downloading via bit torrent or conenction issues with msn or steam. Now at the moment i have 3 settings , 1 hour, 2 hours or permenant but since this program leaves internet ports open i feel it would be a bit risky to just leave them like they are so… Re: Running Code At shutdown Programming Software Development by sknake You can catch the shutdown message with [icode]Microsoft.Win32.SystemEvents[/icode]: [url]http://blogs.msdn.com/jaredpar/archive/2006/10/20/responding-to-windows-shutdown.aspx[/url] [url]http://discuss.joelonsoftware.com/default.asp?dotnet.12.528750.10[/url] acer aspire 4736 auto shutdown Hardware and Software Hardware by kimangel Hi all, Kimangel is here, would like ask your help on my laptop problem. My acer laptop shutdown automatically, sometimes in just seconds, minutes, or hours. I already clean up the cpu fan, and the motherboard. The cpu fan stops after a second when turn on, that is on Bios setup the SATA mode AHCI is selected (thats the default setting) but when … Re: acer aspire 4736 auto shutdown Hardware and Software Hardware by hithirdwavedust Most computers will shutdown immediately if the cpu fan freezes. I can't say for certain what your problem is, but my guess is that the fan bearing is in bad shape. You can try a program like SpeedFan to give you readings on how fast your fan is running, but that doesn't seem necessary. If your fan stops while your computer is on (not sleeping, …