batch file auto-generated with each login

  • Thread starter Thread starter rin
  • Start date Start date
R

rin

Please help me!!!

When user login, the system will automatically generate
the secure.bat under temp folder. Contain :
@echo off
net share C$ /delete /y
net share D$ /delete /y
net share IPC$ /delete /y
net share ADMIN$ /delete /y

and sharing was disabled. When deleted the secure.bat
file and restart, it will auto-generate again.

Has anyone encountered this and know how to resolve this
problem? Thank you!!!
 
rin said:
Please help me!!!

When user login, the system will automatically generate
the secure.bat under temp folder. Contain :
@echo off
net share C$ /delete /y
net share D$ /delete /y
net share IPC$ /delete /y
net share ADMIN$ /delete /y

and sharing was disabled. When deleted the secure.bat
file and restart, it will auto-generate again.

Has anyone encountered this and know how to resolve this
problem? Thank you!!!

It's one of your startup applications that generates the batch
file. If you're unable to locate the cause then you can at least
neutralise it by creating your own empty batch file of the same
name, and setting its NTFS permissions so that nothing, not
even the system, can modify it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top