473,624 Members | 2,273 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

stop windows from going into sleep mode

is there a way to stop windows from going to sleep?
i tried to check if there is a setting for this, but no.

during presentations or discussions, my computer goes to sleep & then i have
to login again.
this is a headache, how can i overcome this issue (win xp prof),
i am willing to write a small .net tool to keep my computer awake if i have
to.

regards,

Amie
Nov 21 '05 #1
5 68070
Hi

This is more a Windows forum question, but this is my suggestion:

Go into CONTROL PANEL & open POWER MANAGEMENT options.

Choose 'NEVER' for the monitor/hard drive & system standby, click APPLY &
then click OK

Now, your computer wont switch off your monitor, hard drive & won't go into
sleep mode.

I hope this helps.
"Amueerie" wrote:
is there a way to stop windows from going to sleep?
i tried to check if there is a setting for this, but no.

during presentations or discussions, my computer goes to sleep & then i have
to login again.
this is a headache, how can i overcome this issue (win xp prof),
i am willing to write a small .net tool to keep my computer awake if i have
to.

regards,

Amie

Nov 21 '05 #2
u are a genius...
& i feel like a damn fool - been using windows for so many years & never
realized this

thank you

"Crouchie19 98" <Cr**********@d iscussions.micr osoft.com> wrote in message
news:91******** *************** ***********@mic rosoft.com...
Hi

This is more a Windows forum question, but this is my suggestion:

Go into CONTROL PANEL & open POWER MANAGEMENT options.

Choose 'NEVER' for the monitor/hard drive & system standby, click APPLY &
then click OK

Now, your computer wont switch off your monitor, hard drive & won't go into sleep mode.

I hope this helps.
"Amueerie" wrote:
is there a way to stop windows from going to sleep?
i tried to check if there is a setting for this, but no.

during presentations or discussions, my computer goes to sleep & then i have to login again.
this is a headache, how can i overcome this issue (win xp prof),
i am willing to write a small .net tool to keep my computer awake if i have to.

regards,

Amie

Nov 21 '05 #3
Ive been programming & supporting Windows for year. Glad to be of service

"Amueerie" wrote:
u are a genius...
& i feel like a damn fool - been using windows for so many years & never
realized this

thank you

"Crouchie19 98" <Cr**********@d iscussions.micr osoft.com> wrote in message
news:91******** *************** ***********@mic rosoft.com...
Hi

This is more a Windows forum question, but this is my suggestion:

Go into CONTROL PANEL & open POWER MANAGEMENT options.

Choose 'NEVER' for the monitor/hard drive & system standby, click APPLY &
then click OK

Now, your computer wont switch off your monitor, hard drive & won't go

into
sleep mode.

I hope this helps.
"Amueerie" wrote:
is there a way to stop windows from going to sleep?
i tried to check if there is a setting for this, but no.

during presentations or discussions, my computer goes to sleep & then i have to login again.
this is a headache, how can i overcome this issue (win xp prof),
i am willing to write a small .net tool to keep my computer awake if i have to.

regards,

Amie


Nov 21 '05 #4
tlhintoq
3,525 Recognized Expert Specialist
Marine 1926 ( mailto:bllhffmn w@aol.com ) has reported this post:

stop windows from going into sleep mode
http://bytes.com/topic/visual-basic-...de#post1458106

This is part of this thread:
stop windows from going into sleep mode
http://bytes.com/topic/visual-basic-...nto-sleep-mode

This is the reason that the user gave:
I have Windows 7, and if I don't keep continuously using my computer, it goes to sleep. Now I have to restart my computer, put in the password and start again. This is very annoying. I hope you can help me
When you hit the REPORT link you were told that reporting a post is for SPAM, harrasement and other violations of the Bytes guidelines.



It not a way to draw attention to your problem because you are impatient.

Next time you do it I'll just delete the threat for not following the rules after you have been warned.
May 7 '10 #5
Frinavale
9,735 Recognized Expert Moderator Expert
Tlhintoq, This thread is closed. It's not even a part of Bytes!
I think the OP was confused as to why they couldn't post.
May 7 '10 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2406
by: Harald Armin Massa | last post by:
I need to do some synchronisations like in a cron.job import time from threading import Thread class updater(Thread): def run(self): while True: do_updates() time.sleep(600)
3
6567
by: Blaxer | last post by:
I am asking this question again in hopes that someone can answer it this time. Does anyone know if there is a way to have an event fire when a computer resumes / wakes up from sleep mode (assuming the app is running before and after sleep mode is initiated). I am not talking about threading, I mean sleep mode of the computer hardware like waking up from S2 or S3 ACPI. The application is a vb.net app that is running before and after the...
2
3647
by: Scott M. Lyon | last post by:
I've got an application that, in the main form, Starts up a thread. That thread consists of an endless loop (a WHILE TRUE loop), at the end of each iteration is a Sleep() command, so it will sleep for 5 seconds between each run. I need this thread to poll for some database changes, and update data on the form when it does.
7
1966
by: multicherry | last post by:
Hi, Having searched for a way to fetch a window object by name, all I came across were answers along the line of... "All you have to do is say windowObj = window.open("blah", "name");" which isn't very useful if you want to fetch information from an existing document in the window. One solution I came up with was quite simple; open the "new" window, giving you a reference to the object, then use window.history.back() to
5
6448
by: many_years_after | last post by:
Hi, pythoners: There is a problem I couldn't dispose. I start a thread in the my program. The thread will do something before executing time.sleep(). When the user give a signal to the main thread (such as click the 'end' button or close the window), the thread should end it's running. But how to end the threading when it's sleeping? I set an flag to the thread, but it doesn't work. I also thought to put 'time.sleep()' to the main...
4
1921
by: Boki | last post by:
Hi All, I have a timer, if my data queue Q has data, the timer should start work, if there is no data in Q, the timer should stop. However, there is an event can fire timer to start. Should I add a variable to know how many records inside Q ? Ya, I think so, because timer should use for unknown events, check it in a period.
2
1917
by: Sjoerd Op 't Land | last post by:
Hello all, I'm using threading for generating video content. The trouble is how to kill the thread, because there are multiple (simultaneous) owners of a thread. Ideally, a flag would be set when the reference count of the thread becomes zero, causing the run() loop to quit. Example: import threading import time import gc
0
1317
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
I have a windows application that does not stop running whenever the application exits. Could someone fill me in on what I am doing wrong? Here is the relevant code: ================================= Private m_thTCP As Thread Private m_listener As TcpListener
0
3275
by: =?Utf-8?B?am1hZ2FyYW0=?= | last post by:
My program needs to do X when someone 'starts using' their Windows user account, and it should do Y when they 'stop using' their Windows user account. By 'starts using' I mean they log on, unlock the desktop, resume from hibernate/sleep, or resume a session that was paused via Switch User. By 'stop using' I mean they lock the desktop, initiate a hibernate/sleep , or choose Switch User while logged on. For context, the program is a parental...
0
8233
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8675
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8619
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8334
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8474
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7158
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6108
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2604
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1784
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.