Windows 7 Forums


Windows 7: Desktop 'Error' pop up

18 Feb 2012   #1

Windows 7
 
 
Desktop 'Error' pop up

I am constantly getting a pop up message that simply says 'Error' on my desktop.

A screenshot is attached.

Can any explain this please?

Attached Thumbnails
Desktop 'Error' pop up-error.png  
My System SpecsSystem Spec

19 Feb 2012   #2

Windows 7 Home Premium x64 SP1
Bay Area Peninsula
 
 

Welcome to Seven Forum denis06. Does this only happen on the desktop, with no programs open? I see an icon on your taskbar a red circle with PC in it, is that an open program? Is it always open when this error occurs? If the error is predictable, you can try booting to safe mode to see if it occurs there. If not, I'd try a clean boot to see if the problem is being caused by a program.

Troubleshoot Application Conflicts by Performing a Clean Startup

A Guy
My System SpecsSystem Spec
19 Feb 2012   #3

Windows 7 Ultimate x64
 
 

Hi Denis06

That's very little info.
The cause may come from many programs.
When I see this, I also think immediately of a VBScript
which is easy to write (Could also be a joke that someone has played on you)

If I would place a VBScript in your startup folder, which looks like below,
you would get a similar error on a random basis.
If you would execute this script, it would not stop until you would terminate wscript.exe in Task Manager,
and/or delete the script and reboot your PC.

Code:
max = 100000 'we use 1 minute and 40 seconds as a limit on which the script will randomly start
min = 1000 'the script will start after 1 second and randomly start the Error within 1 minute and 40 seconds
'as you will understand these numbers are customizable
Do
Randomize
WScript.Sleep (Int((max-min+1)*Rnd+min))
MsgBox "", 48 + 4096, "Error"
Loop
Do you know when you saw this error the first time ?

Sweet
My System SpecsSystem Spec
.


Reply

 Desktop 'Error' pop up problems?



Thread Tools



Similar help and support threads for: Desktop 'Error' pop up
Thread Forum
Error booting up desktop PC. BSOD Help and Support
Need help with Windows 7, right click error on desktop General Discussion
PTC Pro/DESKTOP 8 Error Software
Remote Desktop password error Network & Sharing
Magic Desktop Error!! Software


All times are GMT -5. The time now is 02:12 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32