Click here to Skip to main content
15,888,315 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi,

I would like to modify the default name that appear when a new shortcut is created. I found out that this can be done using the resource hacker by modifying the String Table -> 1896 in Shell32.dll. I would like to know if this can be done programmatically using c# and if so how.

Thank You

--
Vinod
Posted

Disclaimer, this is risky business.

See this link[^] for a manual way to edit Shell32.dll . By using the File[^] class and the Process[^] class you may be able to mimic this procedure.
 
Share this answer
 
I wouldn't do it because it's a system DLL, and Vista/Weven don't like it when you mess with system DLLs.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900