Skip to content

support tool to help customer support technicians complete tasks faster.

Notifications You must be signed in to change notification settings

l33m4n/Support-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support tool

How to build the application from source. (Using windows 10 and visual studio,)

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

Features

  • 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

Documentation

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

Screenshots

Main window screenshot Command buttons tab screenshot Teamviewer credentials tab screenshot Notepad window screenshot

About

support tool to help customer support technicians complete tasks faster.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages