No announcements
Found 1708298 threads
-
2 Votes
Handling UnExpected System Shut Down Using c#
hi, Then how does note pad handles this shut down ??Answered | 5 Replies | 4041 Views | Created by arvind nama - Thursday, September 18, 2008 5:37 AM | Last reply by Mattias Sjögren - Thursday, September 18, 2008 1:14 PM -
3 Votes
Shutting Down Option Developer Preview
I don't think most users would intuitively think of this, unless they were looking for a force shut down, and for an OS geared toward keyboard-less systems, ctrl alt del ...Answered | 13 Replies | 2548 Views | Created by medroid - Wednesday, September 14, 2011 6:18 PM | Last reply by Kenyon Giles - Saturday, September 17, 2011 7:31 AM -
0 Votes
shutting down computer with Visual Basic
Shut down my Computer with a program from Visual Basic That's been the first link from a web search for 'visual basic shutdown computer'Answered | 4 Replies | 1055 Views | Created by TardosaurusRex - Monday, April 18, 2016 11:09 PM | Last reply by Pappa Lapub - Tuesday, April 19, 2016 9:35 PM -
0 Votes
Shutting down the Cluster
First make sure application is not connected to primary replica and is down.Answered | 1 Replies | 937 Views | Created by miguelh - Saturday, September 10, 2016 6:42 AM | Last reply by Shanky_621 - Saturday, September 10, 2016 7:17 AM -
4 Votes
system,restart,shutdown,logoff from c# button
Do it like this as i show you for shutdown Dim ProcessProperties As New ProcessStartInfo Try Dim systemDirectory As String systemDirectory ...Answered | 10 Replies | 8189 Views | Created by hot n thought - Wednesday, July 22, 2009 4:35 AM | Last reply by Faraz Zone - Monday, July 27, 2009 10:07 AM -
0 Votes
VM shutting down unexpectedly.
Hello Kedia1, I see from the System event logs that your App fabric Service and the SQL server analysis service terminated abruptly.Answered | 1 Replies | 711 Views | Created by Kedia1 - Thursday, August 13, 2015 8:29 AM | Last reply by Syed Irfan Hussain - Thursday, August 13, 2015 10:15 AM -
6 Votes
Detect system shutdown
MonkeyBoy suggestion http://www.vbdotnetforums.com/vb-net-general-discussion/42425-detect-windows-shutdown-logoff.html The following example is basically ...Answered | 3 Replies | 2977 Views | Created by Mr Paul Johnson - Wednesday, December 5, 2012 5:51 PM | Last reply by Kareninstructor - Wednesday, December 5, 2012 6:06 PM -
3 Votes
Program that runs when user shuts down computer
Or on second thought, if you open your Application Events, create a handle for the Shutdown event and type your code there.Answered | 5 Replies | 2788 Views | Created by njkessler - Thursday, July 3, 2008 8:01 PM | Last reply by njkessler - Monday, July 7, 2008 7:13 PM -
0 Votes
Shutdown button doesn't always shut the system down
You can Always press Windows + R (run) and type shutdown /s That is the way I shut down :) Regards, Dylan ...Answered | 6 Replies | 2652 Views | Created by WindowsVista567 - Thursday, September 29, 2011 8:50 PM | Last reply by Marilyn-Support Engineer - Sunday, October 9, 2011 6:57 PM -
1 Votes
Computer Shut Down Program
oops what is this doing here System.Diagnostics.Process.Start("hibernate", "-r -t " & TextBox1.Text) to ...Answered | 4 Replies | 5013 Views | Created by Buddy215215 - Wednesday, October 29, 2008 12:27 AM | Last reply by Arjun Paudel - Wednesday, October 29, 2008 8:55 PM -
3 Votes
Shut Down Code
Use // For ShutDown System.Diagnostics.Process.Start("shutDown", "/s"); // For ...Answered | 5 Replies | 1163 Views | Created by Akhtaruzzaman - Friday, February 8, 2013 5:25 PM | Last reply by Viorel_ - Friday, February 8, 2013 7:58 PM -
0 Votes
How to identify system shut down or reboot events in exit handler?
Hello mayooran99, For your situation, you could invoke GetSystemMetrics function to detect the system whether the system is shutdown or not.Answered | 2 Replies | 2117 Views | Created by Mayooran99 - Friday, September 8, 2017 1:03 AM | Last reply by Fei Hu - Friday, September 8, 2017 6:57 AM -
0 Votes
What happens when the primary server is shut down in an always on configuration
Failover and Failover Modes (Always On Availability ...Answered | 2 Replies | 4170 Views | Created by Zoe.Ohara - Tuesday, September 27, 2016 1:49 PM | Last reply by S_NO - Tuesday, September 27, 2016 2:49 PM -
0 Votes
IBM ThinkCenter will not shut down ???
JustDoIt("shutdown", @"/s /t 0"); Command "JustDoIt("shutdown"," is not valid.Answered | 5 Replies | 555 Views | Created by Ksor2 - Thursday, January 21, 2016 6:39 AM | Last reply by Kristin Xie - Friday, January 22, 2016 7:04 AM -
0 Votes
Always ON: databases not connected if secondary server down?
After we intentionally shut down node 02, the databases were not allowing any connections.Answered | 4 Replies | 2828 Views | Created by SQLDBA321 - Friday, January 23, 2015 3:28 PM | Last reply by MKAF - Tuesday, February 13, 2018 5:54 PM -
0 Votes
windows 10 shut down
After updating my desktop pc refuses to acknowledge the start button so I cannot shut it down.Answered | 1 Replies | 1527 Views | Created by fivedogs5 - Friday, June 17, 2016 11:32 AM | Last reply by Mike Laughlin - Friday, June 17, 2016 12:40 PM -
2 Votes
Exchange Shutting Down Wiindows Server
No recent changes made anywhere in system.Answered | 2 Replies | 8338 Views | Created by Norm D - Thursday, October 21, 2010 3:00 PM | Last reply by Norm D - Friday, October 22, 2010 2:48 PM -
0 Votes
a function to shut down the com.
Hey; 3- "-s" means that u'll shutdown the local machine, if u want to shutdown a remote machine just put ...Answered | 2 Replies | 2950 Views | Created by Batya_H - Wednesday, December 10, 2008 5:39 PM | Last reply by Kassiano - Wednesday, December 10, 2008 9:53 PM -
0 Votes
Powershell Script to Shut Down Servers
For one or two servers it doesn't make a huge difference but if you've got 10 servers each with 4 VMs then you're looking at a run time of 40 minutes instead of a run time of 4.Answered | 11 Replies | 2486 Views | Created by Lebza Powershell Scripting - Thursday, December 11, 2014 9:52 AM | Last reply by Lebza Powershell Scripting - Friday, December 12, 2014 6:41 AM -
1 Votes
Computer Shut Down Problems
The problem I have is that my computer won't shut donw via star button, and it won't re-start either.Answered | 1 Replies | 10742 Views | Created by Ann77 - Wednesday, January 14, 2009 12:40 AM | Last reply by Vijay Mullick - Wednesday, January 14, 2009 4:46 AM - Items 1 to 20 of 1708298 Next ›
No announcements