Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Icon will not delete  (Read 8620 times)

0 Members and 1 Guest are viewing this topic.

Monty72

  • Guest
Icon will not delete
« on: June 30, 2006, 07:00:18 PM »
I get this when I try to delete the "beatcrart" icon from my desktop.

System Info:
Windows XP home addition, SP1
Intel celeron 2.70GHz
760 MB of RAM


homer



    Expert
    Re: Icon will not delete
    « Reply #1 on: June 30, 2006, 07:09:49 PM »
    hmmm this probably isnt the reason , but might as well ask for trail and error sakes....ur not by any chance seeding it via a bittorent client are u??


    also, could u please post a pic of ur running processes? (CTRL+ALT+DEL>processes tab)

    BTW... did u just do a clean install? cause i mean thats one BARREN destop! ;D
    « Last Edit: June 30, 2006, 07:12:47 PM by homer »

    spazz

    • Guest
    Re: Icon will not delete
    « Reply #2 on: June 30, 2006, 07:10:20 PM »
    try alt n control,delete and find the process and kill it....then remove it from your desktop..if that dont work then just reboot..and try to remove it from the desktop

    Monty72

    • Guest
    Re: Icon will not delete
    « Reply #3 on: June 30, 2006, 07:35:47 PM »
    I have tryed that, and homer I like to keep my desktop clean. ;D

    homer



      Expert
      Re: Icon will not delete
      « Reply #4 on: June 30, 2006, 07:40:00 PM »
      so u have looked over ur running processes list and its not there?

      Monty72

      • Guest
      Re: Icon will not delete
      « Reply #5 on: June 30, 2006, 07:42:12 PM »
      No its not there.

      homer



        Expert
        Re: Icon will not delete
        « Reply #6 on: June 30, 2006, 07:44:16 PM »
        hmmm might be malware related. download Hijack This and post a log here.

        u can download hijack this from here
        « Last Edit: June 30, 2006, 07:44:26 PM by homer »

        Monty72

        • Guest
        Re: Icon will not delete
        « Reply #7 on: June 30, 2006, 07:49:25 PM »
        No luck with that.

        homer



          Expert
          Re: Icon will not delete
          « Reply #8 on: June 30, 2006, 07:51:06 PM »
          no luck with what??? u didnt post a log...
          « Last Edit: June 30, 2006, 07:52:02 PM by homer »

          LGCarmona

          • Guest
          Re: Icon will not delete
          « Reply #9 on: July 01, 2006, 08:41:33 AM »
          My knowledge of Windows is limited but what occurs to me in reading your post is that if you were to invoke the MSDos command prompt (Start – Run – CMD – Enter) and then go to the desktop subdirectory where the icon file is located and you were to delete the icon file using the MSDos delete command (Del XYZ.ICO Enter, wouldn’t this work?

          RapedApe

          • Guest
          Re: Icon will not delete
          « Reply #10 on: July 01, 2006, 09:15:44 AM »
          That wouldn't work either. The only way that just deleting it MIGHT work is by typing this

          Code: [Select]
          del filename.ext -y
          This will auto-yes and is the same thing as holding the shift key when deleting. It deletes and skips the recycle bin, just gone. However, your best option for deleting the file would be this

          Code: [Select]
          cacls filename.ext /p guest:n
          Then reboot the machine and use the previous line of code to remove the file. If that doesn't work lemme know and I'll find something else for ya. One more thing, it doesn't look like an icon as those usually have the little arrow in the bottom left corner like firefox so you might wanna find out what the extension is before continuing(sp?) with the commands. If you're not sure of the extension then after you bring up the command prompt just type 'dir' and press enter. That'll bring up the filename and the extension. Good Luck [smiley=thumbsup.gif]

          Blackberry



            Adviser
          • For those with wings, fly to your dreams.
            Re: Icon will not delete
            « Reply #11 on: July 01, 2006, 12:28:31 PM »
            Monty, try this.... google for killbox and run it, type the locatian of the filename and click on the red 'x', this will delete your file :)
            Everybody knows you can't click here. But I know you will try it :)

            Monty72

            • Guest
            Re: Icon will not delete
            « Reply #12 on: July 01, 2006, 02:36:35 PM »
            Sorry, didn't work  >:(  It say's that the "this file does not seem to exist"
            HELP!

            RapedApe

            • Guest
            Re: Icon will not delete
            « Reply #13 on: July 01, 2006, 03:32:11 PM »
            It saying the file does not exist means you're not typing in the right extension. Open up the command prompt and type 'dir' then enter and it will give you the proper extension. Then try with that. I'm gonna guess it's an exe so...

            Code: [Select]
            cacls beatcraft.exe /p guest:n
            If I'm wrong and it's not an exe file then just replace 'exe' with whatever the extension really is. Afterwards just reboot and then open a command prompt and type

            Code: [Select]
            del beatcraft.exe -y
            This, of course, will only work if I guessed the right extension. If you can't figure out how to make this work properly then try blackberry's idea. Killbox is pretty sweet and should handle this file as well.

            Monty72

            • Guest
            Re: Icon will not delete
            « Reply #14 on: July 01, 2006, 03:42:27 PM »
            When I try to open it it say's that it NOT a valid Win32 Application.