Build into 1 single exe with no .dlls
dotnet publish -r win-x64 -c Release --self-contained /p:PublishSingleFile=true
or
dotnet publish -c release -r win10-x64 -o ./publish-win10
- 4 Different themes (Green, blue, gold, purple)
- Dark mode / light mode
- Secure password copying (Clears clipboard after 15 seconds)
- Quick access to command prompt commands
- Application specific panel to store teamviewer credentials for computer counting and quick reflecting
- A notepad with autosaving functionality
- The notepad will resume any saved files if found in /documents
- Always on top on all forms
Settings file is stored in C:\Users\$USERNAME$\AppData\Roaming\CopyPastaSettings\CopypastaSettings.txt
Autosaved text document from the notepad is saved to C:\Users\$USERNAME$\Documents\Support tool auto saved notepad.txt