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

Author Topic: Changing program icon of a batch file??  (Read 2057 times)

0 Members and 1 Guest are viewing this topic.

samushi

  • Guest
Changing program icon of a batch file??
« on: September 12, 2007, 08:53:21 AM »
Is this possible? and if not, is it possible with executables?

Dark Blade

  • Forum Gaming Master


  • Adviser

    Thanked: 24
    • Yes
  • Experience: Experienced
  • OS: Windows XP
Re: Changing program icon of a batch file??
« Reply #1 on: September 14, 2007, 12:25:37 AM »
No, I do not think that is possible. However, you can change the icon of a memory stick or CD by using an autorun file.

Fen_Li



    Beginner

  • G-Smart thing Smart
  • Thanked: 2
    Re: Changing program icon of a batch file??
    « Reply #2 on: September 14, 2007, 12:11:15 PM »
    Quote
    Changing program icon of a batch file ??
    u can just change the default icon on registry value :
    ------------------------------------------------------------------
    "HKCR\batfile\DefaultIcon"
     Default:%SystemRoot%\System32\shell32.dll,-153
    ------------------------------------------------------------------
    change default value to your icon location ..
    i.e : Default:D:\Icon\MyOwnBatchIcon.ico
    ..Still Newbie KID..