|
| | |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
| | LinkBack | Thread Tools |
| |||
| Vista asks for password even though disabled I have "Require a password on wakeup" set to "No". I have no screen saver, and all power management settings are set to "Never". I've noticed that if I don't access the system for a day or two, when I come back to it, I am asked for a password. Is there a way to disable this "feature"? We have test systems that may sit idle for days and then are expected to be available. Thanks, -- Bill Baker |
| |||
| Re: Vista asks for password even though disabled There are actually two options for the password. One, is for when you are on battery and another for when you are plugged in. Maybe you changed only one of them? "WB" <WB@discussions.microsoft.com> wrote in message news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com...[color=blue] >I have "Require a password on wakeup" set to "No". I have no screen saver, > and all power management settings are set to "Never". > > I've noticed that if I don't access the system for a day or two, when I > come > back to it, I am asked for a password. Is there a way to disable this > "feature"? We have test systems that may sit idle for days and then are > expected to be available. > > Thanks, > -- > Bill Baker[/color] |
| |||
| Re: Vista asks for password even though disabled There are actually two options for the password. One, is for when you are on battery and another for when you are plugged in. Maybe you changed only one of them? "WB" <WB@discussions.microsoft.com> wrote in message news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com...[color=blue] >I have "Require a password on wakeup" set to "No". I have no screen saver, > and all power management settings are set to "Never". > > I've noticed that if I don't access the system for a day or two, when I > come > back to it, I am asked for a password. Is there a way to disable this > "feature"? We have test systems that may sit idle for days and then are > expected to be available. > > Thanks, > -- > Bill Baker[/color] |
| |||
| Re: Vista asks for password even though disabled Thanks for the reply. I use powercfg to disable everything: %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-dc 0 %windir%\system32\powercfg.exe -CHANGE -disk-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -disk-timeout-dc 0 %windir%\system32\powercfg.exe -CHANGE -standby-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -standby-timeout-dc 0 %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-dc 0 Is there somewhere else where the passwords need to be disabled? I only see one option in the Advanced Power Management settings: +Additional Settings, +Require a password on wakeup, +Setting: No. Thanks, -- Bill Baker "HDFatBoy2003" wrote: [color=blue] > There are actually two options for the password. One, is for when you are on > battery and another for when you are plugged in. Maybe you changed only one > of them? > > "WB" <WB@discussions.microsoft.com> wrote in message > news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com...[color=green] > >I have "Require a password on wakeup" set to "No". I have no screen saver, > > and all power management settings are set to "Never". > > > > I've noticed that if I don't access the system for a day or two, when I > > come > > back to it, I am asked for a password. Is there a way to disable this > > "feature"? We have test systems that may sit idle for days and then are > > expected to be available. > > > > Thanks, > > -- > > Bill Baker[/color] >[/color] |
| |||
| Re: Vista asks for password even though disabled Thanks for the reply. I use powercfg to disable everything: %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-dc 0 %windir%\system32\powercfg.exe -CHANGE -disk-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -disk-timeout-dc 0 %windir%\system32\powercfg.exe -CHANGE -standby-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -standby-timeout-dc 0 %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-ac 0 %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-dc 0 Is there somewhere else where the passwords need to be disabled? I only see one option in the Advanced Power Management settings: +Additional Settings, +Require a password on wakeup, +Setting: No. Thanks, -- Bill Baker "HDFatBoy2003" wrote: [color=blue] > There are actually two options for the password. One, is for when you are on > battery and another for when you are plugged in. Maybe you changed only one > of them? > > "WB" <WB@discussions.microsoft.com> wrote in message > news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com...[color=green] > >I have "Require a password on wakeup" set to "No". I have no screen saver, > > and all power management settings are set to "Never". > > > > I've noticed that if I don't access the system for a day or two, when I > > come > > back to it, I am asked for a password. Is there a way to disable this > > "feature"? We have test systems that may sit idle for days and then are > > expected to be available. > > > > Thanks, > > -- > > Bill Baker[/color] >[/color] |
| |||
| Re: Vista asks for password even though disabled Don't think so. I think the User Account area is linked to the Power Config, so if you change one you change both. That is unless you have multiple user accounts on you system. Then you have to change the settings in both places. "WB" <WB@discussions.microsoft.com> wrote in message news:1F6331B9-D3FA-41AA-B07B-09025CEAEBCE@microsoft.com...[color=blue] > Thanks for the reply. I use powercfg to disable everything: > > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-dc 0 > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-dc 0 > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-dc 0 > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-dc 0 > > Is there somewhere else where the passwords need to be disabled? I only > see > one option in the Advanced Power Management settings: +Additional > Settings, > +Require a password on wakeup, +Setting: No. > > Thanks, > -- > Bill Baker > > > "HDFatBoy2003" wrote: >[color=green] >> There are actually two options for the password. One, is for when you are >> on >> battery and another for when you are plugged in. Maybe you changed only >> one >> of them? >> >> "WB" <WB@discussions.microsoft.com> wrote in message >> news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com...[color=darkred] >> >I have "Require a password on wakeup" set to "No". I have no screen >> >saver, >> > and all power management settings are set to "Never". >> > >> > I've noticed that if I don't access the system for a day or two, when I >> > come >> > back to it, I am asked for a password. Is there a way to disable this >> > "feature"? We have test systems that may sit idle for days and then are >> > expected to be available. >> > >> > Thanks, >> > -- >> > Bill Baker[/color] >>[/color][/color] |
| |||
| Re: Vista asks for password even though disabled Don't think so. I think the User Account area is linked to the Power Config, so if you change one you change both. That is unless you have multiple user accounts on you system. Then you have to change the settings in both places. "WB" <WB@discussions.microsoft.com> wrote in message news:1F6331B9-D3FA-41AA-B07B-09025CEAEBCE@microsoft.com...[color=blue] > Thanks for the reply. I use powercfg to disable everything: > > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-dc 0 > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-dc 0 > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-dc 0 > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-ac 0 > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-dc 0 > > Is there somewhere else where the passwords need to be disabled? I only > see > one option in the Advanced Power Management settings: +Additional > Settings, > +Require a password on wakeup, +Setting: No. > > Thanks, > -- > Bill Baker > > > "HDFatBoy2003" wrote: >[color=green] >> There are actually two options for the password. One, is for when you are >> on >> battery and another for when you are plugged in. Maybe you changed only >> one >> of them? >> >> "WB" <WB@discussions.microsoft.com> wrote in message >> news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com...[color=darkred] >> >I have "Require a password on wakeup" set to "No". I have no screen >> >saver, >> > and all power management settings are set to "Never". >> > >> > I've noticed that if I don't access the system for a day or two, when I >> > come >> > back to it, I am asked for a password. Is there a way to disable this >> > "feature"? We have test systems that may sit idle for days and then are >> > expected to be available. >> > >> > Thanks, >> > -- >> > Bill Baker[/color] >>[/color][/color] |
| |||
| Re: Vista asks for password even though disabled Just to make sure: To those Microsoft people monitoring this thread, this issue has not been resolved. Thanks, -- Bill Baker "HDFatBoy2003" wrote: [color=blue] > Don't think so. I think the User Account area is linked to the Power > Config, so if you change one you change both. That is unless you have > multiple user accounts on you system. Then you have to change the settings > in both places. > > "WB" <WB@discussions.microsoft.com> wrote in message > news:1F6331B9-D3FA-41AA-B07B-09025CEAEBCE@microsoft.com...[color=green] > > Thanks for the reply. I use powercfg to disable everything: > > > > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-dc 0 > > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-dc 0 > > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-dc 0 > > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-dc 0 > > > > Is there somewhere else where the passwords need to be disabled? I only > > see > > one option in the Advanced Power Management settings: +Additional > > Settings, > > +Require a password on wakeup, +Setting: No. > > > > Thanks, > > -- > > Bill Baker > > > > > > "HDFatBoy2003" wrote: > >[color=darkred] > >> There are actually two options for the password. One, is for when you are > >> on > >> battery and another for when you are plugged in. Maybe you changed only > >> one > >> of them? > >> > >> "WB" <WB@discussions.microsoft.com> wrote in message > >> news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com... > >> >I have "Require a password on wakeup" set to "No". I have no screen > >> >saver, > >> > and all power management settings are set to "Never". > >> > > >> > I've noticed that if I don't access the system for a day or two, when I > >> > come > >> > back to it, I am asked for a password. Is there a way to disable this > >> > "feature"? We have test systems that may sit idle for days and then are > >> > expected to be available. > >> > > >> > Thanks, > >> > -- > >> > Bill Baker > >>[/color][/color][/color] |
| |||
| Re: Vista asks for password even though disabled Just to make sure: To those Microsoft people monitoring this thread, this issue has not been resolved. Thanks, -- Bill Baker "HDFatBoy2003" wrote: [color=blue] > Don't think so. I think the User Account area is linked to the Power > Config, so if you change one you change both. That is unless you have > multiple user accounts on you system. Then you have to change the settings > in both places. > > "WB" <WB@discussions.microsoft.com> wrote in message > news:1F6331B9-D3FA-41AA-B07B-09025CEAEBCE@microsoft.com...[color=green] > > Thanks for the reply. I use powercfg to disable everything: > > > > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -monitor-timeout-dc 0 > > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -disk-timeout-dc 0 > > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -standby-timeout-dc 0 > > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-ac 0 > > %windir%\system32\powercfg.exe -CHANGE -hibernate-timeout-dc 0 > > > > Is there somewhere else where the passwords need to be disabled? I only > > see > > one option in the Advanced Power Management settings: +Additional > > Settings, > > +Require a password on wakeup, +Setting: No. > > > > Thanks, > > -- > > Bill Baker > > > > > > "HDFatBoy2003" wrote: > >[color=darkred] > >> There are actually two options for the password. One, is for when you are > >> on > >> battery and another for when you are plugged in. Maybe you changed only > >> one > >> of them? > >> > >> "WB" <WB@discussions.microsoft.com> wrote in message > >> news:B9649C65-A933-43CC-B8FD-DFD0F04B7CB4@microsoft.com... > >> >I have "Require a password on wakeup" set to "No". I have no screen > >> >saver, > >> > and all power management settings are set to "Never". > >> > > >> > I've noticed that if I don't access the system for a day or two, when I > >> > come > >> > back to it, I am asked for a password. Is there a way to disable this > >> > "feature"? We have test systems that may sit idle for days and then are > >> > expected to be available. > >> > > >> > Thanks, > >> > -- > >> > Bill Baker > >>[/color][/color][/color] |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| safe mode asks for password | bob urz | Windows XP | 3 | 11-20-2007 07:00 AM |
| XP randomly asks for password or password doesn't work problem. GET ACCESS TO USER ACCOUNT WITH PASSWORD | Dooger@the.dog.house | Windows XP | 0 | 04-23-2007 08:00 PM |
| XP randomly asks for user password!! | lacenaepronta@gmail.com | Windows XP | 1 | 01-25-2007 12:00 AM |
| XP backup asks for password | kensue | Windows XP | 2 | 01-04-2007 03:04 AM |
| Vista asks for password even though pw disabled | WB | Windows Vista | 0 | 01-02-2007 10:54 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |