re: Opening window takes over screen
Wednesday, July 21, 2010 at 9:27 am Windows XP Annoyances Discussion Forum
Posted by AndyP
(506 messages posted)
apparently your opened programs are attempting to
steal focus when there is some activity in them.
if so, a simple registry tweak can fix that.
open up either the command prompt or start-run box,
then copy over the following one-line
command:
reg add "HKCU\Control Panel\Desktop" /v
ForegroundLockTimeout /d REG_DWORD /d 200000 /f
press the Return/Enter key to execute.
restart or logoff to effect the change.
|