Jump to content

Ý <--- what is this folder?


Recommended Posts


Posted

Looks like you updated with a Vietnamese made version of something...and now have a trojan....but then its not like you provided anything to go on

Posted

It's quicktime's temp directory folder. Sometimes it gets deleted, sometimes it doesn't. meh. The installer routine isn't always perfect :)

Posted

do a search on those funky characters...

I believe the remedy, was open up the file (that deletes the folder) on EDIT, through a CMD prompt (EDIT BATCH.CMD) and then enter the command there and save. You'll still need to use the Ý though

Posted

I decided to delete it via an autoit script. C: should only have three folders when it's done -- Documents and Settings, Program Files, and WINNT. So the following autoit script opens up explorer, scrolls down to that stupid Ý folder, and deletes it.

I consider it safe, because for those random times when the Ý folder is NOT created, it simply delets the next item down, which is my clean.bat file (it has already run, so it's not needed anyway).

; --- Start ---

Run("C:\WINNT\explorer.exe /n,/e,/select,c:")

Sleep(5000)

Send("{ENTER}")
Sleep(500)
Send("{DOWN}")
Sleep(500)
Send("{DOWN}")
Sleep(500)
Send("{DOWN}")
Sleep(500)
Send("{DELETE}")

; --- End ---

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...