This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2011-09-27 16:32:35

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: Autorun.inf?

Recycler is Conficker.C's fake folder. It hides in system files, and my school computers have it. It doesn't do anything, as far as we know.

Offline

 

#27 2011-09-27 16:47:42

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: Autorun.inf?

COME ON, i NEED FILEASSASIN!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#28 2011-09-27 16:55:46

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: Autorun.inf?

1. Boot into safe mode (I think it's hold F8 during start up)
2. On different USB, save malwarebytes or something from a different computer.
3. Run it on the computer with the virus (on safe mode)
4. Hope


http://i46.tinypic.com/dw7zft.png

Offline

 

#29 2011-09-27 17:31:27

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Re: Autorun.inf?

FileAssassin download link - it's on MediaFire - can you access that?


IHeartGaming

Offline

 

#30 2011-09-28 11:55:39

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: Autorun.inf?

i tried it, but th autorun.inf respawns.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#31 2011-09-28 12:22:38

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: Autorun.inf?

FIXED!!  big_smile   big_smile

I simply made a folder called autorun.inf in me USB, and now, no autoruns can be made! few drawbacks. can't use autorun anymore and the recycler folder keeps spawning


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#32 2011-09-28 12:37:36

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Autorun.inf?

Servine wrote:

FIXED!!  big_smile   big_smile

I simply made a folder called autorun.inf in me USB, and now, no autoruns can be made! few drawbacks. can't use autorun anymore and the recycler folder keeps spawning

Trying doing this:

Hello Friends,

i got one solution yesterday.

Step 1:

Create .bat file like "KillAutorun.bat" paste below code to bat file.



attrib -r autorun.inf
del autorun.inf
md autorun.inf
attrib +r +h autorun.inf
Dissable_auto_run.reg



Step 2:

Creating .reg File "Dissable_auto_run.reg" to stop windows Auto run.



REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveAutoRun"=dword:000000ff

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run]
"Policies"=hex(2):43,3a,5c,57,49,4e,44,4f,57,53,5c,73,79,73,74,65,6d,33,32,5c,\
77,69,6e,64,6f,77,73,33,32,5f,72,61,69,6e,73,74,65,72,5c,6d,79,73,6c,69,64,\
65,73,2e,65,78,65,00


Step 3:

Palce both files (Dissable_auto_run.reg and KillAutorun.bat) in USB root.

Execute(doubble Click) KillAutorun.bat

Step 4:

Assume USB drive id is "I:"

Open I:\RECYCLER\S-1-5-21-1482476501-3352491937-682996330-1013\

in this folder will have some exe file Eg: myslides.exe

Create one batch file same as Step 1.


Eg: Create .bat file like "KillAutorun.bat" paste below code to bat file.

attrib -r myslides.exe
del myslides.exe
md myslides.exe
attrib +r +h myslides.exe


Run this bat file from "I:\RECYCLER\S-1-5-21-1482476501-3352491937-682996330-1013\"

Note: S-1-5-21-1482476501-3352491937-682996330-1013 this folder name will differ from one system to another system.

Found it on a website.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

Board footer