Screensaver Weirdness

P

Peter

When I tap the mouse to exit my screensaver I get the "turn off computer"
message (with the restart, turn off, standby buttons). If I click "cancel"
it goes away and all is well. How do I fix this?

Peter
 
W

Wesley Vogel

Right click the Desktop | Properties | Screen Saver tab |
UNSelect the On resume, password protect check box.
If Fast User Switching is turned on, UNSelect the On resume, display Welcome
screen check box. | Click Apply | Click OK

On resume
[[Specifies whether the logon window is displayed when you resume using
the computer after the screen saver has started running. If logging on
requires a password, you will have to type the password when you resume
work.]]

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
P

Peter

"On resume password protect" is not checked. "On resume display Welcome
Screen" is not checked. Anyway, it's not the Welcome screen that I'm seeing
it's the "turn off computer" screen. Fast User Switchung is turned on,
should I turn it off?

Peter

Wesley Vogel said:
Right click the Desktop | Properties | Screen Saver tab |
UNSelect the On resume, password protect check box.
If Fast User Switching is turned on, UNSelect the On resume, display Welcome
screen check box. | Click Apply | Click OK

On resume
[[Specifies whether the logon window is displayed when you resume using
the computer after the screen saver has started running. If logging on
requires a password, you will have to type the password when you resume
work.]]

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
When I tap the mouse to exit my screensaver I get the "turn off computer"
message (with the restart, turn off, standby buttons). If I click "cancel"
it goes away and all is well. How do I fix this?

Peter
 
W

Wesley Vogel

Peter,

Make sure that this one is not checked.

Open Power Options Properties...
Start | Run | Type: powercfg.cpl | Click OK |
Advanced tab | UNCheck:
Prompt for password when computer resumes from standby |
Click Apply | Click OK

Prompt for password when computer resumes from standby
[[Prompts you for your Windows password when you bring your computer out of
standby.]]

You might try this also...

232. Lift Screen Saver Restrictions - Admin
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
"On resume password protect" is not checked. "On resume display Welcome
Screen" is not checked. Anyway, it's not the Welcome screen that I'm
seeing it's the "turn off computer" screen. Fast User Switchung is turned
on, should I turn it off?

Peter

Wesley Vogel said:
Right click the Desktop | Properties | Screen Saver tab |
UNSelect the On resume, password protect check box.
If Fast User Switching is turned on, UNSelect the On resume, display
Welcome screen check box. | Click Apply | Click OK

On resume
[[Specifies whether the logon window is displayed when you resume using
the computer after the screen saver has started running. If logging on
requires a password, you will have to type the password when you resume
work.]]

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
When I tap the mouse to exit my screensaver I get the "turn off
computer" message (with the restart, turn off, standby buttons). If I
click "cancel" it goes away and all is well. How do I fix this?

Peter
 
P

Peter

"Prompt for password when computer resumes from standby" is not checked and
in any case my problem isn't about resuming from standby. No offense to
Kelly but I don't go sticking stuff into my registry without knowing why and
"Lift Screen Saver Restrictions - Admin" doesn't mean much to me. Does he or
she explain somewhere what that registry edit does?

Peter

Wesley Vogel said:
Peter,

Make sure that this one is not checked.

Open Power Options Properties...
Start | Run | Type: powercfg.cpl | Click OK |
Advanced tab | UNCheck:
Prompt for password when computer resumes from standby |
Click Apply | Click OK

Prompt for password when computer resumes from standby
[[Prompts you for your Windows password when you bring your computer out of
standby.]]

You might try this also...

232. Lift Screen Saver Restrictions - Admin
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
"On resume password protect" is not checked. "On resume display Welcome
Screen" is not checked. Anyway, it's not the Welcome screen that I'm
seeing it's the "turn off computer" screen. Fast User Switchung is turned
on, should I turn it off?

Peter

Wesley Vogel said:
Right click the Desktop | Properties | Screen Saver tab |
UNSelect the On resume, password protect check box.
If Fast User Switching is turned on, UNSelect the On resume, display
Welcome screen check box. | Click Apply | Click OK

On resume
[[Specifies whether the logon window is displayed when you resume using
the computer after the screen saver has started running. If logging on
requires a password, you will have to type the password when you resume
work.]]

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Peter <[email protected]> hunted and pecked:
When I tap the mouse to exit my screensaver I get the "turn off
computer" message (with the restart, turn off, standby buttons). If I
click "cancel" it goes away and all is well. How do I fix this?

Peter
 
W

Wesley Vogel

Does he or she explain somewhere what that registry edit does?

She.

Second sentence in the instructions at the top of the page.

REG files can be viewed in Notepad by right clicking on the file and
selecting Edit.

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaverIsSecure"="0"
"ScreenSaveTimeOut"="600"
"ScreenSaveActive"="1"

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control
Panel\Desktop]
"ScreenSaveActive"=dword:00000001
"SCRNSAVE.EXE"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Policies\Microsoft\Windows\Control Panel\Desktop]
"ScreenSaveActive"="1"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explor
er]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
bjects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explore
r]
"**del.NoSaveSettings"=-
------------------

HKEY_CURRENT_USER\Control Panel\Desktop

ScreenSaverIsSecure
0 - Screen savers are not password-protected.
1 - All screen savers are password-protected.

ScreenSaveTimeOut
equal the screen saver timeout in seconds. 600 = 10 minutes

ScreenSaveActive
0 to disable or 1 to enable the login screen saver.

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\
Control Panel\Desktop

ScreenSaveActive
0 = disable screen savers, 1 = default

SCRNSAVE.EXE
Specifies the name of the screen saver executable file.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\
Group Policy Objects\LocalUser\Software\Policies\Microsoft\Windows\
Control Panel\Desktop

ScreenSaveActive
0 = disable screen savers, 1 = default

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer
and
HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Group Policy bjects\LocalUser\Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer

NoSaveSettings
Prevents users from saving certain changes to the desktop. Users can
change the desktop, but some changes, such as the positions of open windows
or the size and position of the taskbar, are not saved when users log off.
Shortcuts placed on the desktop are always saved.

If NoSaveSettings does not exist, it is the same as if it were set 0, the
policy is disabled or not configured. Changes to the desktop are saved.

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer

"**del.NoSaveSettings"=-
Deletes NoSaveSettings if it exists.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
"Prompt for password when computer resumes from standby" is not checked
and in any case my problem isn't about resuming from standby. No offense
to Kelly but I don't go sticking stuff into my registry without knowing
why and "Lift Screen Saver Restrictions - Admin" doesn't mean much to me.
Does he or she explain somewhere what that registry edit does?

Peter

Wesley Vogel said:
Peter,

Make sure that this one is not checked.

Open Power Options Properties...
Start | Run | Type: powercfg.cpl | Click OK |
Advanced tab | UNCheck:
Prompt for password when computer resumes from standby |
Click Apply | Click OK

Prompt for password when computer resumes from standby
[[Prompts you for your Windows password when you bring your computer out
of standby.]]

You might try this also...

232. Lift Screen Saver Restrictions - Admin
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
"On resume password protect" is not checked. "On resume display Welcome
Screen" is not checked. Anyway, it's not the Welcome screen that I'm
seeing it's the "turn off computer" screen. Fast User Switchung is
turned on, should I turn it off?

Peter

Right click the Desktop | Properties | Screen Saver tab |
UNSelect the On resume, password protect check box.
If Fast User Switching is turned on, UNSelect the On resume, display
Welcome screen check box. | Click Apply | Click OK

On resume
[[Specifies whether the logon window is displayed when you resume using
the computer after the screen saver has started running. If logging on
requires a password, you will have to type the password when you resume
work.]]

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Peter <[email protected]> hunted and pecked:
When I tap the mouse to exit my screensaver I get the "turn off
computer" message (with the restart, turn off, standby buttons). If I
click "cancel" it goes away and all is well. How do I fix this?

Peter
 
P

Peter

I have no idea what most of that means, but the parts of it I do understand
("All screen savers are password-protected", "Prevents users from saving
certain changes to the desktop" etc.) don't have anything to do with my
problem.

But hey, I think I got it licked. My problem happens when I exit the
screensaver by nudging my mouse, so I'm thinking maybe something is screwey
with Intellipoint. Time to reinstall.

Awhile back I bought myself a Logitech wireless desktop set (keyboard and
mouse). Love the keyboard, not so crazy about the mouse. So I ditched the
mouse and went back to my beloved Microsoft wireless optical mouse. Just
love that smooth scrolling. Problem is, the Logitech software I installed is
for a keyboard and a mouse - that's what I bought, after all - so when I
went to reinstall Intellipoint, Steve Ballmer says "not so fast, can't have
two mouse programs on the computer." Well Logitech doesn't care if I use
somebody else's mouse so I ditched Intellipoint. Never liked it anyway. It
always says the batteries are good when they're dead as doornails.

Ever since then everything is wonderful. No more "turn off computer"
messages when I leave the screensaver. I tried it over and over last night.
So maybe the whole thing was because I had Logitech's mouse software and
Microsoft's mouse software on my computer at the same time. If the problem
doesn't come back by the end of the weekend, I think it's really gone. I'll
let you know on Monday. Hey thanks for sticking with me all this time.

Peter

Wesley Vogel said:
Does he or she explain somewhere what that registry edit does?

She.

Second sentence in the instructions at the top of the page.

REG files can be viewed in Notepad by right clicking on the file and
selecting Edit.

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaverIsSecure"="0"
"ScreenSaveTimeOut"="600"
"ScreenSaveActive"="1"

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control
Panel\Desktop]
"ScreenSaveActive"=dword:00000001
"SCRNSAVE.EXE"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Policies\Microsoft\Windows\Control Panel\Desktop]
"ScreenSaveActive"="1"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explor
er]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
bjects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explore
r]
"**del.NoSaveSettings"=-
------------------

HKEY_CURRENT_USER\Control Panel\Desktop

ScreenSaverIsSecure
0 - Screen savers are not password-protected.
1 - All screen savers are password-protected.

ScreenSaveTimeOut
equal the screen saver timeout in seconds. 600 = 10 minutes

ScreenSaveActive
0 to disable or 1 to enable the login screen saver.

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\
Control Panel\Desktop

ScreenSaveActive
0 = disable screen savers, 1 = default

SCRNSAVE.EXE
Specifies the name of the screen saver executable file.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\
Group Policy Objects\LocalUser\Software\Policies\Microsoft\Windows\
Control Panel\Desktop

ScreenSaveActive
0 = disable screen savers, 1 = default

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer
and
HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Group Policy bjects\LocalUser\Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer

NoSaveSettings
Prevents users from saving certain changes to the desktop. Users can
change the desktop, but some changes, such as the positions of open windows
or the size and position of the taskbar, are not saved when users log off.
Shortcuts placed on the desktop are always saved.

If NoSaveSettings does not exist, it is the same as if it were set 0, the
policy is disabled or not configured. Changes to the desktop are saved.

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer

"**del.NoSaveSettings"=-
Deletes NoSaveSettings if it exists.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
"Prompt for password when computer resumes from standby" is not checked
and in any case my problem isn't about resuming from standby. No offense
to Kelly but I don't go sticking stuff into my registry without knowing
why and "Lift Screen Saver Restrictions - Admin" doesn't mean much to me.
Does he or she explain somewhere what that registry edit does?

Peter

Wesley Vogel said:
Peter,

Make sure that this one is not checked.

Open Power Options Properties...
Start | Run | Type: powercfg.cpl | Click OK |
Advanced tab | UNCheck:
Prompt for password when computer resumes from standby |
Click Apply | Click OK

Prompt for password when computer resumes from standby
[[Prompts you for your Windows password when you bring your computer out
of standby.]]

You might try this also...

232. Lift Screen Saver Restrictions - Admin
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Peter <[email protected]> hunted and pecked:
"On resume password protect" is not checked. "On resume display Welcome
Screen" is not checked. Anyway, it's not the Welcome screen that I'm
seeing it's the "turn off computer" screen. Fast User Switchung is
turned on, should I turn it off?

Peter

Right click the Desktop | Properties | Screen Saver tab |
UNSelect the On resume, password protect check box.
If Fast User Switching is turned on, UNSelect the On resume, display
Welcome screen check box. | Click Apply | Click OK

On resume
[[Specifies whether the logon window is displayed when you resume using
the computer after the screen saver has started running. If logging on
requires a password, you will have to type the password when you resume
work.]]

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Peter <[email protected]> hunted and pecked:
When I tap the mouse to exit my screensaver I get the "turn off
computer" message (with the restart, turn off, standby buttons). If I
click "cancel" it goes away and all is well. How do I fix this?

Peter
 
W

Wesley Vogel

I will admit that I would probably never have figured Logitech software and
a Microsoft wireless optical mouse.

Glad you figured it out. Keep having fun.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
I have no idea what most of that means, but the parts of it I do
understand ("All screen savers are password-protected", "Prevents users
from saving certain changes to the desktop" etc.) don't have anything to
do with my problem.

But hey, I think I got it licked. My problem happens when I exit the
screensaver by nudging my mouse, so I'm thinking maybe something is
screwey with Intellipoint. Time to reinstall.

Awhile back I bought myself a Logitech wireless desktop set (keyboard and
mouse). Love the keyboard, not so crazy about the mouse. So I ditched the
mouse and went back to my beloved Microsoft wireless optical mouse. Just
love that smooth scrolling. Problem is, the Logitech software I installed
is for a keyboard and a mouse - that's what I bought, after all - so when
I went to reinstall Intellipoint, Steve Ballmer says "not so fast, can't
have two mouse programs on the computer." Well Logitech doesn't care if I
use somebody else's mouse so I ditched Intellipoint. Never liked it
anyway. It always says the batteries are good when they're dead as
doornails.

Ever since then everything is wonderful. No more "turn off computer"
messages when I leave the screensaver. I tried it over and over last
night. So maybe the whole thing was because I had Logitech's mouse
software and Microsoft's mouse software on my computer at the same time.
If the problem doesn't come back by the end of the weekend, I think it's
really gone. I'll let you know on Monday. Hey thanks for sticking with me
all this time.

Peter

Wesley Vogel said:
Does he or she explain somewhere what that registry edit does?

She.

Second sentence in the instructions at the top of the page.

REG files can be viewed in Notepad by right clicking on the file and
selecting Edit.

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaverIsSecure"="0"
"ScreenSaveTimeOut"="600"
"ScreenSaveActive"="1"

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control
Panel\Desktop]
"ScreenSaveActive"=dword:00000001
"SCRNSAVE.EXE"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Policies\Microsoft\Windows\Control
Panel\Desktop] "ScreenSaveActive"="1"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explor
er]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
bjects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
]
"NoSaveSettings"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explore
r]
"**del.NoSaveSettings"=-
------------------

HKEY_CURRENT_USER\Control Panel\Desktop

ScreenSaverIsSecure
0 - Screen savers are not password-protected.
1 - All screen savers are password-protected.

ScreenSaveTimeOut
equal the screen saver timeout in seconds. 600 = 10 minutes

ScreenSaveActive
0 to disable or 1 to enable the login screen saver.

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\
Control Panel\Desktop

ScreenSaveActive
0 = disable screen savers, 1 = default

SCRNSAVE.EXE
Specifies the name of the screen saver executable file.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\
Group Policy Objects\LocalUser\Software\Policies\Microsoft\Windows\
Control Panel\Desktop

ScreenSaveActive
0 = disable screen savers, 1 = default

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer
and
HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Group Policy bjects\LocalUser\Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer

NoSaveSettings
Prevents users from saving certain changes to the desktop. Users can
change the desktop, but some changes, such as the positions of open
windows or the size and position of the taskbar, are not saved when
users log off. Shortcuts placed on the desktop are always saved.

If NoSaveSettings does not exist, it is the same as if it were set 0, the
policy is disabled or not configured. Changes to the desktop are saved.

HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\
Windows\CurrentVersion\Policies\Explorer

"**del.NoSaveSettings"=-
Deletes NoSaveSettings if it exists.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Peter said:
"Prompt for password when computer resumes from standby" is not checked
and in any case my problem isn't about resuming from standby. No offense
to Kelly but I don't go sticking stuff into my registry without knowing
why and "Lift Screen Saver Restrictions - Admin" doesn't mean much to
me. Does he or she explain somewhere what that registry edit does?

Peter

Peter,

Make sure that this one is not checked.

Open Power Options Properties...
Start | Run | Type: powercfg.cpl | Click OK |
Advanced tab | UNCheck:
Prompt for password when computer resumes from standby |
Click Apply | Click OK

Prompt for password when computer resumes from standby
[[Prompts you for your Windows password when you bring your computer
out of standby.]]

You might try this also...

232. Lift Screen Saver Restrictions - Admin
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Peter <[email protected]> hunted and pecked:
"On resume password protect" is not checked. "On resume display
Welcome Screen" is not checked. Anyway, it's not the Welcome screen
that I'm seeing it's the "turn off computer" screen. Fast User
Switchung is turned on, should I turn it off?

Peter

Right click the Desktop | Properties | Screen Saver tab |
UNSelect the On resume, password protect check box.
If Fast User Switching is turned on, UNSelect the On resume, display
Welcome screen check box. | Click Apply | Click OK

On resume
[[Specifies whether the logon window is displayed when you resume
using the computer after the screen saver has started running. If
logging on requires a password, you will have to type the password
when you resume work.]]

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Peter <[email protected]> hunted and pecked:
When I tap the mouse to exit my screensaver I get the "turn off
computer" message (with the restart, turn off, standby buttons). If
I click "cancel" it goes away and all is well. How do I fix this?

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top