Your Ad Here

Friday, April 24, 2009

Vista sound problem!

I just installed a clean install of vista, and I noticed that I only get 2.1 sound. I have a TerraTec 5.1 FUN PCI sound card, which I installed the drivers for. I connect my speaker system to the soundcard using three 3.5mm jacks. When I play a test sound, all the speakers makes a sound, but elsewhere I only get 2.1 sound! Anyone know how to solve this problem?

Heres a picture of my settings http://img244.imageshack.us/img244/3540/aureon.jpg

Read More...
Your Ad Here

How To Bypass Your ISP And/or Your Country Restrictions

“Site is blocked”, “the administrator has blocked this site”, “Error 403 Forbidden Unauthorized”. All of this is just example of the frustrated error messages you get if you were trying to access website that has been blocked, may be you at work and the administrator is blocking some cretin sites, or may be your ISP [...]


Related posts:
  1. How to Access Blocked Websites
  2. Making Vista Faster a Complete How To Guide Part One
  3. Proxy Sites


Read More...
Your Ad Here

pathfinding algorithm

I'm making a tower defense game in python similar to Desktop Tower Defense.
I've written a dijkstra pathfinding algorithm that should be run every time a tower is placed. it should be run for start to finish, as well as once for every creep on the map.
However, it takes far too long for only a 48 X 64 grid even for just a single path.
am i taking the wrong approach or if something is causing my algorithm to be inneficient can someone point out to me what it may be?

Code:
---------
dir_x = [ 0, 1, 1, 1, 0,-1,-1,-1]
dir_y = [-1,-1, 0, 1, 1, 1, 0,-1]
inf = float('inf')
sqrt2 = math.sqrt(2)
# find_path
# defines the path that the enemy should follow.
# returns list of nodes which is the shortest path from tuple coordinate xy to the closest end point.
# if no path exists then returns None
# map is a map object
# end is a list of tuple coordinates where the end spaces are
def find_path(map, end, xy):
grid = map.grid
y = len(grid)
x = len(grid[0])
startx,starty = xy[0],xy[1]
pq = []
dd = []
for i in range(y):
dd.append([])
for j in range(x):
dd[i].append(None)
dd[starty][startx] = Node((startx,starty))
dd[starty][startx].distance = 0.0
heappush(pq, dd[starty][startx])
try:
while pq[0] is not None:
curr = heappop(pq)
for i in range(8):
d = 0.0
u = curr.x + dir_x[i]
v = curr.y + dir_y[i]
if i%2 is 1:
d = sqrt2
else:
d = 1.0
if u < 0 or u >= x or v < 0 or v >= y:
continue
if grid[v][u] is 'x':
continue
next = Node((u,v))
next.distance = curr.distance + d
next.direction = i
next.prev = curr
try:
if dd[v][u] is None or next < dd[v][u]:
dd[v][u] = next
heappush(pq,next)
except ValueError:
pass
#end while
except IndexError:
pass
res = []
end.sort()
try:
next = dd[end[0][1]][end[0][0]]
if next is not None and next.distance is inf:
return None
else:
while next is not None and next.prev is not None:
res.append((next.x,next.y))
next = next.prev
except IndexError:
return None
res.sort()
return res
---------


Read More...
Your Ad Here

please help me

hey i just purchased my Sony VAIO VGC-JS190J all-in-one PC and its a pretty good unit how ever i the main reason for purchasing it was to play my Microsoft fsx. i am able to play the game but i have had to drastically give up most of the graphics or/ have had to turn down the settings on the fsx so the fsx game would play smoothly without any lagging. Its not the worst but i wanna know if Sony or anyone else makes any better graphic cards for the Sony unit? any help would be appreciated.

Read More...
Your Ad Here

Wednesday, April 22, 2009

How to watch DVD files in Mobile Phone 3gp for Free

Its always useful to have a freeware to convert DVD files to 3gp mobile format so that you rip the video files to watch in your mobile devices while you are travelling and to show your friends or for other reasons.
Gogo DVD to 3gp converter is one of the very easy tool to do this [...]


Related posts:
  1. Foxit Reader The Best Adobe Reader Alternative
  2. How to Change Your Voice In Skye With Skype Voice Changer
  3. How To Enable Hotmail POP3 and SMTP in all countries


Read More...
Your Ad Here

How To Make your IE8 Even Faster with Simple Tweak

Ever since Microsoft released IE8 Beta i loved it, i have to say that Microsoft really did their homework there is huge improvement in IE8 and its good step in the right direction
But Microsoft has taken tremendous amount of effort to bring the standards in IE8 as they have been trying with Windows 7 [...]


Related posts:
  1. How To Make Windows Vista Shut Down Faster
  2. How To Surf Web Faster Using OpenDNS
  3. How To Use Torrent a Complete Beginner’s Guide


Read More...
Your Ad Here

Repair CD/DVD Writer

Does anybody know of any utility that will repair the registry entrees in XP for Optical Drives? Or heard of anything just refresh it to when windows was first installed?

I have a Samsung WriteMaster that Ive owned for a few years. Problem is, I used to use Daemon Tools on my machine and when I uninstalled it, it corrupted something in the registry and I cant get the burner to be recognized fully by windows. Windows can "Eject" it, but thats about it. I get an "E: is not accessible." "Incorrect function." error, when I try to open it where it should normally say "Please insert a disk into drive F:". The writemaster and my other optical drive were like "overlapped" on each other, when I changed the volume letter, only then did it even see the other one.

Ive tried all kinds of things.
- Ive tried doing a few microsoft fixes, deleting upper and lowers in the registry. That worked the first time it was corrupted, it didnt work this time.
- Ive removed device from device manager, moved around drive letters, scanned for changes, uninstalled, enabled disabled, rebooted.
- I even went into the registry again and deleted some corrupt keys and stuff.
- In the past (the first time this happened), I managed to flash the firmware, mess with a couple reg keys and it worked. However now I cant, because its so screwed up that it doesnt even recognize that the drive is the right one, so the software for flashing wont even let me flash.

Its getting a weird name too that its not supposed to get when windows installs the drivers. There is no software drivers I know of for this thing. Only firmware, and unless daemon tools corrupted it, that should be fine.

Read More...
Your Ad Here

How to Turn On or Off and Manage Guest Account in Vista?

Sometimes it becomes necessary to setup Guest Account in your laptop or desktop when some friends or your family relatives visit you, so that they can have access to Internet and computer without you fearing about your personal details and still have the privacy in your computer.

1. Go to Control Panel -> User Accounts [...]


Related posts:
  1. Guest Blogging
  2. How To Access Your Google Docs Offline
  3. How To Add Additional Clocks to Windows Vista Taskbar


Read More...
Your Ad Here

Hijack This Log: Win32 error, svhost.exe error, worm???

So my computer starts, and runs for about 3 minutes, then I get two errors. Win32 must be shut down, then svhost.exe, then the instruction @ 0x3700368a something or other must terminate, cant be read... then windows explorere has encountered a problem and must be shut down.

Debug does nothing, adaware doesnt work and now spybot wont run. No programs will open, other than windows base operations, files, etc.. I have to run diagnostics/anti-spyware right in those 3 mins of start.. or in safe mode... and in safe mode it still has trouble.

Windows media wont work, defrag wont work, sys restore wont work, like.. programs wont start... or they open and are just nonresponsive...

Wtf.. heres the log... please help! :)

Btw.. Im on my gfs crappy laptop doing this... it was hell e-mailing the hijack log to myself... lol.

Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 11:50:45 PM, on 4/19/2009
Platform: Windows XP SP3 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP3 (6.00.2900.5512)
Boot mode: Safe mode with network support

Running processes:
C:WINDOWSSystem32smss.exe
C:WINDOWSsystem32winlogon.exe
C:WINDOWSsystem32services.exe
C:WINDOWSsystem32lsass.exe
C:WINDOWSsystem32svchost.exe
C:WINDOWSSystem32svchost.exe
C:Program FilesLavasoftAd-AwareAAWService.exe
C:WINDOWSExplorer.EXE
C:Program FilesLavasoftAd-AwareAAWTray.exe
C:Program FilesTrend MicroHijackThisHijackThis.exe

R0 - HKCUSoftwareMicrosoftInternet ExplorerMain,Start Page = http://yahoo.com/
R0 - HKLMSoftwareMicrosoftInternet ExplorerMain,Start Page = http://go.microsoft.com/fwlink/?LinkId= ... ww.msn.com
R1 - HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings,ProxyOverride = localhost
R3 - URLSearchHook: (no name) - {EA756889-2338-43DB-8F07-D1CA6FB9C90D} - (no file)
O2 - BHO: (no name) - {02478D38-C3F9-4efb-9B51-7695ECA05670} - (no file)
O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:Program FilesAdobeAcrobat 6.0ReaderActiveXAcroIEHelper.dll
O2 - BHO: AOL Toolbar Launcher - {7C554162-8CB7-45A4-B8F4-8EA1C75885F9} - (no file)
O2 - BHO: Adobe PDF Conversion Toolbar Helper - {AE7CD045-E861-484f-8273-0445EE161910} - C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll
O3 - Toolbar: Adobe PDF - {47833539-D0C5-4125-9FA8-0819E2EAAC93} - C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll
O3 - Toolbar: (no name) - {DE9C389F-3316-41A7-809B-AA305ED9D922} - (no file)
O4 - HKLM..Run: [AdaptecDirectCD] "C:Program FilesRoxioEasy CD Creator 5DirectCDDirectCD.exe"
O4 - HKLM..Run: [Lexmark X1100 Series] "C:Program FilesLexmark X1100 Serieslxbkbmgr.exe"
O4 - HKLM..Run: [diagent] "C:Program FilesCreativeDiagnosticsdiagent.exe" startup
O4 - HKLM..Run: [ShStatEXE] "C:Program FilesNetwork AssociatesVirusScanSHSTAT.EXE" /STANDALONE
O4 - HKLM..Run: [McAfeeUpdaterUI] "C:Program FilesNetwork AssociatesCommon FrameworkUpdaterUI.exe" /StartedFromRunKey
O4 - HKLM..Run: [Logitech Hardware Abstraction Layer] KHALMNPR.EXE
O4 - HKLM..Run: [QuickTime Task] "C:Program FilesQuickTimeQTTask.exe" -atboottime
O4 - HKLM..Run: [iTunesHelper] "C:Program FilesiTunesiTunesHelper.exe"
O4 - HKCU..Run: [ctfmon.exe] C:WINDOWSsystem32ctfmon.exe
O4 - HKCU..Run: [LDM] Program
O4 - HKCU..Run: [updateMgr] "C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAdobeUpdateManager.exe" AcPro7_0_9 -reboot 1
O4 - HKCU..Run: [] C:DOCUME~1DanLOCALS~1Tempv8o5v.exe
O4 - HKCU..Run: [Windows Resurections] C:DOCUME~1DanLOCALS~1Tempv8o5v.exe
O4 - HKCU..Run: [Diagnostic Manager] C:DOCUME~1DanLOCALS~1Temp3280304790.exe
O4 - Global Startup: Adobe Acrobat Speed Launcher.lnk = ?
O4 - Global Startup: Adobe Gamma.lnk = C:Program FilesCommon FilesAdobeCalibrationAdobe Gamma Loader.exe
O4 - Global Startup: Logitech SetPoint.lnk = C:Program FilesLogitechSetPointKEM.exe
O7 - HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem, DisableRegedit=1
O8 - Extra context menu item: &AIM Search - c:program filesaolaim toolbar 5.0resourcesen-USlocalsearch.html
O8 - Extra context menu item: Convert link target to Adobe PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIECapture.html
O8 - Extra context menu item: Convert link target to existing PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIEAppend.html
O8 - Extra context menu item: Convert selected links to Adobe PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIECaptureSelLinks.html
O8 - Extra context menu item: Convert selected links to existing PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIEAppendSelLinks.html
O8 - Extra context menu item: Convert selection to Adobe PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIECapture.html
O8 - Extra context menu item: Convert selection to existing PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIEAppend.html
O8 - Extra context menu item: Convert to Adobe PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIECapture.html
O8 - Extra context menu item: Convert to existing PDF - res://C:Program FilesAdobeAdobe Acrobat 7.0AcrobatAcroIEFavClient.dll/AcroIEAppend.html
O9 - Extra button: AIM Toolbar - {3369AF0D-62E9-4bda-8103-B4C75499B578} - C:WINDOWSsystem32shdocvw.dll
O9 - Extra button: (no name) - {e2e2dd38-d088-4134-82b7-f2ba38496583} - C:WINDOWSNetwork Diagnosticxpnetdiag.exe
O9 - Extra Tools menuitem: @xpsp3res.dll,-20001 - {e2e2dd38-d088-4134-82b7-f2ba38496583} - C:WINDOWSNetwork Diagnosticxpnetdiag.exe
O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:Program FilesMessengermsmsgs.exe
O9 - Extra Tools menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:Program FilesMessengermsmsgs.exe
O16 - DPF: {17492023-C23A-453E-A040-C7C580BBF700} (Windows Genuine Advantage Validation Tool) - http://go.microsoft.com/fwlink/?linkid=39204
O16 - DPF: {30528230-99F7-4BB4-88D8-FA1D4F56A2AB} (Installation Support) - C:Program FilesYahoo!CommonYinsthelper.dll
O17 - HKLMSystemCCSServicesTcpip..{89DF1582-B08F-418A-8AAC-80A1EFE81169}: NameServer = 85.255.112.22,85.255.112.130
O17 - HKLMSystemCCSServicesTcpip..{BF3638C6-C731-416B-AC8D-4F095DBB20BF}: NameServer = 71.243.0.12 71.250.0.12
O17 - HKLMSystemCS1ServicesTcpipParameters: NameServer = 85.255.112.22,85.255.112.130
O17 - HKLMSystemCS2ServicesTcpipParameters: NameServer = 85.255.112.22,85.255.112.130
O17 - HKLMSystemCCSServicesTcpipParameters: NameServer = 85.255.112.22,85.255.112.130
O18 - Protocol: bw+0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw+0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw-0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw-0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw00 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw00s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw10 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw10s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw20 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw20s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw30 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw30s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw40 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw40s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw50 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw50s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw60 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw60s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw70 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw70s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw80 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw80s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw90 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bw90s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwa0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwa0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwb0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwb0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwc0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwc0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwd0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwd0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwe0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwe0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwf0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwf0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwfile-8876480 - {9462A756-7B47-47BC-8C80-C34B9B80B32B} - C:Program FilesLogitechDesktop Messenger8876480ProgramGAPlugProtocol-8876480.dll
O18 - Protocol: bwg0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwg0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwh0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwh0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwi0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwi0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwj0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwj0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwk0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwk0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwl0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwl0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwm0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwm0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwn0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwn0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwo0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwo0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwp0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwp0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwq0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwq0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwr0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwr0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bws0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bws0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwt0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwt0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwu0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwu0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwv0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwv0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bww0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bww0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwx0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwx0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwy0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwy0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwz0 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: bwz0s - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O18 - Protocol: offline-8876480 - {D0F26D11-E9E8-4364-B962-0F263A2A5C6B} - C:Program FilesLogitechDesktop Messenger8876480ProgramBWPlugProtocol-8876480.dll
O21 - SSODL: fairydom - {5839511e-ec1b-4f91-ace3-fb88e52f5239} - (no file)
O22 - SharedTaskScheduler: {5839511e-ec1b-4f91-ace3-fb88e52f5239} - fairydom - (no file)
O23 - Service: Adobe LM Service - Adobe Systems - C:Program FilesCommon FilesAdobe Systems SharedServiceAdobelmsvc.exe
O23 - Service: Adobe Version Cue CS2 - Adobe Systems Incorporated - C:Program FilesAdobeAdobe Version Cue CS2binVersionCueCS2.exe
O23 - Service: Apple Mobile Device - Apple, Inc. - C:Program FilesCommon FilesAppleMobile Device SupportbinAppleMobileDeviceService.exe
O23 - Service: Ati HotKey Poller - Unknown owner - C:WINDOWSSystem32Ati2evxx.exe
O23 - Service: ATI Smart - Unknown owner - C:WINDOWSSYSTEM32ati2sgag.exe
O23 - Service: Creative Service for CDROM Access - Creative Technology Ltd - C:WINDOWSSystem32CTsvcCDA.exe
O23 - Service: Firebird Server - MAGIX Instance (FirebirdServerMAGIXInstance) - Unknown owner - C:MAGIXCommonDatabasebinfbserver.exe (file missing)
O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:Program FilesCommon FilesInstallShieldDriver11Intel 32IDriverT.exe
O23 - Service: iPod Service - Apple Inc. - C:Program FilesiPodbiniPodService.exe
O23 - Service: Lavasoft Ad-Aware Service - Lavasoft - C:Program FilesLavasoftAd-AwareAAWService.exe
O23 - Service: LexBce Server (LexBceS) - Lexmark International, Inc. - C:WINDOWSsystem32LEXBCES.EXE
O23 - Service: Local Security Authority Subsystem Service (lsass) - Unknown owner - C:WINDOWSscvhost.exe (file missing)
O23 - Service: McAfee Framework Service (McAfeeFramework) - Network Associates, Inc. - C:Program FilesNetwork AssociatesCommon FrameworkFrameworkService.exe
O23 - Service: Network Associates McShield (McShield) - Network Associates, Inc. - C:Program FilesNetwork AssociatesVirusScanMcshield.exe
O23 - Service: Network Associates Task Manager (McTaskManager) - Network Associates, Inc. - C:Program FilesNetwork AssociatesVirusScanVsTskMgr.exe
O23 - Service: PnkBstrA - Unknown owner - C:WINDOWSsystem32PnkBstrA.exe
O23 - Service: Viewpoint Manager Service - Viewpoint Corporation - C:Program FilesViewpointCommonViewpointService.exe

--
End of file - 20204 bytes

Read More...
Your Ad Here

Trouble Reinstalling

My laptop recently got a virus and I cant use Windows at all (when it turns on it just shows my wallpaper without ANYTHING elce on screen and when I do Task Manager it says its been disabled). So I start up with my boot disk to recover my system, I want to do a clean install. But like always, this are never made easy with Windows.

There are three options:
Install Windows
Recover Windows or
Exit Without Installing Windows.

I tried the recover one first and it got me to a dos black screen and listed "1. CWINDOWS" and then it said which one id like to log into. I said 1 and pressed enter and all it gives me is the same thing "CWINDOWS>" and it asks me for the admin password, I dont know if such a think so I just pressed enter leaving that blank. Then it gives me the CWINDOWS> prompt and lets me type but I have no idea what to do. So I booted again and I went with the other option.

When trying install Windows it seemed as if everything was going OK, it installed it again, and launched it and I see my old Account is still there in the login screen. Meaning it didnt do a clean install at all. And then it tells me "An error has occurred when trying to validate Windows, please activate it" or something along those lines. But ofcource, it cant activate because it doesnt have an internet connection and when i clikc activate by Phone, it says call this following number: and it gives me NO FREAKING NUMBER. THE SPACE IS BLANK!.

SO HOW THE HECK DO I CLEAN MY WHOLE HARDDRIVE AND INSTALL A NEW COPY OF WINDOWS. I just dont understand why this process is so hard. Anyone has any ideas for me so I can actually recover my laptop. All my work stuff depends on me having a laptop and its very inconvenient. Thanks soooo much to anyone that can offer any help on this.

Read More...
Your Ad Here

A Modest Proposal for the Copy and Paste School of Code Reuse


Is copying and pasting code dangerous? Should control-c and control-v be treated not as essential programming keyboard shortcuts, but registered weapons?


keyboard: ctrl-c, ctrl-v


(yes, I know that in OS X, the keyboard shortcut for cut and paste uses "crazy Prince symbol key" instead of control, like God intended. Any cognitive dissonance you may be experiencing right now is also intentional.)


Here's my position on copy and paste for programmers:



Copy and paste doesn't create bad code. Bad programmers create bad code.


Or, if you prefer, guns don't kill people, people kill people. Just make sure that source code isn't pointed at me when it goes off. There are always risks. When you copy and paste code, vigilance is required to make sure you (or someone you work with) isn't falling into the trap of copy and paste code duplication:



Undoubtedly the most popular reason for creating a routine is to avoid duplicate code. Similar code in two routines is a warning sign. David Parnas says that if you use copy and paste while you're coding, you're probably committing a design error. Instead of copying code, move it into its own routine. Future modifications will be easier because you will need to modify the code in only one location. The code will be more reliable because you will have only one place in which to be sure that the code is correct.


Some programmers agree with Parnas, going so far as to advocate disabling cut and paste entirely. I think that's rather extreme. I use copy and paste while programming all the time, but never in a way that runs counter to Curly's Law.


But pervasive high-speed internet -- and a whole new generation of hyper-connected young programmers weaned on the web -- has changed the dynamics of programming. Copy and paste is no longer a pejorative term, but a simple observation about how a lot of modern coding gets done, like it or not. This new dynamic was codified into law as Bambrick's 8th Rule of Code Reuse:



It's far easier and much less trouble to find and use a bug-ridden, poorly implemented snippet of code written by a 13 year old blogger on the other side of the world than it is to find and use the equivalent piece of code written by your team leader on the other side of a cubicle partition.


(And I think that the copy and paste school of code reuse is flourishing, and will always flourish, even though it gives very suboptimal results.)



Per Mr. Bambrick, copy and pasted code from the internet is good because:



  • Code stored on blogs, forums, and the web in general is very easy to find.
  • You can inspect the code before you use it.
  • Comments on blogs give some small level of feedback that might improve quality.
  • Pagerank means that you're more likely to find code that might be higher quality.
  • Code that is easy to read and understand will be copied and pasted more, leading to a sort of viral reproductive dominance.
  • The programmer's ego may drive her to only publish code that she believes is of sufficient quality.


But copy and pasted code from the internet is bad because:



  • If the author improves the code, you're not likely to get those benefits.
  • If you improve the code, you're not likely to pass those improvements back to the author.
  • Code may be blindly copied and pasted without understanding what the code actually does.
  • Pagerank doesn't address the quality of the code, or its fitness for your purpose.
  • Code is often 'demo code' and may purposely gloss over important concerns like error handling, sql injection, encoding, security, etc.


Now, if you're copying entire projects or groups of files, you should be inheriting that code from a project that's already under proper source control. That's just basic software engineering (we hope). But the type of code I'm likely to cut and paste isn't entire projects or files. It's probably a code snippet -- an algorithm, a routine, a page of code, or perhaps a handful of functions. There are several established code snippet sharing services:




Source control is great, but it's massive overkill for, say, this little Objective-C animation snippet:



- (void)fadeOutWindow:(NSWindow*)window{
float alpha = 1.0;
[window setAlphaValue:alpha];
[window makeKeyAndOrderFront:self];
for (int x = 0; x < 10; x++) {
alpha -= 0.1;
[window setAlphaValue:alpha];
[NSThread sleepForTimeInterval:0.020];
}
}


To me, the most troubling limitation of copypasta programming is the complete disconnect between the code you've pasted and all the other viral copies of it on the web. It's impossible to locate new versions of the snippet, or fold your features and bugfixes back into the original snippet. Nor can you possibly hope to find all the other nooks and crannies of code all over the world this snippet has crept into.


What I propose is this:



// codesnippet:1c125546-b87c-49ff-8130-a24a3deda659
- (void)fadeOutWindow:(NSWindow*)window{
// code
}
}


Attach a one line comment convention with a new GUID to any code snippet you publish on the web. This ties the snippet of code to its author and any subsequent clones. A trivial search for the code snippet GUID would identify every other copy of the snippet on the web:



http://www.google.com/search?q=1c125546-b87c-49ff-8130-a24a3deda659


I realize that what I'm proposing, as simple as it is, might still be an onerous requirement for copy-paste programmers. They're too busy copying and pasting to bother with silly conventions! Instead, imagine the centralized code snippet sharing services automatically applying a snippet GUID comment to every snippet they share. If they did, this convention could get real traction virtually overnight. And why not? We're just following the fine software engineering tradition of doing the stupidest thing that could possibly work.


No, it isn't a perfect system, by any means. For one thing, variants and improvements of the code would probably need their own snippet GUID, ideally by adding a second line to indicate the parent snippet they were derived from. And what do you do when you combine snippets with your own code, or merge snippets together? But let's not over think it, either. This is a simple, easily implementable improvement over what we have now: utter copy-and-paste code chaos.


Sometimes, small code requires small solutions.





[advertisement] Improve Your Source Code Management using Atlassian Fisheye - Monitor. Search. Share. Analyze. Try it for free!



Read More...

Your Ad Here

VBA: How do I click OK on pop-up dialogue box

I have a program that goes out to the internet and grabs information, periodically a pop up dialogue box will appear generated by the website, How can I have VBA automatically select OK on any dialogue box that pops up.

Read More...
Your Ad Here

How Not to Conduct an Online Poll


Inside the Precision Hack is a great read. It's all about how the Time Magazine World's Most Influential People poll was gamed. But the actual hack itself is somewhat less impressive when you start digging into the details.


Here's the voting UI for the Time poll in question.


time 100 poll entry


Casting a vote submits a HTTP GET in the form of:


http://www.timepolls.com/contentpolls/Vote.do
?pollName=time100_2009&id=1883924&rating=1


Where id is a number associated with the person being voted for, and rating is how influential you think that person is from 1 to 100. Simple enough, but Time's execution was .. less than optimal.



In early stages of the poll, Time.com didn't have any authentication or validation -- the door was wide open to any client that wanted to stuff the ballot box.


Soon afterward, it was discovered that the Time.com Poll didn't even range check its parameters to ensure that the ratings fell within the 1 to 100 range



The outcome of the 2009 Time 100 World's Most Influential People poll isn't that important in the big scheme of things, but it's difficult to understand why a high profile website would conduct an anonymous worldwide poll without even the most basic of safeguards in place. This isn't high security; this is web 101. Any programmer with even a rudimentary understanding of how the web works would have thought of these exploits immediately.


Without any safeguards, wannabe "hackers" set out to game the poll in every obvious way you can think of. Time eventually responded -- with all the skill and expertise of ... a team who put together the world's most insecure online poll.



Shortly afterward, Time.com changed the protocol to attempt to authenticate votes by requiring a key be appended to the poll submission URL. The key consisted of an MD5 hash of the URL + a secret word (aka 'the salt'). [hackers eventually] discovered that the salt [..] was poorly hidden in Time.com's voting flash application. With the salt extracted, the autovoters were back online, rocking the vote.


So-called secret poorly hidden on the client: check!



Another challenge faced by the autovoters was that if you voted for the same person more often than once every 13 seconds, your IP would be banned from voting. However, it was noticed that you could cycle through votes for other candidates during those 13 seconds. The autovoters quickly adapted to take advantage of this loophole, interleaving up-votes for moot with down-votes for the competition -- ensuring that no candidate received a vote more frequently than once every 13 seconds, maximizing the voting leverage.


Sloppy, incomplete IP throttling: check!


At this point, here's the mental image I had of the web developers running the show at time.com:


a bunch of clowns


Remember my advice from design for evil?



When good is dumb, evil will always triumph.


Well, here's your proof. I'm not sure they come any dumber than these clowns.


The article goes on to document how the "hackers" exploited these truck sized holes in the time.com online voting system to not only put moot on top, but spell out a little message, too, for good measure:



Looking at the first letters of each of the top 21 leading names in the poll we find the message "marblecake, also the game". The poll announces (perhaps subtly) to the world, that the most influential are not the Obamas, Britneys or the Rick Warrens of the world, the most influential are an extremely advanced intelligence: the hackers.


It's a nice sentiment, I suppose. But is it really a precision hack when your adversaries are incompetent? If you want to read about a real hack -- one that took "extremely advanced intelligence" in the face of a nearly unstoppable adversary -- try the black sunday hack. Now that's a hack.





[advertisement] Improve Your Source Code Management using Atlassian Fisheye - Monitor. Search. Share. Analyze. Try it for free!



Read More...

Your Ad Here

I am having big trouble with ialmrnt5 display driver error.

I am using a Dell Inspiron 6000 laptop, and all the time I am getting this ialmrnt5 message, and the screen enlarges with pixalated graphics. At first it would happen a few times, Id just reboot. Now it is driving me completely mental!! I cannot afford a knew machine or even to get some one to look at it. Can someone please help me?

Read More...
Your Ad Here

Sunday, April 19, 2009

Batch Script to check for timestamp and copy to other directory

Experts,
I need a batch scripts that looks for timestamp for a set of files and after validating copies all files having latest timestamp to another directory. Please help

Thanks in advance

Read More...
Your Ad Here

Friday, April 17, 2009

HijackThis Log - Computer won't shut down

Hia, Im not even sure if a hyjack log is useful for fixing this problem. I tried to follow the insructions in the sticky thread but I couldnt do all of them since I cant get safe mode to run (the one time I tried)

Im not a computer pro but Im pretty competent usually, however Im way out of my league
First my laptop stopped going into sleep mode and when I put my battery plan to balanced it fixed it temporarily. then the battery stopped charging. i took it out and put it again, it has fixed. then the big problems began
task manager stopped working (it would open and be running but I couldnt see it anywhere, only the green box on the lower right panel thing) - I downloaded process explorer and killed the many task managers i had running. so its not fixed but replaced
then the big problem - it can no longer shut down it says its gonna and then just stays at the logging out screen. im worried every time i hard reset im damaging it.

at some point i did a system restore (before the major probs happened because it prompted me. i thought i could perhaps do a restore from longer back but now I cant get system restore to appear though it is running. I cant get task viewer to work without crashing, I cant do windows update or windows defender scan.
I have run avg and the microsoft malicious software removal tool which are taking 7 hours to finish, early at the end and no results - so does this mean it isnt a virus? also, how is AVG different from windows defender? I have run glary, ccleaner, and advances system care..
I have just made a windows vista repair disc though im not really sure what it does, should I use it? also I dont think I can do a reset because my laptop did not come with a vista disc apparently it is maybe stored by hidden paritian? I dont really get it.
Any ideas? Its worrying me a lot, I have my laptop in my room so keeping it on is not an option, i dont think hard reset is a long-term solution either. I really need it fixed before I head back to Uni because the idea of being cut off is scary. I could get someone to fix it but apparently that could add up to 90 or something :S

also, say I back everything up and it turns out I did have a virus. might I infect my data in my backup and be infected forever?

please help if you can!

my hyjackthis log:

Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 09:50:05, on 13/04/2009
Platform: Windows Vista SP1 (WinNT 6.00.1905)
MSIE: Internet Explorer v7.00 (7.00.6001.18000)
Boot mode: Normal

Running processes:
C:Windowssystem32taskeng.exe
C:Program FilesIObitAdvanced SystemCare 3AWC.exe
C:Windowssystem32Dwm.exe
C:WindowsExplorer.EXE
C:Program FilesDiskeeper CorporationDiskeeperDkIcon.exe
C:Program FilesLenovoNPDIRECTtpfnf7sp.exe
C:Program FilesSynapticsSynTPSynTPEnh.exe
C:Program FilesLenovoPM DriverPMHandler.exe
C:Program FilesLenovoHOTKEYTpWAudAp.exe
C:Program FilesIntelIntel Matrix Storage ManagerIAAnotif.exe
C:WindowsRtHDVCpl.exe
C:Program FilesCommon FilesLenovoSchedulerscheduler_proxy.exe
C:Program FilesLenovoLenovoCareLPMGR.EXE
C:Program FilesLenovoAwayTaskAwaySch.EXE
C:Program FilesLenovo Multimedia CenterPowerDVDPDVDServ.exe
C:Program FilesThinkVantageAMSGAmsg.exe
C:Program FilesPure NetworksNetwork Magicnmapp.exe
C:Program FilesThinkPadConnectUtilitiesACTray.exe
C:Program FilesThinkPadConnectUtilitiesACWLIcon.exe
C:Program FilesLenovoClient Security Solutioncssauth.exe
C:Program FilesMicrosoft OfficeOffice12GrooveMonitor.exe
C:WindowsSystem32igfxtray.exe
C:WindowsSystem32hkcmd.exe
C:WindowsSystem32igfxpers.exe
C:Windowssystem32igfxsrvc.exe
C:Program FilesScanSoftOmniPageSE4OpWareSE4.exe
C:Program FilesCanonMyPrinterBJMYPRT.EXE
C:Program FilesiTunesiTunesHelper.exe
C:Program FilesJavajre6binjusched.exe
C:Program FilesWindows Sidebarsidebar.exe
C:Program FilesGoogleGoogleToolbarNotifier1.2.1128.5462G oogleToolbarNotifier.exe
C:Windowsehomeehtray.exe
C:Program FilesWindows Media Playerwmpnscfg.exe
C:Program FilesLenovoBluetooth SoftwareBTTray.exe
C:Program FilesWordWebwweb32.exe
C:Windowsehomeehmsas.exe
C:Program FilesLenovoBluetooth SoftwareBtStackServer.exe
C:Program FilesLenovoClient Security Solutiontvtpwm_tray.exe
C:Windowssystem32sdclt.exe
C:Program FilesMalwarebytes Anti-Malwarembam.exe
C:Windowssystem32wuauclt.exe
C:Program FilesMozilla Firefoxfirefox.exe
C:Program FilesLast.fmLastFM.exe
C:Windowssystem32SearchFilterHost.exe
C:USERSCLARADOWNLOADSPROCESSEXPLORERPROCEXP.E XE
C:Program FilesTrend MicroHijackThisHijackThis.exe

R1 - HKCUSoftwareMicrosoftInternet ExplorerMain,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKCUSoftwareMicrosoftInternet ExplorerMain,Start Page = http://search.orbitdownloader.com
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Default_Page_URL = http://go.microsoft.com/fwlink/?LinkId=69157
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKLMSoftwareMicrosoftInternet ExplorerMain,Start Page = http://go.microsoft.com/fwlink/?LinkId=69157
R0 - HKLMSoftwareMicrosoftInternet ExplorerSearch,SearchAssistant =
R0 - HKLMSoftwareMicrosoftInternet ExplorerSearch,CustomizeSearch =
R0 - HKCUSoftwareMicrosoftInternet ExplorerToolbar,LinksFolderName =
O1 - Hosts: ::1 localhost
O2 - BHO: btorbit.com - {000123B4-9B42-4900-B3F7-F4B073EFC214} - C:Program FilesOrbitdownloaderorbitcth.dll
O2 - BHO: AcroIEHelperStub - {18DF081C-E8AD-4283-A596-FA578C2EBDC3} - C:Program FilesCommon FilesAdobeAcrobatActiveXAcroIEHelperShim.dll
O2 - BHO: AskBar BHO - {201f27d4-3704-41d6-89c1-aa35e39143ed} - C:Program FilesAskBarDisbarbinaskBar.dll
O2 - BHO: Skype add-on (mastermind) - {22BF413B-C6D2-4d91-82A9-A0F997BA588C} - C:Program FilesSkypeToolbarsInternet ExplorerSkypeIEPlugin.dll
O2 - BHO: RealPlayer Download and Record Plugin for Internet Explorer - {3049C3E9-B461-4BC5-8870-4C09146192CA} - C:Program FilesRealRealPlayerrpbrowserrecordplugin.dll
O2 - BHO: Groove GFS Browser Helper - {72853161-30C5-4D22-B7F9-0BBC1D38A37E} - C:Program FilesMicrosoft OfficeOffice12GrooveShellExtensions.dll
O2 - BHO: (no name) - {7E853D72-626A-48EC-A868-BA8D5E23E045} - (no file)
O2 - BHO: Windows Live Sign-in Helper - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:Program FilesCommon FilesMicrosoft SharedWindows LiveWindowsLiveLogin.dll
O2 - BHO: Google Toolbar Helper - {AA58ED58-01DD-4d91-8333-CF10577473F7} - c:program filesgooglegoogletoolbar1.dll
O2 - BHO: Windows Live Toolbar Helper - {BDBD1DAD-C946-4A17-ADC1-64B5B4FF55D0} - C:Program FilesWindows Live Toolbarmsntb.dll
O2 - BHO: Java(tm) Plug-In 2 SSV Helper - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:Program FilesJavajre6binjp2ssv.dll
O2 - BHO: ThinkVantage Password Manager - {F040E541-A427-4CF7-85D8-75E3E0F476C5} - C:Program FilesLenovoClient Security Solutiontvtpwm_ie_com.dll
O3 - Toolbar: Windows Live Toolbar - {BDAD1DAD-C946-4A17-ADC1-64B5B4FF55D0} - C:Program FilesWindows Live Toolbarmsntb.dll
O3 - Toolbar: &Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:program filesgooglegoogletoolbar1.dll
O3 - Toolbar: Veoh Browser Plug-in - {D0943516-5076-4020-A3B5-AEFAF26AB263} - C:Program FilesVeoh NetworksVeohPluginsregVeohToolbar.dll
O3 - Toolbar: Grab Pro - {C55BBCD6-41AD-48AD-9953-3609C48EACC7} - C:Program FilesOrbitdownloaderGrabPro.dll
O3 - Toolbar: Foxit Toolbar - {3041d03e-fd4b-44e0-b742-2d9b88305f98} - C:Program FilesAskBarDisbarbinaskBar.dll
O4 - HKLM..Run: [Windows Defender] %ProgramFiles%Windows DefenderMSASCui.exe -hide
O4 - HKLM..Run: [TPFNF7] C:Program FilesLenovoNPDIRECTTPFNF7SP.exe /r
O4 - HKLM..Run: [SynTPEnh] C:Program FilesSynapticsSynTPSynTPEnh.exe
O4 - HKLM..Run: [PMHandler] C:PROGRA~1LenovoPMDRIV~1PMHandler.exe
O4 - HKLM..Run: [TPWAUDAP] C:Program FilesLenovoHOTKEYTpWAudAp.exe
O4 - HKLM..Run: [IAAnotif] "C:Program FilesIntelIntel Matrix Storage ManagerIaanotif.exe"
O4 - HKLM..Run: [RtHDVCpl] RtHDVCpl.exe
O4 - HKLM..Run: [TVT Scheduler Proxy] C:Program FilesCommon FilesLenovoSchedulerscheduler_proxy.exe
O4 - HKLM..Run: [FingerPrintSoftware] "C:Program FilesLenovo Fingerprint Softwarefpapp.exe" s
O4 - HKLM..Run: [LPManager] C:PROGRA~1LenovoLENOVO~2LPMGR.exe
O4 - HKLM..Run: [DiskeeperSystray] "C:Program FilesDiskeeper CorporationDiskeeperDkIcon.exe"
O4 - HKLM..Run: [AwaySch] C:Program FilesLenovoAwayTaskAwaySch.EXE
O4 - HKLM..Run: [RemoteControl] "C:Program FilesLenovo Multimedia CenterPowerDVDPDVDServ.exe"
O4 - HKLM..Run: [LanguageShortcut] "C:Program FilesLenovo Multimedia CenterPowerDVDLanguageLanguage.exe"
O4 - HKLM..Run: [AMSG] C:Program FilesThinkVantageAMSGAmsg.exe /startup
O4 - HKLM..Run: [nmapp] "C:Program FilesPure NetworksNetwork Magicnmapp.exe" -autorun -nosplash
O4 - HKLM..Run: [ACTray] C:Program FilesThinkPadConnectUtilitiesACTray.exe
O4 - HKLM..Run: [ACWLIcon] C:Program FilesThinkPadConnectUtilitiesACWLIcon.exe
O4 - HKLM..Run: [cssauth] "C:Program FilesLenovoClient Security Solutioncssauth.exe" silent
O4 - HKLM..Run: [LenovoOobeOffers] c:SWTOOLSLenovoWelcomeLenovoOobeOffers.exe /filePath="c:swsharefirstrun.txt"
O4 - HKLM..Run: [GrooveMonitor] "C:Program FilesMicrosoft OfficeOffice12GrooveMonitor.exe"
O4 - HKLM..Run: [IgfxTray] C:Windowssystem32igfxtray.exe
O4 - HKLM..Run: [HotKeysCmds] C:Windowssystem32hkcmd.exe
O4 - HKLM..Run: [Persistence] C:Windowssystem32igfxpers.exe
O4 - HKLM..Run: [SSBkgdUpdate] "C:Program FilesCommon FilesScansoft SharedSSBkgdUpdateSSBkgdupdate.exe" -Embedding -boot
O4 - HKLM..Run: [OpwareSE4] "C:Program FilesScanSoftOmniPageSE4OpwareSE4.exe"
O4 - HKLM..Run: [CanonSolutionMenu] C:Program FilesCanonSolutionMenuCNSLMAIN.exe /logon
O4 - HKLM..Run: [CanonMyPrinter] C:Program FilesCanonMyPrinterBJMyPrt.exe /logon
O4 - HKLM..Run: [AppleSyncNotifier] C:Program FilesCommon FilesAppleMobile Device SupportbinAppleSyncNotifier.exe
O4 - HKLM..Run: [QuickTime Task] "C:Program FilesQuickTimeQTTask.exe" -atboottime
O4 - HKLM..Run: [iTunesHelper] "C:Program FilesiTunesiTunesHelper.exe"
O4 - HKLM..Run: [SunJavaUpdateSched] "C:Program FilesJavajre6binjusched.exe"
O4 - HKLM..Run: [Adobe Reader Speed Launcher] "C:Program FilesAdobeReader 9.0ReaderReader_sl.exe"
O4 - HKLM..RunOnce: [Malwarebytes Anti-Malware] C:Program FilesMalwarebytes Anti-Malwarembamgui.exe /install /silent
O4 - HKLM..RunOnce: [Malwarebytes Anti-Malware (reboot)] "C:Program FilesMalwarebytes Anti-Malwarembam.exe" /runcleanupscript
O4 - HKCU..Run: [Sidebar] C:Program FilesWindows Sidebarsidebar.exe /autoRun
O4 - HKCU..Run: [swg] C:Program FilesGoogleGoogleToolbarNotifier1.2.1128.5462G oogleToolbarNotifier.exe
O4 - HKCU..Run: [ehTray.exe] C:WindowsehomeehTray.exe
O4 - HKCU..Run: [WMPNSCFG] C:Program FilesWindows Media PlayerWMPNSCFG.exe
O4 - HKUSS-1-5-19..Run: [Sidebar] %ProgramFiles%Windows SidebarSidebar.exe /detectMem (User LOCAL SERVICE)
O4 - HKUSS-1-5-19..Run: [WindowsWelcomeCenter] rundll32.exe oobefldr.dll,ShowWelcomeCenter (User LOCAL SERVICE)
O4 - HKUSS-1-5-19..Run: [AVG7_Run] C:PROGRA~1GrisoftAVG7avgw.exe /RUNONCE (User LOCAL SERVICE)
O4 - HKUSS-1-5-20..Run: [Sidebar] %ProgramFiles%Windows SidebarSidebar.exe /detectMem (User NETWORK SERVICE)
O4 - HKUSS-1-5-18..Run: [AVG7_Run] C:PROGRA~1GrisoftAVG7avgw.exe /RUNONCE (User SYSTEM)
O4 - HKUS.DEFAULT..Run: [AVG7_Run] C:PROGRA~1GrisoftAVG7avgw.exe /RUNONCE (User Default user)
O4 - Startup: WordWeb.lnk = C:Program FilesWordWebwweb32.exe
O4 - Global Startup: Bluetooth.lnk = ?
O8 - Extra context menu item: &Download by Orbit - res://C:Program FilesOrbitdownloaderorbitmxt.dll/201
O8 - Extra context menu item: &Grab video by Orbit - res://C:Program FilesOrbitdownloaderorbitmxt.dll/204
O8 - Extra context menu item: &Windows Live Search - res://C:Program FilesWindows Live Toolbarmsntb.dll/search.htm
O8 - Extra context menu item: Do&wnload selected by Orbit - res://C:Program FilesOrbitdownloaderorbitmxt.dll/203
O8 - Extra context menu item: Down&load all by Orbit - res://C:Program FilesOrbitdownloaderorbitmxt.dll/202
O8 - Extra context menu item: E&xport to Microsoft Excel - res://C:PROGRA~1MICROS~2Office12EXCEL.EXE/3000
O8 - Extra context menu item: Send image to &Bluetooth Device... - C:Program FilesLenovoBluetooth Softwarebtsendto_ie_ctx.htm
O8 - Extra context menu item: Send page to &Bluetooth Device... - C:Program FilesLenovoBluetooth Softwarebtsendto_ie.htm
O9 - Extra button: (no name) - {0045D4BC-5189-4b67-969C-83BB1906C421} - C:Program FilesLenovoClient Security Solutiontvtpwm_ie_com.dll
O9 - Extra Tools menuitem: ThinkVantage Password Manager... - {0045D4BC-5189-4b67-969C-83BB1906C421} - C:Program FilesLenovoClient Security Solutiontvtpwm_ie_com.dll
O9 - Extra button: Send to OneNote - {2670000A-7350-4f3c-8081-5663EE0C6C49} - C:PROGRA~1MICROS~2Office12ONBttnIE.dll
O9 - Extra Tools menuitem: S&end to OneNote - {2670000A-7350-4f3c-8081-5663EE0C6C49} - C:PROGRA~1MICROS~2Office12ONBttnIE.dll
O9 - Extra button: Skype - {77BF5300-1474-4EC7-9980-D32B190E9B07} - C:Program FilesSkypeToolbarsInternet ExplorerSkypeIEPlugin.dll
O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:PROGRA~1MICROS~2Office12REFIEBAR.DLL
O9 - Extra button: @btrez.dll,-4015 - {CCA281CA-C863-46ef-9331-5C8D4460577F} - C:Program FilesLenovoBluetooth Softwarebtsendto_ie.htm
O9 - Extra Tools menuitem: @btrez.dll,-12650 - {CCA281CA-C863-46ef-9331-5C8D4460577F} - C:Program FilesLenovoBluetooth Softwarebtsendto_ie.htm
O13 - Gopher Prefix:
O16 - DPF: {6414512B-B978-451D-A0D8-FCFDF33E833C} (WUWebControl Class) - http://update.microsoft.com/windowsu...?1239469684989
O16 - DPF: {6E32070A-766D-4EE6-879C-DC1FA91D2FC3} (MUWebControl Class) - http://update.microsoft.com/microsof...?1239469772680
O17 - HKLMSystemCCSServicesTcpip..{6919E77B-522A-4E21-A7DA-27DD00711701}: NameServer = 134.219.101.211 134.219.101.212
O18 - Protocol: grooveLocalGWS - {88FED34C-F0CA-4636-A375-3CB6248B04CD} - C:Program FilesMicrosoft OfficeOffice12GrooveSystemServices.dll
O18 - Protocol: skype4com - {FFC8B962-9B40-4DFF-9458-1830C7DD7F5D} - C:PROGRA~1COMMON~1SkypeSKYPE4~1.DLL
O20 - Winlogon Notify: avgwlntf - C:WindowsSYSTEM32avgwlntf.dll
O23 - Service: Ac Profile Manager Service (AcPrfMgrSvc) - Lenovo - C:Program FilesThinkPadConnectUtilitiesAcPrfMgrSvc.exe
O23 - Service: Access Connections Main Service (AcSvc) - Lenovo - C:Program FilesThinkPadConnectUtilitiesAcSvc.exe
O23 - Service: Agere Modem Call Progress Audio (AgereModemAudio) - Agere Systems - C:Windowssystem32agrsmsvc.exe
O23 - Service: Apple Mobile Device - Apple Inc. - C:Program FilesCommon FilesAppleMobile Device SupportbinAppleMobileDeviceService.exe
O23 - Service: AVG7 Alert Manager Server (Avg7Alrt) - GRISOFT, s.r.o. - C:PROGRA~1GrisoftAVG7avgamsvr.exe
O23 - Service: AVG7 Update Service (Avg7UpdSvc) - GRISOFT, s.r.o. - C:PROGRA~1GrisoftAVG7avgupsvc.exe
O23 - Service: AVG7 Resident Shield Service (AvgCoreSvc) - GRISOFT, s.r.o. - C:PROGRA~1GrisoftAVG7avgrssvc.exe
O23 - Service: Diskeeper - Diskeeper Corporation - C:Program FilesDiskeeper CorporationDiskeeperDkService.exe
O23 - Service: Fn+F5 Service (FNF5SVC) - Lenovo. - C:Program FilesLENOVOHOTKEYFNF5SVC.exe
O23 - Service: Google Update Service (gupdate1c8e883963eb170) (gupdate1c8e883963eb170) - Google Inc. - C:Program FilesGoogleUpdateGoogleUpdate.exe
O23 - Service: Google Updater Service (gusvc) - Google - C:Program FilesGoogleCommonGoogle UpdaterGoogleUpdaterService.exe
O23 - Service: Intel(R) Matrix Storage Event Monitor (IAANTMON) - Intel Corporation - C:Program FilesIntelIntel Matrix Storage ManagerIaantmon.exe
O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:Program FilesCommon FilesInstallShieldDriver1150Intel 32IDriverT.exe
O23 - Service: PIXMA Extended Survey Program (IJPLMSVC) - Unknown owner - C:Program FilesCanonIJPLMIJPLMSVC.EXE
O23 - Service: iPod Service - Apple Inc. - C:Program FilesiPodbiniPodService.exe
O23 - Service: IPS Core Service (IPSSVC) - Lenovo Group Limited - C:Windowssystem32IPSSVC.EXE
O23 - Service: Pure Networks Net2Go Service (nmraapache) - Pure Networks, Inc. - C:Program FilesPure NetworksNetwork MagicWebServerbinnmraapache.exe
O23 - Service: Pure Networks Network Magic Service (nmservice) - Pure Networks, Inc. - C:Program FilesPure NetworksNetwork Magicnmsrvc.exe
O23 - Service: PMSveH - Lenovo - C:Program FilesLenovoPM DriverPMSveH.exe
O23 - Service: ProtexisLicensing - Unknown owner - C:Windowssystem32PSIService.exe
O23 - Service: Macrium Reflect Image Mounting Service (ReflectService) - Unknown owner - C:Program FilesMacriumReflectReflectService.exe
O23 - Service: Cyberlink RichVideo Service(CRVS) (RichVideo) - Unknown owner - C:Program FilesCyberLinkShared FilesRichVideo.exe
O23 - Service: Remote Procedure Call (RPC) Net (rpcnet) - Absolute Software Corp. - C:Windowssystem32rpcnet.exe
O23 - Service: System Update (SUService) - Lenovo Group Limited - C:Program FilesLenovoSystem UpdateSUService.exe
O23 - Service: ThinkVantage Registry Monitor Service - Lenovo Group Limited - C:Program FilesCommon FilesLenovotvt_reg_monitor_svc.exe
O23 - Service: On Screen Display (TPHKSVC) - Unknown owner - C:Program FilesLENOVOHOTKEYTPHKSVC.exe
O23 - Service: TSS Core Service (TSSCoreService) - IBM - C:Program FilesLenovoClient Security Solutiontvttcsd.exe
O23 - Service: TVT Backup Protection Service - Unknown owner - C:Program FilesLenovoRescue and Recoveryrrpservice.exe
O23 - Service: TVT Backup Service - Lenovo Group Limited - C:Program FilesLenovoRescue and Recoveryrrservice.exe
O23 - Service: TVT Scheduler - Lenovo Group Limited - c:Program FilesCommon FilesLenovoSchedulertvtsched.exe

--
End of file - 16345 bytes







thanks for any help - i should be revising and Ive spent the last week trying to fix this >.<

also, I was backing up my data (I hope if there is a virus it wont transfer) and I noticed that one file which wouldnt copy was C:UsersAll UsersMicrosoftRACStateData because there was a problem, it was corrupt or something.. could this mean anything? i think I may have accidentally done something to it when backing it up last time, but maybe im paranoid

i would try a system restore but it wont work.. i have advanced system care and that has rollbacks.. i dont think its the same and that might not work either >.< hyjackthis almost didnt open the first time.. i made a vista recovery CD as my laptop did not come with one but I dont really know what it does
since my date is backed up my big worry is my itunes since date added is my favourite feature and I dont know if this is transferable if I copy over from a backup theyll all be added the same day..
also a worry is to fix this soon because every time it shuts down unexpectedly or i hard reset this is bad for it?
again thanks for any help

Read More...
Your Ad Here

"Unauthorized change made to windows"

I am not sure what to do but i just got this error!

QUOTE:

When you use Windows Vista, you receive the following error message:
"An unauthorized change was made to your license."
To keep your system stable, you must go online and validate that your software is genuine:
- Validate Online
- Close



Read More...
Your Ad Here

Bluescreen: page_fault_in_nonpaged_area (Acer Aspire 6920g)

Ive had this Acer Aspire 6920g for about 7 months, and recently Ive started to get bluescreens randomly, sometimes right after boot. The BSOD says page_fault_in_nonpaged_area. How can I stop this?

Read More...
Your Ad Here

Exception-Driven Development


If you're waiting around for users to tell you about problems with your website or application, you're only seeing a tiny fraction of all the problems that are actually occurring. The proverbial tip of the iceberg.


iceberg.jpg


Also, if this is the case, I'm sorry to be the one to have to tell you this, but you kind of suck at your job -- which is to know more about your application's health than your users do. When a user informs me about a bona fide error they've experienced with my software, I am deeply embarrassed. And more than a little ashamed. I have failed to see and address the issue before they got around to telling me. I have neglected to crash responsibly.


The first thing any responsibly run software project should build is an exception and error reporting facility. Ned Batchelder likens this to putting an oxygen mask on yourself before you put one on your child:



When a problem occurs in your application, always check first that the error was handled appropriately. If it wasn't, always fix the handling code first. There are a few reasons for insisting on this order of work:



  1. With the original error in place, you have a perfect test case for the bug in your error handling code. Once you fix the original problem, how will you test the error handling? Remember, one of the reasons there was a bug there in the first place is that it is hard to test it.
  2. Once the original problem is fixed, the urgency for fixing the error handling code is gone. You can say you'll get to it, but what's the rush? You'll be like the guy with the leaky roof. When it's raining, he can't fix it because it's raining out, and when it isn't raining, there's no leak!



You need to have a central place that all your errors are aggregated, a place that all the developers on your team know intimately and visit every day. On Stack Overflow, we use a custom fork of ELMAH.


stackoverflow exception log


We monitor these exception logs daily; sometimes hourly. Our exception logs are a de-facto to do list for our team. And for good reason. Microsoft has collected similar sorts of failure logs for years, both for themselves and other software vendors, under the banner of their Windows Error Reporting service. The resulting data is compelling:



When an end user experiences a crash, they are shown a dialog box which asks them if they want to send an error report. If they choose to send the report, WER collects information on both the application and the module involved in the crash, and sends it over a secure server to Microsoft.


The mapped vendor of a bucket can then access the data for their products, analyze it to locate the source of the problem, and provide solutions both through the end user error dialog boxes and by providing updated files on Windows Update.


Broad-based trend analysis of error reporting data shows that 80% of customer issues can be solved by fixing 20% of the top-reported bugs. Even addressing 1% of the top bugs would address 50% of the customer issues. The same analysis results are generally true on a company-by-company basis too.



Although I remain a fan of test driven development, the speculative nature of the time investment is one problem I've always had with it. If you fix a bug that no actual user will ever encounter, what have you actually fixed? While there are many other valid reasons to practice TDD, as a pure bug fixing mechanism it's always seemed far too much like premature optimization for my tastes. I'd much rather spend my time fixing bugs that are problems in practice rather than theory.


You can certainly do both. But given a limited pool of developer time, I'd prefer to allocate it toward fixing problems real users are having with my software based on cold, hard data. That's what I call Exception-Driven Development. Ship your software, get as many users in front of it as possible, and intently study the error logs they generate. Use those exception logs to hone in on and focus on the problem areas of your code. Rearchitect and refactor your code so the top 3 errors can't happen any more. Iterate rapidly, deploy, and repeat the proces. This data-driven feedback loop is so powerful you'll have (at least from the users' perspective) a rock stable app in a handful of iterations.


Exception logs are possibly the most powerful form of feedback your customers can give you. It's feedback based on shipping software that you don't have to ask or cajole users to give you. Nor do you have to interpret your users' weird, semi-coherent ramblings about what the problems are. The actual problems, with stack traces and dumps, are collected for you, automatically and silently. Exception logs are the ultimate in customer feedback.


carnage4life: getting real feedback from customers by shipping is more valuable than any amount of talking to or about them beforehand


Am I advocating shipping buggy code? Incomplete code? Bad code? Of course not. I'm saying that the sooner you can get your code out of your editor and in front of real users, the more data you'll have to improve your software. Exception logs are a big part of that; so is usage data. And you should talk to your users, too. If you can bear to.


Your software will ship with bugs anyway. Everyone's software does. Real software crashes. Real software loses data. Real software is hard to learn, and hard to use. The question isn't how many bugs you will ship with, but how fast can you fix those bugs? If your team has been practicing exception-driven development all along, the answer is -- why, we can improve our software in no time at all! Just watch us make it better!


And that is sweet, sweet music to every user's ears.





[advertisement] Improve Your Source Code Management using Atlassian Fisheye - Monitor. Search. Share. Analyze. Try it for free!



Read More...

Your Ad Here

problems downloading IE8

Hello people,

Sorry if this is in the worng forum, but I am new here.

I have a problem and hoped someone could help me out.

I will try to describe this the best I can. I am using xp with sp3 and previously had ie7.
Yesterday, I tried to download ie8 but the download was interupted by my daughter pressing buttons on the keyboard.

Now I cant open ie at all. It tries to open but the window just dissapears.

I can still connect to the internet from the same computer and browse websites etc. through AOL.

I contated AOL for assistance and they told me IE8 is not compatible with the AOL software and it was a simple case of reinstalling IE7 and all would be fine.

I tried to do this but when I went to the microsoft website I could get as far as the download button, click it and nothing would happen. I have tried this several times. I have also tried to restore the computer back to before the time I tried to install IE8 but this is not helping.

I phoned AOL again who told me it was not an AOL problem as I was able to do everythinge else normally.

I do have an icon in the system tray stating that Local Area 2 connection has limited or no connectivity (4.4 mpbs ) and also cant open the internet options icon in the control panel.

I have tried to download some other stuff to find out if that works but no joy.

(ps I did use the microsoft website to install it so should not have picked up any nasties )

Any assistance you could give me in repairing this would be much appreciated.

Read More...
Your Ad Here

HJT Log Again new errors, keylogger?

Hello. i saw some new things popping up in task manager that ive never seen before.. heres mt HJT log... and in last post i was told to delete 3 things... i did but 2 of them keep comiing back

R0 - HKLMSoftwareMicrosoftInternet ExplorerSearch,SearchAssistant =
R0 - HKLMSoftwareMicrosoftInternet ExplorerSearch,CustomizeSearch =

so i duno what to do.. or if i really have keylogger.. please give a look over again.. sorry for all the troubles.


Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 4:40:26 PM, on 4/14/2009
Platform: Windows Vista SP1 (WinNT 6.00.1905)
MSIE: Internet Explorer v7.00 (7.00.6001.18000)
Boot mode: Normal

Running processes:
C:WindowsExplorer.EXE
C:Windowssystem32Taskmgr.exe
C:Windowssystem32NOTEPAD.EXE
C:Program FilesMozilla Firefoxfirefox.exe
C:Windowssystem32wuauclt.exe
C:Windowssystem32taskeng.exe
C:Trend MicroHijackThisHijackThis.exe

R1 - HKCUSoftwareMicrosoftInternet ExplorerMain,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKCUSoftwareMicrosoftInternet ExplorerMain,Start Page =
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Default_Page_URL = http://go.microsoft.com/fwlink/?LinkId=69157
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKLMSoftwareMicrosoftInternet ExplorerMain,Start Page = http://go.microsoft.com/fwlink/?LinkId=69157
R0 - HKLMSoftwareMicrosoftInternet ExplorerSearch,SearchAssistant =
R0 - HKLMSoftwareMicrosoftInternet ExplorerSearch,CustomizeSearch =
O1 - Hosts: ::1 localhost
O2 - BHO: Spybot-S&D IE Protection - {53707962-6F74-2D53-2644-206D7942484F} - C:SPYBOT~1SDHelper.dll
O2 - BHO: Windows Live Sign-in Helper - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:Program FilesCommon FilesMicrosoft SharedWindows LiveWindowsLiveLogin.dll
O2 - BHO: Google Toolbar Helper - {AA58ED58-01DD-4d91-8333-CF10577473F7} - C:Program FilesGoogleGoogle ToolbarGoogleToolbar.dll
O2 - BHO: Google Toolbar Notifier BHO - {AF69DE43-7D58-4638-B6FA-CE66B5AD205D} - C:Program FilesGoogleGoogleToolbarNotifier5.0.926.3450swg.dll
O2 - BHO: Windows Live Toolbar Helper - {BDBD1DAD-C946-4A17-ADC1-64B5B4FF55D0} - C:Program FilesWindows Live Toolbarmsntb.dll
O2 - BHO: Google Dictionary Compression sdch - {C84D72FE-E17D-4195-BB24-76C02E2E7C4E} - C:Program FilesGoogleGoogle ToolbarComponentfastsearch_219B3E1547538286.dll
O3 - Toolbar: Windows Live Toolbar - {BDAD1DAD-C946-4A17-ADC1-64B5B4FF55D0} - C:Program FilesWindows Live Toolbarmsntb.dll
O3 - Toolbar: &Google Toolbar - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - C:Program FilesGoogleGoogle ToolbarGoogleToolbar.dll
O4 - HKLM..Run: [Windows Defender] %ProgramFiles%Windows DefenderMSASCui.exe -hide
O4 - HKLM..Run: [RtHDVCpl] RtHDVCpl.exe
O4 - HKLM..Run: [Skytel] Skytel.exe
O4 - HKLM..Run: [NvCplDaemon] RUNDLL32.EXE C:Windowssystem32NvCpl.dll,NvStartup
O4 - HKLM..Run: [NvMediaCenter] RUNDLL32.EXE C:Windowssystem32NvMcTray.dll,NvTaskbarInit
O4 - HKCU..Run: [Steam] "c:steamsteam.exe" -silent
O4 - HKCU..Run: [swg] C:Program FilesGoogleGoogleToolbarNotifierGoogleToolbarNotifier.exe
O4 - HKCU..Run: [Aim6] "C:Program FilesAIM6aim6.exe" /d locale=en-US ee://aol/imApp
O4 - HKCU..Run: [EA Core] "C:Program FilesElectronic ArtsEADMCore.exe" -silent
O4 - HKCU..Run: [ehTray.exe] C:WindowsehomeehTray.exe
O4 - HKCU..Run: [SpybotSD TeaTimer] C:Spybot - Search & DestroyTeaTimer.exe
O4 - HKUSS-1-5-19..Run: [Sidebar] %ProgramFiles%Windows SidebarSidebar.exe /detectMem (User LOCAL SERVICE)
O4 - HKUSS-1-5-19..Run: [WindowsWelcomeCenter] rundll32.exe oobefldr.dll,ShowWelcomeCenter (User LOCAL SERVICE)
O4 - HKUSS-1-5-20..Run: [Sidebar] %ProgramFiles%Windows SidebarSidebar.exe /detectMem (User NETWORK SERVICE)
O8 - Extra context menu item: &Windows Live Search - res://C:Program FilesWindows Live Toolbarmsntb.dll/search.htm
O8 - Extra context menu item: E&xport to Microsoft Excel - res://C:PROGRA~1MICROS~3Office12EXCEL.EXE/3000
O9 - Extra button: Blog This - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:Program FilesWindows LiveWriterWriterBrowserExtension.dll
O9 - Extra Tools menuitem: &Blog This in Windows Live Writer - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:Program FilesWindows LiveWriterWriterBrowserExtension.dll
O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:PROGRA~1MICROS~3Office12REFIEBAR.DLL
O9 - Extra button: (no name) - {DFB852A3-47F8-48C4-A200-58CAB36FD2A2} - C:SPYBOT~1SDHelper.dll
O9 - Extra Tools menuitem: Spybot - Search & Destroy Configuration - {DFB852A3-47F8-48C4-A200-58CAB36FD2A2} - C:SPYBOT~1SDHelper.dll
O13 - Gopher Prefix:
O23 - Service: ManageEngine EventLog Analyzer 5.0 (eventloganalyzer) - Unknown owner - C:AdventNetMEEventLogbinwrapper.exe
O23 - Service: Google Updater Service (gusvc) - Google - C:Program FilesGoogleCommonGoogle UpdaterGoogleUpdaterService.exe
O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:Program FilesCommon FilesInstallShieldDriver11Intel 32IDriverT.exe
O23 - Service: NVIDIA Display Driver Service (nvsvc) - NVIDIA Corporation - C:Windowssystem32nvvsvc.exe
O23 - Service: PnkBstrA - Unknown owner - C:Windowssystem32PnkBstrA.exe
O23 - Service: SBSD Security Center Service (SBSDWSCService) - Safer Networking Ltd. - C:Spybot - Search & DestroySDWinSec.exe
O23 - Service: Steam Client Service - Valve Corporation - C:Program FilesCommon FilesSteamSteamService.exe
O23 - Service: Viewpoint Manager Service - Viewpoint Corporation - C:Program FilesViewpointCommonViewpointService.exe

--
End of file - 5466 bytes

Read More...
Your Ad Here

Hijack This Log - Programs auto-close, No internet access

My AV software expired recently and typically days before I was due to replace it, I appear to have been stung.
Software such as internet explorer and winamp automatically close within seconds of opening. My internet connection appears to be constantly trying to connect but not managing to do so.
I cannot install my new AV as the install quits mid-process.
I attempted to install Spybot but had the same problem, with the install quitting before completion.
I have installed Adaware without problems but found nothing to solve the problem.
I would greatly appreciate your time in helping me with this problem.

Here is my log:


Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 1:57:35 PM, on 04/15/2009
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v7.00 (7.00.6000.16791)
Boot mode: Normal

Running processes:
C:WINDOWSSystem32smss.exe
C:WINDOWSsystem32winlogon.exe
C:WINDOWSsystem32services.exe
C:WINDOWSsystem32lsass.exe
C:WINDOWSsystem32Ati2evxx.exe
C:WINDOWSsystem32svchost.exe
C:WINDOWSSystem32svchost.exe
C:PROGRA~1COMMON~1AOLACSAOLacsd.exe
c:APPSPowercinemaKernelTVCLCapSvc.exe
c:APPSPowercinemaKernelCLML_NTServiceCLMLServer.exe
C:Program FilesNeroNero8InCDInCDsrv.exe
C:Program FilesNeroNero8Nero BackItUpNBService.exe
C:AppsSoftexOmniPassOmniserv.exe
C:Program FilesCommon FilesSymantec SharedCCPD-LCsymlcsvc.exe
C:Program FilesCommon FilesUlead SystemsDVDULCDRSvr.exe
C:Program FilesSonicDigitalMedia LE v7MyDVD LEUSBDeviceService.exe
C:Program FilesViewpointCommonViewpointService.exe
C:Program FilesLinksys Wireless-G USB Wireless Network MonitorWLService.exe
C:Program FilesLinksys Wireless-G USB Wireless Network MonitorWUSB54GSv2.exe
c:APPSPowercinemaKernelTVCLSched.exe
C:WINDOWSsystem32Ati2evxx.exe
C:WINDOWSExplorer.EXE
C:WINDOWSsystem32wuauclt.exe
C:WINDOWSRTHDCPL.EXE
C:Program FilesJavajre1.6.0_07binjusched.exe
C:Program FilesSonicDigitalMedia LE v7MyDVD LEDetectorApp.exe
C:Program FilesCommon FilesInstallShieldUpdateServiceissch.exe
C:AppsSoftexOmniPassscureapp.exe
C:APPSPowercinemaPCMService.exe
C:appsABoardABoard.exe
C:Program FilesCommon FilesRealUpdate_OBrealsched.exe
C:Program FilesSonyCONNECTAutoUpdateCONNECTScheduler.exe
C:appsABoardAOSD.exe
C:Program FilesMicrosoft IntelliPointipoint.exe
C:Program FilesMicrosoft IntelliType Proitype.exe
C:Program FilesCommon FilesSymantec SharedPIF{B8E1DD85-8582-4c61-B58F-2F227FCA9A08}PIFSvc.exe
C:Program FilesNeroNero8InCDNBHGui.exe
C:Program FilesNeroNero8InCDInCD.exe
C:APPSSMPSmpSys.exe
C:Program FilesWindows LiveMessengerMsnMsgr.Exe
C:WINDOWSsystem32ctfmon.exe
C:Program FilesCommon FilesNeroLibNMBgMonitor.exe
C:Program FilesSonyCONNECTAutoUpdateCONNECTAUTrayApp.exe
C:Program FilesCommon FilesSony SharedGMRGMRMan.exe
C:Program FilesSonyCONNECTAutoUpdateCONNECTAutoUpdate.exe
C:AppsSoftexOmniPassOPXPApp.exe
C:Program FilesCommon FilesNeroLibNMIndexingService.exe
C:Program FilesCACA Internet Security Suiteccprovsp.exe
C:Program FilesCommon FilesNeroLibNMIndexStoreSvr.exe
C:Program FilesTrend MicroHijackThisHijackThis.exe

R1 - HKCUSoftwareMicrosoftInternet ExplorerMain,Search Bar = http://format.packardbell.com/cgi-bin/r ... key=SEARCH
R0 - HKCUSoftwareMicrosoftInternet ExplorerMain,Start Page = http://www.yahoo.com/
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Default_Page_URL = http://go.microsoft.com/fwlink/?LinkId=69157
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896
R1 - HKLMSoftwareMicrosoftInternet ExplorerMain,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R1 - HKCUSoftwareMicrosoftInternet ExplorerMain,Window Title = Packard Bell
O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:Program FilesAdobeAcrobat 7.0ActiveXAcroIEHelper.dll
O2 - BHO: Click-to-Call BHO - {5C255C8A-E604-49b4-9D64-90988571CECB} - C:Program FilesWindows LiveMessengerwlchtc.dll
O2 - BHO: SSVHelper Class - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:Program FilesJavajre1.6.0_07binssv.dll
O2 - BHO: Windows Live Sign-in Helper - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:Program FilesCommon FilesMicrosoft SharedWindows LiveWindowsLiveLogin.dll
O4 - HKLM..Run: [PHIME2002ASync] C:WINDOWSsystem32IMETINTLGNTTINTSETP.EXE /SYNC
O4 - HKLM..Run: [PHIME2002A] C:WINDOWSsystem32IMETINTLGNTTINTSETP.EXE /IMEName
O4 - HKLM..Run: [High Definition Audio Property Page Shortcut] HDAShCut.exe
O4 - HKLM..Run: [RTHDCPL] RTHDCPL.EXE
O4 - HKLM..Run: [Alcmtr] ALCMTR.EXE
O4 - HKLM..Run: [ATICCC] "c:Program FilesATI TechnologiesATI.ACEcli.exe" runtime -Delay
O4 - HKLM..Run: [SunJavaUpdateSched] "C:Program FilesJavajre1.6.0_07binjusched.exe"
O4 - HKLM..Run: [DetectorApp] C:Program FilesSonicDigitalMedia LE v7MyDVD LEDetectorApp.exe
O4 - HKLM..Run: [ISUSPM Startup] C:PROGRA~1COMMON~1INSTAL~1UPDATE~1ISUSPM.exe -startup
O4 - HKLM..Run: [ISUSScheduler] "C:Program FilesCommon FilesInstallShieldUpdateServiceissch.exe" -start
O4 - HKLM..Run: [OmniPass] C:AppsSoftexOmniPassscureapp.exe
O4 - HKLM..Run: [PCMService] "c:APPSPowercinemaPCMService.exe"
O4 - HKLM..Run: [IMJPMIG8.1] "C:WINDOWSIMEimjp8_1IMJPMIG.EXE /Spoil /RemAdvDef /Migration32"
O4 - HKLM..Run: [ACTIVBOARD] c:appsABoardABoard.exe
O4 - HKLM..Run: [TkBellExe] "C:Program FilesCommon FilesRealUpdate_OBrealsched.exe" -osboot
O4 - HKLM..Run: [QuickTime Task] "C:Program FilesQuickTimeqttask.exe" -atboottime
O4 - HKLM..Run: [CONNECTScheduler] "C:Program FilesSonyCONNECTAutoUpdateCONNECTScheduler.exe" /RUN_SCHEDULER
O4 - HKLM..Run: [IntelliPoint] "c:Program FilesMicrosoft IntelliPointipoint.exe"
O4 - HKLM..Run: [itype] "c:Program FilesMicrosoft IntelliType Proitype.exe"
O4 - HKLM..Run: [Symantec PIF AlertEng] "C:Program FilesCommon FilesSymantec SharedPIF{B8E1DD85-8582-4c61-B58F-2F227FCA9A08}PIFSvc.exe" /a /m "C:Program FilesCommon FilesSymantec SharedPIF{B8E1DD85-8582-4c61-B58F-2F227FCA9A08}AlertEng.dll"
O4 - HKLM..Run: [Microsoft Updates] svshost.exe
O4 - HKLM..Run: [NeroFilterCheck] C:Program FilesCommon FilesNeroLibNeroCheck.exe
O4 - HKLM..Run: [SecurDisc] C:Program FilesNeroNero8InCDNBHGui.exe
O4 - HKLM..Run: [InCD] C:Program FilesNeroNero8InCDInCD.exe
O4 - HKLM..Run: [NBKeyScan] "C:Program FilesNeroNero8Nero BackItUpNBKeyScan.exe"
O4 - HKLM..Run: [services] C:WINDOWSservices.exe
O4 - HKLM..Run: [H2O] C:Program FilesSyncroSoftPosH2Ocledx.exe
O4 - HKLM..Run: [cctray] "C:Program FilesCACA Internet Security Suitecctraycctray.exe"
O4 - HKLM..Run: [UserFaultCheck] %systemroot%system32dumprep 0 -u
O4 - HKLM..RunServices: [Microsoft Updates] svshost.exe
O4 - HKCU..Run: [SmpcSys] C:APPSSMPSmpSys.exe
O4 - HKCU..Run: [MsnMsgr] "C:Program FilesWindows LiveMessengerMsnMsgr.Exe" /background
O4 - HKCU..Run: [BgMonitor_{79662E04-7C6C-4d9f-84C7-88D8A56B10AA}] "C:Program FilesCommon FilesNeroLibNMBgMonitor.exe"
O4 - HKCU..Run: [Windows Update] C:WINDOWSsystem32keygen.exe
O4 - HKCU..Run: [ctfmon.exe] C:WINDOWSsystem32ctfmon.exe
O4 - HKCU..Run: [Veoh] "C:Program FilesVeoh NetworksVeohVeohClient.exe" /VeohHide
O4 - HKUSS-1-5-19..Run: [CTFMON.EXE] C:WINDOWSsystem32CTFMON.EXE (User LOCAL SERVICE)
O4 - HKUSS-1-5-20..Run: [CTFMON.EXE] C:WINDOWSsystem32CTFMON.EXE (User NETWORK SERVICE)
O4 - HKUSS-1-5-18..Run: [CTFMON.EXE] C:WINDOWSsystem32CTFMON.EXE (User SYSTEM)
O4 - HKUS.DEFAULT..Run: [CTFMON.EXE] C:WINDOWSsystem32CTFMON.EXE (User Default user)
O4 - Global Startup: CONNECTAUTrayApp.lnk = C:Program FilesSonyCONNECTAutoUpdateCONNECTAUTrayApp.exe
O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:Program FilesJavajre1.6.0_07binssv.dll
O9 - Extra Tools menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:Program FilesJavajre1.6.0_07binssv.dll
O9 - Extra button: Blog This - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:Program FilesWindows LiveWriterWriterBrowserExtension.dll
O9 - Extra Tools menuitem: &Blog This in Windows Live Writer - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:Program FilesWindows LiveWriterWriterBrowserExtension.dll
O9 - Extra button: PokerStars - {3AD14F0C-ED16-4e43-B6D8-661B03F6A1EF} - C:Program FilesPokerStarsPokerStarsUpdate.exe
O9 - Extra button: UltimateBet - {94148DB5-B42D-4915-95DA-2CBB4F7095BF} - C:Program FilesUltimateBetUltimateBet.exe
O9 - Extra Tools menuitem: UltimateBet - {94148DB5-B42D-4915-95DA-2CBB4F7095BF} - C:Program FilesUltimateBetUltimateBet.exe
O9 - Extra button: PartyPoker.com - {B7FE5D70-9AA2-40F1-9C6B-12A255F085E1} - C:Program FilesPartyGamingPartyPokerRunApp.exe
O9 - Extra Tools menuitem: PartyPoker.com - {B7FE5D70-9AA2-40F1-9C6B-12A255F085E1} - C:Program FilesPartyGamingPartyPokerRunApp.exe
O9 - Extra button: Real.com - {CD67F990-D8E9-11d2-98FE-00C0F0318AFE} - C:WINDOWSsystem32Shdocvw.dll
O9 - Extra button: (no name) - {e2e2dd38-d088-4134-82b7-f2ba38496583} - C:WINDOWSNetwork Diagnosticxpnetdiag.exe
O9 - Extra Tools menuitem: @xpsp3res.dll,-20001 - {e2e2dd38-d088-4134-82b7-f2ba38496583} - C:WINDOWSNetwork Diagnosticxpnetdiag.exe
O9 - Extra button: PartyPoker.net - {F4430FE8-2638-42e5-B849-800749B94EED} - C:Program FilesPartyGaming.NetPartyPokerNetRunPF.exe (file missing)
O9 - Extra Tools menuitem: PartyPoker.net - {F4430FE8-2638-42e5-B849-800749B94EED} - C:Program FilesPartyGaming.NetPartyPokerNetRunPF.exe (file missing)
O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:Program FilesMessengermsmsgs.exe
O9 - Extra Tools menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:Program FilesMessengermsmsgs.exe
O10 - Unknown file in Winsock LSP: c:windowssystem32lsptig.dll
O10 - Unknown file in Winsock LSP: c:windowssystem32lsplah.dll
O14 - IERESET.INF: START_PAGE_URL=file://C:APPSIEofflineuk.htm
O16 - DPF: {2E12FB00-546B-4EE3-9CC2-057BF02E1C17} (Webshots Multiple Media Uploader - Container) - http://community.webshots.com/html/atx/wsaxcontrol.cab
O16 - DPF: {406B5949-7190-4245-91A9-30A17DE16AD0} (Snapfish Activia) - http://www2.snapfish.com/SnapfishActivia.cab
O16 - DPF: {48DD0448-9209-4F81-9F6D-D83562940134} (MySpace Uploader Control) - http://lads.myspace.com/upload/MySpaceUploader1005.cab
O16 - DPF: {4F1E5B1A-2A80-42CA-8532-2D05CB959537} (MSN Photo Upload Tool) - http://gfx1.hotmail.com/mail/w2/resources/MSNPUpld.cab
O16 - DPF: {5D6F45B3-9043-443D-A792-115447494D24} (UnoCtrl Class) - http://messenger.zone.msn.com/EN-GB/a-U ... E_UNO1.cab
O16 - DPF: {5F8469B4-B055-49DD-83F7-62B522420ECC} (Facebook Photo Uploader Control) - http://upload.facebook.com/controls/Fac ... loader.cab
O16 - DPF: {67DABFBF-D0AB-41FA-9C46-CC0F21721616} (DivXBrowserPlugin Object) - http://go.divx.com/plugin/DivXBrowserPlugin.cab
O16 - DPF: {AF2E62B6-F9E1-4D4F-A10A-9DC8E6DCBCC0} (VideoEgg ActiveX Loader) - http://update.videoegg.com/Install/Wind ... lisher.exe
O16 - DPF: {C3F79A2B-B9B4-4A66-B012-3EE46475B072} (MessengerStatsClient Class) - http://messenger.zone.msn.com/binary/Me ... b56907.cab
O23 - Service: AOL Connectivity Service (AOL ACS) - America Online, Inc. - C:PROGRA~1COMMON~1AOLACSAOLacsd.exe
O23 - Service: Ati HotKey Poller - ATI Technologies Inc. - C:WINDOWSsystem32Ati2evxx.exe
O23 - Service: Automatic LiveUpdate Scheduler - Symantec Corporation - C:Program FilesSymantecLiveUpdateALUSchedulerSvc.exe
O23 - Service: CaCCProvSP - CA, Inc. - C:Program FilesCACA Internet Security Suiteccprovsp.exe
O23 - Service: CyberLink Background Capture Service (CBCS) (CLCapSvc) - Unknown owner - c:APPSPowercinemaKernelTVCLCapSvc.exe
O23 - Service: CyberLink Task Scheduler (CTS) (CLSched) - Unknown owner - c:APPSPowercinemaKernelTVCLSched.exe
O23 - Service: CyberLink Media Library Service - Cyberlink - c:APPSPowercinemaKernelCLML_NTServiceCLMLServer.exe
O23 - Service: InCD Helper (InCDsrv) - Nero AG - C:Program FilesNeroNero8InCDInCDsrv.exe
O23 - Service: iPod Service - Unknown owner - C:Program FilesiPodbiniPodService.exe (file missing)
O23 - Service: LiveUpdate - Symantec Corporation - C:PROGRA~1SymantecLIVEUP~1LUCOMS~1.EXE
O23 - Service: LiveUpdate Notice Service - Symantec Corporation - C:Program FilesCommon FilesSymantec SharedPIF{B8E1DD85-8582-4c61-B58F-2F227FCA9A08}PIFSvc.exe
O23 - Service: MSCSPTISRV - Sony Corporation - C:Program FilesCommon FilesSony SharedAVLibMSCSPTISRV.exe
O23 - Service: Nero BackItUp Scheduler 3 - Nero AG - C:Program FilesNeroNero8Nero BackItUpNBService.exe
O23 - Service: NMIndexingService - Nero AG - C:Program FilesCommon FilesNeroLibNMIndexingService.exe
O23 - Service: Softex OmniPass Service (omniserv) - Softex Inc. - C:AppsSoftexOmniPassOmniserv.exe
O23 - Service: PACSPTISVR - Sony Corporation - C:Program FilesCommon FilesSony SharedAVLibPACSPTISVR.exe
O23 - Service: PostgreSQL Database Server 8.3 (pgsql-8.3) - PostgreSQL Global Development Group - C:Program FilesPostgreSQL8.3binpg_ctl.exe
O23 - Service: Sony SCSI Helper Service - Sony Corporation - C:Program FilesCommon FilesSony SharedFskSonySCSIHelperService.exe
O23 - Service: Sony SPTI Service (SPTISRV) - Sony Corporation - C:Program FilesCommon FilesSony SharedAVLibSPTISRV.exe
O23 - Service: Symantec Core LC - Unknown owner - C:Program FilesCommon FilesSymantec SharedCCPD-LCsymlcsvc.exe
O23 - Service: Ulead Burning Helper (UleadBurningHelper) - Ulead Systems, Inc. - C:Program FilesCommon FilesUlead SystemsDVDULCDRSvr.exe
O23 - Service: USBDeviceService - Unknown owner - C:Program FilesSonicDigitalMedia LE v7MyDVD LEUSBDeviceService.exe
O23 - Service: Viewpoint Manager Service - Viewpoint Corporation - C:Program FilesViewpointCommonViewpointService.exe
O23 - Service: WUSB54GSv2SVC - GEMTEKS - C:Program FilesLinksys Wireless-G USB Wireless Network MonitorWLService.exe

--
End of file - 13859 bytes

Read More...
Your Ad Here