Click here to Skip to main content
15,887,404 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I just seen this :

User Interface Replacement for Explorer

Excellent !

I tried it using a GPO, it works.
Except i need to modify the source code and compile the new code.
For example, on windows 2012 server, to logoff, it is better to use the bin : logoff.exe
I also want to add some new button like the "exit" button , for ex : place new shortcut for software.

The problem :
I don't know how to compile the code.
And so which software i need to modify the source files and compile ??

Thank you very much.

Cheers,
Posted

1 solution

You should post article related questions in the Comments and Discussions[^] section on the bottom of the article.

However, your question is more general and can be also answered here:
You need Microsoft Visual C# which is included in Visual Studio. It provides you with the editor to modify the sources and the C# compiler.
 
Share this answer
 
Comments
jasper_ 6-Feb-14 9:37am    
Thank you very much.
I will try with Visual Studio 2010.

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