--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote: > As I suspected it seems to be started as a service. Some processes in > the Security Context of System, which include services, don't create > any window at all or do so temporarily, at least on your logon session. > > First search your registry for 'BrmfRsmg', and find out the name of > the service (:registry's Key name). If you want to prevent it > permanently from triggering, just delete the Key. > > If you merely want to close it, you may use: > net stop sevice_name > Or you can use PSService.exe: > http://www.sysinternals.com/Utilities/PsService.html > > However, some services do not accept Stop/Pause request. Then you may > have to kill/suspend the process using: > http://www.sysinternals.com/Utilities/PsKill.html > http://www.sysinternals.com/Utilities/PsSuspend.html
BTW, you can just use the name of the process for PsKill/PsSuspend like: pskill.exe BrmfRsmg Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12higflpu/M=362131.6882499.7825260.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1124772228/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
