rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LightBright

Pages: 1
1
HFS ~ HTTP File Server / Re: hfs.exe disappears on reboot
« on: July 30, 2010, 06:51:39 PM »
Maybe, I don't know it was a 2008 version and I have allready uninstalled it.

2
HFS ~ HTTP File Server / Re: hfs.exe disappears on reboot
« on: July 30, 2010, 06:10:21 PM »
I have all ready removed Super AntiSpyware, and the disappearing hfs.exe problem has gone away.
I don't know if the latest vesion of Super AntiSpyware still does this, I would hope not.

3
HFS ~ HTTP File Server / Re: hfs.exe disappears on reboot
« on: July 28, 2010, 06:43:20 PM »
Thanks for the quick reply. Sure Enough I had Super AntiSpyware from 2008 lurking on my PC.

4
HFS ~ HTTP File Server / hfs.exe disappears on reboot
« on: July 27, 2010, 09:49:14 PM »
my HFS.exe disappears on reboot. I added it to Microsoft Security Essentials exceptions and have even uninstalled Microsoft Security Essentials but it keeps on happening.

Is any one else having this problem ?
Actually I was just thinking I should try renaming it.

Has any one else had this problem ?

5
F.A.Q.s / Re: a method to get folder size
« on: July 27, 2010, 08:08:22 PM »
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(strWindowsdir & "\explorer.exe")
MsgBox("file size = " & f.size)

Pages: 1