eliweitzman / EnterpriseTechTool

A one-stop-shop powershell-based application for automating and abstracting enterprise service tasks!
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

[BUG] Wi-Fi diagnostic still runs reports and opens without UAC in Non-admin #48

Closed eliweitzman closed 1 year ago

eliweitzman commented 1 year ago

Describe the bug When running ETT 1.2 in Non-admin, the new Wi-Fi tools still runs a diagnostic or at least opens a file locally. Need to move the open function to under the UAC lockout

To Reproduce Steps to reproduce the behavior:

  1. Go to Functions > Launch Wi-Fi Diagnostics
  2. Choose "No" on UAC prompt

Expected behavior Nothing

Desktop (please complete the following information):

eliweitzman commented 1 year ago

A simple try-catch will fix this. working on it now