|
|
|
|
![]() ![]() |
Mar 23 2006, 06:11 AM
Post
#21
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 30 Joined: 23-March 06 Member No.: 20,545 |
most likely spyware! do a spyware scan and stuff
|
|
|
|
Mar 24 2006, 10:41 PM
Post
#22
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 425 Joined: 19-October 04 From: long island, ny Member No.: 1,831 |
Some tips:
|
|
|
|
Apr 24 2006, 07:03 AM
Post
#23
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 54 Joined: 24-April 06 Member No.: 22,375 |
I also have allmost the same problem , but my my startup item slow down the my window speed , please tell me how to control the startup itmes...please
I also have allmost the same problem , but my my startup item slow down the my window speed , please tell me how to control the startup itmes...please |
|
|
|
Nov 4 2007, 09:31 AM
Post
#24
|
|
|
Guest Feedbacks ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
Try This
1- Ctlr+Alt+Delete to- Run explorer.exe 3- go to Windows 4- copy explorer.exe (the larger one) 5- Paste Shortcut in C:\Documents and Settings\All Users\Start Menu\Programs\Startup it's just a temp. solution -Dr.Bat |
|
|
|
Nov 13 2007, 08:32 PM
Post
#25
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 24 Joined: 13-November 07 Member No.: 52,969 |
Chances are that something has messed up your 'userinit.exe' file. I had this problem a while ago, a virus was eating my computer too.
Luckily I had Ubuntu dual booted onto my system and I set NTFS permissions and replaces userinit.exe with a new one. |
|
|
|
Dec 5 2007, 05:29 PM
Post
#26
|
|
|
Guest Feedbacks ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
Yes I agree but am puzzled I run vista my pals pc doesnt show desktop but can only find one explorer.exe in windows you said there was a bigger one where?? please is it the one I found in windows and is only to.83mbs please help
please help me ((Trap FeedBacker)) -mike |
|
|
|
Feb 12 2008, 04:35 PM
Post
#27
|
|
|
Guest Feedbacks ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
I don't know why but after adding a laptop to the domain at work, the machine will get his problem 1/15 times it boots (average). I believe the cause is that the computer is unable to connect to the domain for some reason, but I do have a quick fix (per boot).
Pres Ctrl+alt+del and choose Task Manager. Click File/New Task(Run) Type the following in the windows that appears: explorer.Exe and hit ok. Your desktop should come up. -Tony Vida; TK 3204; Austin, Tx |
|
|
|
Apr 3 2008, 06:33 AM
Post
#28
|
|
|
Guest Feedbacks ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
Thank you so much
Desktop Doesn\'t Load Replying to Trap FeedBacker I don't know if you will read this, but you are my personal hero. I was so scared when this happened, because I am on someone elses computer. I was close to tears, thank you so much. -reply by Thomas |
|
|
|
Apr 12 2008, 11:26 AM
Post
#29
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 43 Joined: 8-December 07 Member No.: 54,414 |
THIS IS WHAT YOU NEED IF YOU DONT WANT TO READ THE EXPLANATION Background to come to the problem: I was recently coding a virus in Visual Basic, when I stupidly ran one, when i was just trying to see the source code. I was in luck, as I knew the basic activities it would do, so I terminated everything before it did too much damage. When I reloaded my computer my desktop wasnt there, like all the other cases. Solution:I checked the source code, and noticed a few things CODE Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun", "1" Shl.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDesktop", "1", "REG_DWORD" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind", 1, "REG_DWORD" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr", "1" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools", "1", "REG_DWORD" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun", 1, "REG_BINARY" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoClose", 1, "REG_BINARY" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLogOff", 1, "REG_BINARY" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives", "67108863", "REG_DWORD" To those of you who cant understand this, it is code in Visual Basic that adds new entries to your registry, screwing it up in certain situations. Because i knew what to do, i was able to manually remove all of these, i am also supplying you guys w/ these programs that can fix them. I included one program per problem. Downloading the wrong one, that you do not have a problem with, will not negatively affect your computer, it will just display a message stating that there is no need for it. Problem: Windows Don't Close When I Tell Them To Problem: The Search Button on the Start Menu is Missing Problem: Desktop Won't Load, Taskbar Still Does Though Problem: The Run Button on the Start Menu is Missing Problem: I Can't Log Off Problem: I Can't Access "regedit.exe" or there is problems with the Registry Problem: TaskManager is Disabled (excellent for accounts without adminstrative attributes to be able to access it) So, overall, dont download anything that might have a virus, this is probably where you got it. If you find all of these problems together, you got it from a P2P filesharing program, or someone sent it to you over AIM. I will have a website at http://VULC4N.t35.com within a day or two, so check there for more vaccines or maybe even viruses, idk. thank you for reading this, btw Vulcan is the Roman God that is the Blacksmith of the Underworld If you need to contact me my AIM s/n is VULC4NofHAX and my email is vulc4n.hax@gmail.com Thanks for that, guest. But I think he don't have a virus because taskmanager is NOT disabled. Which virus won't disable that? M |