Tagged Questions

0
votes
0answers
14 views

Is there a way to delay a forced reboot? [closed]

I realize this is more appropriate for our company's admin group to field. However, pretend they are unresponsive just for the sake of discussion =) If my system is prompting me t …
0
votes
1answer
16 views

Notification when laptop is switch on (boot)

Hi I need to know, is that possible to get a notification through email whenever my laptop is switched on or is connected to internet ? An alternative is to get notification whe …
0
votes
0answers
32 views

Windows install reboot problem [closed]

Hi, I'm having trouble tracking down possible causes for a install problem I'm having. I've had Win7 running fine on my PC for a while, but then my power supply blew. I replaced …
0
votes
2answers
75 views

I found this Reboot Vista.vbs script. Can you help with it ?

Hi guys. Found this Reboot Vista.vbs script on a number of forums. Seems like the whole post ( text including the code ) was posted on many forums. So I don't know who the original …
0
votes
3answers
150 views

How to I escape from my cubicle? [closed]

Been developer since 1994... started programming in 1983. Been senior lead developer on many large projects for commercial software companies. Been there done that, now I want to …
2
votes
4answers
607 views

bash/cygwin/$PATH: Do I really have to reboot to alter $PATH?

I wanted to use the Python installed under cygwin rather than one installed under WinXP directly, so I edited ~/.bashrc and sourced it. Nothing changed. I tried other things, but …
1
vote
3answers
286 views

Reboot machine from a C#/WPF app

I want to have a button in my WPF app that restarts the machine. This app is always running on Vista. The fact that a quick search hasn't turned anything up makes me think this mi …
0
votes
4answers
207 views

reboot Linux box from user space

I need to reboot a Linux box from a user space process. I want to have the following behavior: sync file systems not attempt to gracefully stop processes, go to runlevel 5/6, etc …
3
votes
6answers
331 views

How to you determine when Windows is done rebooting?

I am using the Windows Update API to update a bunch of VM's. With Windows Update comes the inevitable reboots. Can anyone think of a way that I could tell from a remote server if t …
0
votes
2answers
612 views

wcf certificate Keyset does not exist problem after reboot

Hi There are two projects in one VS solution: client(wpf app) and а wcf service lib. I'm using Message security and a custom AspNetMembershipPrivider on th server side to validate …
8
votes
10answers
1k views

Comparing cold-start to warm start

Our application takes significantly more time to launch after a reboot (cold start) than if it was already opened once (warm start). Most (if not all) the difference seems to com …
4
votes
8answers
933 views

How do I detect if a Windows server is available after a reboot?

I want to automate a Windows 2000+ server reboot process using Task Scheduler or similar tool to remotely reboot a server and wait for it to come back up. I can issue shutdown or …
2
votes
7answers
2k views

How to force a reboot instead of shutdown (XP)

I have a Windows XP SP2 virtual machine which can be accessed via VNC. It's also running Deep Freeze so there should be no problem in forcing it to reboot. I am looking for a way t …
6
votes
3answers
477 views

Why do some installers need to restart the computer before you run the program?

I'm fairly new to deploying desktop applications, so this is the first time I'm building an installer for my software. Currently, the first time I run my software after installing …
2
votes
3answers
2k views

How to force restart a windows box using vbscript?

I'm trying to find a way to force windows to reboot and running into issues. I've tried Set OpSysSet = GetObject("winmgmts:{authenticationlevel=Pkt," _ & "(Shutdown)}").E …