I'm more set up with webdev, and would like suggestions on how I could implement an idea. Note, I'm not asking for any scripts, nor way to do it, but I would like tips on which tools / language would be most appropriate to do something close to what I would like.
My idea would be to create a mini-app, executable on windows, with graphical interface.
The idea of the app is to install the network printers, directories, perform some functions like cleaning the browser cache, etc.
I can do all this with batch scripts, offering menus for the user to choose what they need, I also know I could automate all of this, but it's still not my purpose.
Is it possible to do something similar to the graphical environment, offering a menu for the user?
I'm looking at visual studio, but I'm not sure that this is the best way.
I know that this is not applicable to other environments other than the one I intend to use, but even so, I would like to try, by purely learning any other language for the desktop.
Suggestions?