Wilders Security Forums  

Go Back   Wilders Security Forums > Official ESET Support Forum > ESET Home Users Products Forum > ESET Smart Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old April 17th, 2009, 05:42 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Big Grin A neat little batch file for shutting down/restarting XP with no Application popup

Just another tiny little work-a-round to keep from getting the Application popup for XP users till ESET gets around to fixing it (wouldn't attempt on pre-XP OS's, might damage Registry), could give it a shot on Vista...might work:

Make a batch file. Use Command prompt>fsutil file createnew C:\Shutdown.bat 5000 (5000 = size in bytes, but not all too critical)>Enter.

Edit .bat file to read:

taskkill /F /IM egui.exe
shutdown -s -t 04

(-t 04 = timeout in seconds till shutdown, make it whatever you like).

AND/OR

Use Command prompt>fsutil file createnew C:\Restart.bat 5000>Enter.

Edit to read:

taskkill /F /IM egui.exe
shutdown -r -t 04

(-r = reboot)

Put one and/or both .bat files into your Start Menu>Programs folder.

The rest is elementary, my dear Watson

It really does work if you'be been using the Interface and want to reboot/shutdown. No popup.
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)

Last edited by DarrenDavisLeeSome : April 17th, 2009 at 05:47 PM.
  #2  
Old April 17th, 2009, 10:08 PM
bodgy bodgy is offline
Very Frequent Poster
 
Join Date: Sep 2005
Location: Qld.
Posts: 2,387
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Or you could type EDIT and type and save the above as a bat file,

OR

attach the bat file for others to just copy and paste.


Colin
  #3  
Old April 18th, 2009, 12:20 AM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

I didn't want to have all the fun
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #4  
Old April 18th, 2009, 03:35 AM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Just how many people are getting these pop ups in XP? I've not had one.
__________________
JohnPlayer
  #5  
Old April 18th, 2009, 03:53 AM
ASpace
 
Posts: n/a
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by JohnPlayer
Just how many people are getting these pop ups in XP?

Just ... him... I suppose
  #6  
Old April 18th, 2009, 05:52 AM
JasSolo's Avatar
JasSolo JasSolo is offline
Frequent Poster
 
Join Date: May 2007
Location: Denmark
Posts: 414
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by HiTech_boy
Just ... him... I suppose

Good answer, hell i don't even know what pop-ups he's talking about


Cheers
  #7  
Old April 18th, 2009, 08:34 AM
Jager Jager is offline
Infrequent Poster
 
Join Date: Apr 2009
Posts: 26
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by HiTech_boy
Just ... him... I suppose
It's not just him, you should do your homework before you assume... I got them as well from both ESS 4 Beta and ESS 4. Other people have posted in the ESS forum that they have this probelm, and many more in the NOD32 forum. http://www.wilderssecurity.com/showthread.php?t=235326

Last edited by Jager : April 18th, 2009 at 09:09 AM.
  #8  
Old April 18th, 2009, 09:59 AM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Most of the time it's so quick that almost not noticeable (seen) but is mostly "heard". I've got my volume slider at the lowest setting and I can hear it. However, I do not have my Sounds and Audio devices>Sounds>Program events:>Windows on the default "Windows Critical Stop". I have it on "WindowsXP Battery Critical" which is 2 louder "Boom Booms" compared to the 1 softer "boom" of the default "Critical Stop" .

Good way to see if you're actually getting it is to go to Event/System logs and look for "Application popup".
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #9  
Old April 18th, 2009, 10:12 AM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Kinda getting off the topic of this thread.

Hope the mods do not lock it up.

Just wanted to show the people who are getting it a little work-a-round side step.

No need for the people NOT getting it to come in here...

For all I know those people who are NOT getting the popup have their Windows Error Reporting fully disabled.

For all I know, those who claim they are not getting it are really getting it but they're just yankin my chain cuz they think I'm a kook and they feel like giving me a hard time.

Oh well...
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #10  
Old April 18th, 2009, 10:32 AM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by DarrenDavisLeeSome
No need for the people NOT getting it to come in here...

For all I know those people who are NOT getting the popup have their Windows Error Reporting fully disabled.

For all I know, those who claim they are not getting it are really getting it but they're just yankin my chain cuz they think I'm a kook and they feel like giving me a hard time.

Oh well...

People can look at any post they want to. I have got error reporting enabled so it's not that. No need to yank your chain 'cos you're doing a pretty good job of it yourself.
__________________
JohnPlayer
  #11  
Old April 18th, 2009, 01:01 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Does your doggie bite?
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #12  
Old April 18th, 2009, 01:41 PM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by DarrenDavisLeeSome
Does your doggie bite?
No,it licks you to death
__________________
JohnPlayer
  #13  
Old April 18th, 2009, 02:07 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

What a nice doggie

Anyways, JohnPlayer, uh...I'm assuming you're running XP Pro SP3...right??

OEM or Retail?

Your system: is it HomeGrown, Custom built, or off-the-shelf?
Motherboard: Intel Chipset? VIA, Nvidia? On-board LAN?
Processor: Intel or AMD?

Assuming you installed XP yourself, did you use NTFS or FAT32 for the installation?

Do you let Windows/Automatic Updates install all the Windows Updates or do you download/extract/install them yourself?
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #14  
Old April 18th, 2009, 02:24 PM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by DarrenDavisLeeSome
What a nice doggie
It sure is Right I've got a custom build with an Asus P5B mobo,Intel Dual Core 2.66,NVidia graphics (1Gig),Marvell Yukon Ethernet Controller,4 Gig ram, along with 3x500 Gig hard drives. I'm running XP Pro. SP3 Retail with updates turned off on NTFS. I just go onto Windows Update every month to top up. Edit: I'm using IE8 never had IE7 on this install.
__________________
JohnPlayer
  #15  
Old April 18th, 2009, 02:57 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Hmmm...

Motherboard is in my Sig. Intel Chipset. Memory and HDD config in my Sig too.

I've got an Intel Wolfdale E8600 3.3Ghtz.

Tried IE8...they can keep it. Reminded me too much of Vista. Furthermore I hated it.

I download/extract/install ALL the Windows patches. I do use Windows Updates via the Device Manager to update a few of my device drivers.

I've got OEM XP Pro. No red carpet treatment from Microsoft for me

I have used FAT32 for all but maybe 3 or 4 months with XP since it was first released. Hated the way my system ran with NTFS. Very unstable and a handful of my apps ran really crappy. Some of my device drivers didn't like it either. Also had some problems after installing a few of XP's patches. When I decided to go back to FAT32 my system ran 10x better so I stuck with it.

The difference in our filing systems is probably a key.

Dunno...maybe someday I'll try installing XP with NTFS and see if I still get the popup. Even if I convert to NTFS on my present OS, I'll still get the popup.
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #16  
Old April 18th, 2009, 05:32 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Okay.

I am using my tennant's computer right now. Some piece of junk that he (my tennant) paid $200 total for which also includes some piece of junk Dell CRT Monitor. Some piece of junk Dell Mouse, some piece of junk Dell keyboard. But, my tennant likes it. Works good enough for him. Just a toy for him. He's uh...mentally challenged...so I have to help him alot with his computer stuff.

Running XP Pro SP3 OEM (Student or Academic version...or something like that), fully updated.

Had to upgrade the memory to 1GB. Had only 512Kb when he bought it...boy was it SLOW. I hated working on it.


So, I uninstalled ESS 3.0.672 then installed ESS 4.0.417. Everything went well. Used the Toolbar Icon to update it. Updated fine, no problems. No problems with the network/internet connection. Surfed a little here, little there. No sweat.

Then I rebooted/shutdown.

And....

Got the Application popup.

So, that makes a total of 4 different machines running XP Pro SP3 that have gotten the Application popup after I installed ESS 4.0 then rebooted/shutdown after using the Interface. Heck, my tennant's machine is still slow enough that sometimes when I reboot/shutdown I can actually see it, plain as day, and read it too.
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #17  
Old April 19th, 2009, 01:58 AM
patch patch is offline
Regular Poster
 
Join Date: May 2007
Posts: 176
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by HiTech_boy
Just ... him... I suppose
Same happens on my multiple computers.
Hadn't bothered to comment only because their are larger problems with ESS eg
- Firebird blocking
- False DNS attacks -> internet blocking
- Mediocre firewall protection
- Firewall set up labour intensive (unless use automatic with Microsoft equivalent functionality).
- ESET assuming production users actually want to beta test there software
  #18  
Old April 19th, 2009, 02:35 AM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

@DarrenDavisLeeSome just a silly thought here. It wouldn't be anything to do with your ISP would it?
__________________
JohnPlayer
  #19  
Old April 19th, 2009, 04:03 AM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Uh...my ISP?

Are you asking me if the Application popup that I'm getting (and probably thousands of others are getting) is caused by my ISP?

You're...uh...well......joking....right?

Hmmmm.


That's a real brain-teaser.

I mean, I can be totally disconnected from the network/internet, use the Interface to maybe run a short little 5 second custom scan, reboot/shutdown and get the Application popup.....on all 4 machines....so....um...that...*sigh*...pretty well takes my ISP out of the picture.

Oh..c'mon, John. Are you serious?
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #20  
Old April 19th, 2009, 05:05 AM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by DarrenDavisLeeSome

Oh..c'mon, John. Are you serious?
It was only a thought. You're in the US I'm in the UK.

Have you tried:
Open REGEDIT and navigate to 'HKEY_CURRENT_USER\Control Panel\Desktop\'
Highlight the 'WaitToKillAppTimeout' value.
Set it to '1000' (the default should be 20000).
Now highlight the 'HungAppTimeout' value
Set it to '1000' also.

Open REGEDIT and navigate to 'HKEY_USERS\.DEFAULT\Control Panel\Desktop'
Highlight the 'WaitToKillAppTimeout' value.
Set it to '1000' (the default should be 20000).
Now highlight the 'HungAppTimeout' value.
Set it to '1000' also.

Open REGEDIT and navigate to 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\'

Highlight the value 'WaitToKillServiceTimeout'

Change this value to '1000.'

Open REGEDIT and navigate to 'HKEY_CURRENT_USER\Control Panel\Desktop'

Highlight the value 'AutoEndTasks.'

Change the value to '1'
__________________
JohnPlayer

Last edited by JohnPlayer : April 19th, 2009 at 05:12 AM.
  #21  
Old April 19th, 2009, 12:10 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Hello from the other side of the planet

Actually, your question was worth some thought.

Tried the Registry fixes. Rebooted twice. Came back and ran a custom scan. Rebooted and got the popup.

I'm wondering if there is a difference between your English version and the American English version...

Wondering if there could be something amiss with my downloaded install package. I must have downloaded it at least 4 different times. I'm assuming that I am downloading from the ESET servers in Europe. It does take quite awhile to download. You'd think that ESET would have a server in the U.S. by now.
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)

Last edited by DarrenDavisLeeSome : April 19th, 2009 at 12:15 PM.
  #22  
Old April 19th, 2009, 12:14 PM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Quote:
Originally Posted by DarrenDavisLeeSome
Hello from the other side of the planet
Very strange. Normally doing that to the registry stops everything.
__________________
JohnPlayer
  #23  
Old April 19th, 2009, 12:17 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

I'll go double check....
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #24  
Old April 19th, 2009, 12:54 PM
DarrenDavisLeeSome's Avatar
DarrenDavisLeeSome DarrenDavisLeeSome is offline
Frequent Poster
 
Join Date: Mar 2009
Location: Riverside, CA U.S.A
Posts: 315
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Okay. I did set up all the Registry keys that as you suggested.

I then took your suggestions a bit farther: I changed ALL of the corresponding "WaitToKillTimeout" and "HungAppTimeout" values using Find.
Rebooted, came back, looked for updates, ran a couple of quick custom scan, rebooted, and got the popup.

Hey, John, did you catch the editions that I made?:

Quote:
I'm wondering if there is a difference between your English version and the American English version...

Wondering if there could be something amiss with my downloaded install package. I must have downloaded it at least 4 different times. I'm assuming that I am downloading from the ESET servers in Europe. It does take quite awhile to download. You'd think that ESET would have a server in the U.S. by now.
__________________
Gigabyte P35 DQ6 Motherboard, PNY GeForce 8800 GTS, 4x2GB Mushkin ASCENT Memory, 4 Western Digital SATA 2 HDD's, Hauppauge HVR 1600 NTSC/ATSC QAM Combo TV Tuner: HOMEGROWN with XP Pro Service Pack 3 and ESS 4.0.437 (Done testing Windows 7. Microsoft can keep that garbage. It's Vista all over again)
  #25  
Old April 19th, 2009, 01:17 PM
JohnPlayer's Avatar
JohnPlayer JohnPlayer is offline
Regular Poster
 
Join Date: May 2007
Location: Hertfordshire UK
Posts: 53
Default Re: A neat little batch file for shutting down/restarting XP with no Application popup

Eset has got a server in the US: BetterAntivirus.com. It's where I bought mine. Sorry to hear that changing the registry hasn't helped at all.
__________________
JohnPlayer
 

Wilders Security Forums > Official ESET Support Forum > ESET Home Users Products Forum > ESET Smart Security « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 04:30 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums