I have a program which is supposed to create a listing in the Spacetree through regedit additions.
Almost everything is working fine, but my icon isn't showing.
This is the code which is setting the icon:
reg add HKCU\Software\Classes\CLSID\{5107667c-149a-47c8-b0c9-e4bf9132f17d}\DefaultIcon /ve /t REG_EXPAND_SZ /d "%Program Files (x86)%\PowerFolder.com\PowerFolder\PowerFolder.exe", /f
- [Full Code]: https://puu.sh/DUhZz/ac147be668.bat
- [Missing Icon]: https://i.stack.imgur.com/sV3hh.png
- [How the Icon should look like]: https://i.stack.imgur.com/wWsMN.png
What could be the problem?