BleepingComputer.com: Logging in to WinXP,wont let me log in

Jump to content

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Logging in to WinXP,wont let me log in MOVED from AII~~boopme

#31 User is offline   dira 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 45
  • Joined: 14-September 10
  • Gender:Male
  • Location:NJ USA

Posted 08 February 2012 - 07:30 PM

! REG.EXE VERSION 3.0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Userinit REG_SZ C:\WINDOWS\system32\userinit.exe,

#32 User is offline   NeverSayDie 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Malware Study Hall Sophomore
  • Posts: 801
  • Joined: 09-January 12
  • Gender:Male
  • Location:New Jersey

Posted 08 February 2012 - 07:43 PM

Good, that's what it should be. If it was the Spybot problem it would be blank, misspelled or set to something wrong.

You can delete checkreg.bat and checkreg.txt from your desktop.

Since you had that Excel problem, we can see if the problem is there.

That is most commonly a sign that Excel is receiving a 'MouseDown' event from the left mouse button. If possible try using another mouse or make sure that it is not dirty or sticky under the left button.

I wrote and ran a quick little program on a virtual XP machine just now and I confirmed that if it believes that it is receiving a 'MouseDown' event from the left mouse button, the user selection at start up exhibits exactly the behavior that you described (arrow key not turning into hand and not allowing me to select a user).

Let me know if you are able to try another mouse.

James

This post has been edited by NeverSayDie: 08 February 2012 - 07:45 PM


#33 User is offline   dira 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 45
  • Joined: 14-September 10
  • Gender:Male
  • Location:NJ USA

Posted 08 February 2012 - 08:41 PM

I used another mouse and the same thing is happening.

#34 User is offline   NeverSayDie 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Malware Study Hall Sophomore
  • Posts: 801
  • Joined: 09-January 12
  • Gender:Male
  • Location:New Jersey

Posted 08 February 2012 - 09:00 PM

Okay, next item to check is the keyboard. Are any of the keys sticking?

Either try another keyboard or turn off the computer and tap each key a few times to make sure that they feel okay and then boot up the computer and see if there is any change.

Pay particular attention to keys like alt ctrl and shift.

Some of the things you said previously point towards sticky keyboard or mouse like

Quote

I cannot save any of the files you asked me to download. When I click on the link you provided and than click on "save file" it just freezes up firefox and I have to close it. I tried it with both links for GMER and RKill


and

Quote

My internet browsers are acting a little weird. In Firefox, I cant close or minimize the screen by clicking on the x on top or the minimize icon next to it, I can only do it thru the toolbar.
In Chrome, if i open a new tab than the old one closes by itself and i can not click on the tools tab.


So I think it's worth it to keep looking in this direction.

Also, are you using a Logitech mouse and keyboard?

Are they USB or PS/2?

Do you have a touchpad attached?

James

#35 User is offline   dira 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 45
  • Joined: 14-September 10
  • Gender:Male
  • Location:NJ USA

Posted 08 February 2012 - 09:42 PM

I checked the keyboard and it doesnt seem to be a problem. I changed the mouse again just to make sure and I still have the same issues. I am using a Logitech mouse & keyboard. They are connected thru USB. I do not have a touchpad attached to it but I do have a touchpad using the same wifi

#36 User is offline   NeverSayDie 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Malware Study Hall Sophomore
  • Posts: 801
  • Joined: 09-January 12
  • Gender:Male
  • Location:New Jersey

Posted 08 February 2012 - 09:52 PM

I did some more research and everything comes up with it being a stuck left mouse button or two mice (maybe a touchpad and a mouse) attached to the computer and one has the left mouse button pushed down :)

If your mouse is not wireless, did you ever have a wireless mouse on that computer and maybe have the receiver still plugged into the computer? If you do, there may be a wireless mouse nearby in a drawer or a box that has its left mouse button pushed down and the receiver is detecting it.

I'll keep looking into it and let you know if I come up with anything else.

James

#37 User is offline   dira 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 45
  • Joined: 14-September 10
  • Gender:Male
  • Location:NJ USA

Posted 08 February 2012 - 10:13 PM

I disconnected all the wireless devices and unplugged the wireless USB and plugged in wired mouse and keyboard. I'm still having the same issues

#38 User is offline   NeverSayDie 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Malware Study Hall Sophomore
  • Posts: 801
  • Joined: 09-January 12
  • Gender:Male
  • Location:New Jersey

Posted 08 February 2012 - 10:30 PM

Is the login issue the only one you are currently having or are you still having Excel and browser issues?

The thing that my research keeps coming back to is this. After a program receives the MouseDown message, in many instances (like your Excel issue or not being able to click Save File in the browser context menu) the program waits for a MouseUp message before doing the next action (like stopping selecting cells in Excel or actually saving the file in the browser context menu). What most people call a click, a programmer calls a MouseDown event followed by a MouseUp event. Your problems all seem to have a missing MouseUp event as the common denominator.

Have you added any custom key mapping commands to mouse buttons in your Logitech SetPoint software?

I'll keep looking into this for what else it could be. Maybe someone else has seen this before. :)

James

#39 User is offline   NeverSayDie 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Malware Study Hall Sophomore
  • Posts: 801
  • Joined: 09-January 12
  • Gender:Male
  • Location:New Jersey

Posted 08 February 2012 - 10:46 PM

A couple of years ago, I wrote a tutorial on how to drag and drop objects on an HTML5 canvas, it uses the mouse up event for the "drop" part of the drag and drop. Here is the demo page that I wrote...

EDIT: removed link, not needed anymore

Are you able to drag and drop the square on the canvas? It's the 'drop' part that I think you may have an issue with.

James

This post has been edited by NeverSayDie: 09 February 2012 - 12:03 AM


#40 User is offline   dira 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 45
  • Joined: 14-September 10
  • Gender:Male
  • Location:NJ USA

Posted 08 February 2012 - 10:51 PM

I think my problem is solved, thanks to you!! :thumbsup:

I did 2 things and I'm not sure which one did it.

1) I found a small USB plug that connected my mouse which I hadnt seen before. I disconnected all USB and wirless devices and reconnected a new wireless mouse with the same wireless keyboard.

2) I uninstalled Avira Anti virus & installed Avast.

All the problems that I mentioned including the Excel problem are GONE!

It may be that my previous wireless mouse was the problem. How can we find out?

Thanks

This post has been edited by dira: 08 February 2012 - 11:22 PM


#41 User is offline   NeverSayDie 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Malware Study Hall Sophomore
  • Posts: 801
  • Joined: 09-January 12
  • Gender:Male
  • Location:New Jersey

Posted 09 February 2012 - 12:01 AM

Yay!

I'm 90% sure that was it.

Those receivers are tiny LOL!

Thanks for giving me a learning adventure that I won't forget. That was a tricky one.

James

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users