Windows 10: How to change an icon of exe using only Win32 in c++ without any other third-party tools...

Discus and support How to change an icon of exe using only Win32 in c++ without any other third-party tools... in Windows 10 Customization to solve the problem; How to change an icon of exe using only Win32 in C++ without any other third-party tools like "Resource Hacker" etc..... Discussion in 'Windows 10 Customization' started by Gundyr 0x54, Jan 31, 2025.

  1. How to change an icon of exe using only Win32 in c++ without any other third-party tools...


    How to change an icon of exe using only Win32 in C++ without any other third-party tools like "Resource Hacker" etc..

    :)
     
    Gundyr 0x54, Jan 31, 2025
    #1
  2. bha19 Win User

    Change icon for .exe


    I am using Windows 10 Home 64 and want to change the .exe icon for a program I have. If I go to properties there is no way to do this so how is this done in Windows 10 without creating a shortcut or another program? I used to be able to do this before Windows 10. Also there is a similar program .exe on my computer that has the icon I want but if I try to create a short cut for the program I want to use this icon with and then go to change icon and try to use the icon from the .exe I want it says that the .exe I want the icon from has no icon associated with it how can this be when it is there in front of me?
     
    bha19, Jan 31, 2025
    #2
  3. *.exe icons changed

    That's strange. Try creating a new local account for testing purposes and see if the icons render correctly.

    To quickly create a user account, open admin Command Prompt and run.

    • net user TESTUSER myp@ssword /add
    Log in as TESTUSER and see if .exe files appear correctly. If it's does, the issue you're facing is a per-user issue (i.e., this rules out broken DLL registration, etc.)

    Log off from TESTUSER and login to the main account.

    Delete the TESTUSER account by running:

    • net user TESTUSER /delete
     
    Ramesh Srinivasan, Jan 31, 2025
    #3
  4. bha19 Win User

    How to change an icon of exe using only Win32 in c++ without any other third-party tools...

    Change icon for .exe


    Strange thing happened the .exe icon that was blank (looks like a white sheet of paper with one corner folded over) is now correct today. Any how until yesterday it was not correct so I right clicked on it and then clicked on properties. What comes up is general/compatibility/security/details/previous versions. If I create a shortcut to the .exe then hit properties on the shortcut there is a way to change the icon. The problem there was the icon I wanted to change it to said there was no icon associated with it. How could this be. Anyhow all seems fine now but I would still like to know how to change the icon picture of an original .exe and not the shortcut.
     
    bha19, Jan 31, 2025
    #4
Thema:

How to change an icon of exe using only Win32 in c++ without any other third-party tools...

Loading...
  1. How to change an icon of exe using only Win32 in c++ without any other third-party tools... - Similar Threads - change icon exe

  2. How to change an icon of exe using only Win32 in c++ without any other third-party tools...

    in Windows 10 Gaming
    How to change an icon of exe using only Win32 in c++ without any other third-party tools...: How to change an icon of exe using only Win32 in C++ without any other third-party tools like "Resource Hacker" etc.. https://answers.microsoft.com/en-us/windows/forum/all/how-to-change-an-icon-of-exe-using-only-win32-in-c/3cd88b70-1d91-46fe-bbf2-f184d6148175
  3. How to change an icon of exe using only Win32 in c++ without any other third-party tools...

    in Windows 10 Software and Apps
    How to change an icon of exe using only Win32 in c++ without any other third-party tools...: How to change an icon of exe using only Win32 in C++ without any other third-party tools like "Resource Hacker" etc.. https://answers.microsoft.com/en-us/windows/forum/all/how-to-change-an-icon-of-exe-using-only-win32-in-c/3cd88b70-1d91-46fe-bbf2-f184d6148175
  4. Drop box to SharePoint online migration without using third party tools

    in Windows 10 Gaming
    Drop box to SharePoint online migration without using third party tools: I want to migrate client environment from drop box to one drive without using third party tools. Can somebody guide me what free tools are available for the same also what is the other approach I can take through coding....
  5. Drop box to SharePoint online migration without using third party tools

    in Windows 10 Software and Apps
    Drop box to SharePoint online migration without using third party tools: I want to migrate client environment from drop box to one drive without using third party tools. Can somebody guide me what free tools are available for the same also what is the other approach I can take through coding....
  6. Drop box to SharePoint online migration without using third party tools

    in Windows 10 Network and Sharing
    Drop box to SharePoint online migration without using third party tools: I want to migrate client environment from drop box to one drive without using third party tools. Can somebody guide me what free tools are available for the same also what is the other approach I can take through coding....
  7. How To Change Start Menu Icon Without Third-Party Software

    in Windows 10 Gaming
    How To Change Start Menu Icon Without Third-Party Software: I'm trying to figure out how can I change the start menu icon but so far, I couldn't find anything on the internet. All the answers include third-party software which are not ready for windows 11. Is there a way I can change the icon through system softwares? Like control...
  8. How To Change Start Menu Icon Without Third-Party Software

    in Windows 10 Software and Apps
    How To Change Start Menu Icon Without Third-Party Software: I'm trying to figure out how can I change the start menu icon but so far, I couldn't find anything on the internet. All the answers include third-party software which are not ready for windows 11. Is there a way I can change the icon through system softwares? Like control...
  9. how to mute mic without any third party software

    in Windows 10 Customization
    how to mute mic without any third party software: how to mute mic without any third party software https://answers.microsoft.com/en-us/windows/forum/all/how-to-mute-mic-without-any-third-party-software/8367f5e7-90c0-4eea-afac-ae618c9fc9fd
  10. How to set CPU affinity permanently for .exe without third party software

    in Windows 10 Customization
    How to set CPU affinity permanently for .exe without third party software: I want to set permanent CPU affinity for .exe file to one logical processor. But below are my restrictions for it.1 I don't want to use any third party software.2 I don't want to use shortcut or batch file of the .exeIs there any way I can set the affinity permanently so...