Internet Explorer 32bit Creates a File on Desktop

bigbadphil

New member
Local time
12:54 AM
Messages
4
I have a problem that seems to only effect the 32 bit version of my IE. When I run it, it automatically creates a file on the desktop. This file is unknown to windows and is differently named each time. Currently the example I have for you now is IÛt. The names that it creates are usually close to that one. No extension at the end, just that. When I open this file, it asks the usual, what do I want to use to open it, when I get it open this is what it contains,

2/14/2010 13:34:25|734|hComboIE7:0|hHookPC:0|hIFrame:0|hWndAddress:0|wndLong:0|wndLongCB:0|wndPC:1987358635|TabProcessID:0|TabThreadID:0|Message:SetSite(); before ReadParam()|Redirect:|Text:;

This does not happen when I use the 64bit version and I would just use the 64bit version but it does not support some websites. It has not always done this, only after a few weeks after install it started.

Any help to rectify this would be appriciated.
 

My Computer My Computer

OS
Windows 7 Home Edition

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell XPS 420
OS
Windows 10, Home Clean Install
CPU
Intel Core2 processsor Q8200(2.33Ghz 1333FSB) Quad Core Tech
Motherboard
Dell
Memory
6 gb
Graphics Card(s)
ATI Radeon 256MB HD3650
Sound Card
Intergrated 7.1 Channel Audio
Monitor(s) Displays
Dell SP2009W 20"
Hard Drives
640 GB Serial ATA Hard drive
Cooling
Fan
Keyboard
Dell USB Keyboard
Mouse
Dell Premium Optical USB
Internet Speed
DSL 2.85
Ok I ran malwarebytes, found a couple of files. Deleted them and rebooted. Still the same thing happens. I don't really want to just hide the file. I was looking more for a resolution
 

My Computer My Computer

OS
Windows 7 Home Edition
I would suggest if Malwarebytes 'found a couple of files' and still the problem persists, that you may only have found 'the tip of the iceberg'
 

My Computer My Computer

Computer Manufacturer/Model Number
HP dv6519tx
OS
Windows 7 Ultimate x64
CPU
1.80 GHz Intel Core 2 Duo processor T7100
Memory
3 gig ddr2
Graphics Card(s)
NVIDIA GeForce 8400M GS
Sound Card
Realtek High Definition Audio
Monitor(s) Displays
15.4” WXGA High Definition BrightView Widescreen
Screen Resolution
1280 x 800
Hard Drives
Hitachi 320 GB (5400 rpm)
PSU
90 W AC Power Adapter
Cooling
Kitchen plate under the lappy
Keyboard
101 key compatible
Mouse
Touch Pad with On/Off button and dedicated vertical Scroll
Internet Speed
Three Wireless internet prepaid using E160G USB dongle
I know this has been a long time since this thread has been posted in, but I do have the exact same problem. But I've noticed, this ONLY occurs on users with Roaming Profiles/Folder Redirection. On local accounts, this does not happen. I've clean installed the server with 2008R2 and clean installed the client computers and I still have this problem. At this stage I do not think Malware or Virus is causing this. Can anyone help?
Malwarebytes did not find anything and neither did avast! Server 4.8

This can be solved by the following script:
Code:
@ECHO off
If not exist %userprofile%\AppData\Local\Temp\Low (
 echo.
 echo Creating Low Folder...
 mkdir %userprofile%\AppData\Local\Temp\Low
)
echo.
echo Apply Integrity Level...
echo.
ICACLS "%userprofile%\AppData\Local\Temp\Low" /setintegritylevel (OI)(CI)low
exit
 
Last edited:

My Computer My Computer

OS
Windows 7 Professional x64
Back
Top