I’m such a noob at this but basically I created a small internet “cleanser” batch file for friends and family to just have a single click button to run a simple script to fix some common internet issues.
It basically is
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Prompts if ok with a reset to continue, yes continues no doesn’t continue next two steps.
netsh int ip reset
netsh winsock reset
200 second timer before reset of computer
My problem lies in that I can’t send batch files over their emails or usb drive because it gets flags as possibly harmful. The other point is that I have to give me instructions to run it. It has been very helpful and I felt proud for making it.
I was looking how to make small interface and exe to where it could run these things and make it easier for them.
It won’t be flagged and I can have it just a button press for the user and it tells them exactly what the program is doing.
I am just getting started. Could anyone point me in the right direction?