How can I change the task bar icon of a published game? I've tried numerous methods described in various threads on this forum. All methods have something lacking. The one I have been using is changing the acknex.exe file's icon through a resource editor (ResEdit specifically) and then publishing with the new acknex.exe file. This works perfectly except for one problem: The icon that shows in the Windows task bar comes from acknex.dll, not acknex.exe. Using the same resource-editing method with acknex.dll works, but only with the -nc flag and only when launching directly from WED. If I publish the game, even adding the -nc flag to a shortcut that points to the published exe does not work. The engine returns an error saying that the implementation "has been corrupted" (even though -nc should prevent the engine from looking for corruption). So, how can the icon in the Windows task bar be changed in addition to the exe icon?