Update TGBeta.ps1

This commit is contained in:
2025-01-28 00:39:55 -05:00
parent 4d0ce22a53
commit 5309202724

View File

@@ -5,7 +5,6 @@
### add the .net silent install tweaks to toolkit ### add the .net silent install tweaks to toolkit
### for the reg tweak need to do/undo function maybe it should have it own check box list ### for the reg tweak need to do/undo function maybe it should have it own check box list
### added offboard check boxes for dattormm, dattodeb, rocketcyber, cyberQP, SVSHelpdesk and Splashtop ### added offboard check boxes for dattormm, dattodeb, rocketcyber, cyberQP, SVSHelpdesk and Splashtop
### for the offboarding button, we need to fix the uninstall-svsmsp module
### need to fix path in the uninstall-DattoEDR - ### need to fix path in the uninstall-DattoEDR -
####### ❌ [Error] [GeneralTask] Uninstallation command 'C:\Program Files\Infocyte\Agent\agent.exe' not found. (Event ID: 3000) - bad path ####### ❌ [Error] [GeneralTask] Uninstallation command 'C:\Program Files\Infocyte\Agent\agent.exe' not found. (Event ID: 3000) - bad path
@@ -1148,7 +1147,7 @@ function GetHtmlContent {
}); });
// Trigger fetchSites() on Enter key press // Trigger fetchSites() on Enter key press
n8nPasswordInput.addEventListener('keydown', (event) => { n8nPasswordInput.addEventListener('keydown', (event) => {
if (event.key === 'Enter' && n8nPasswordInput.value.length >= 4) { if (event.key === 'Enter' && n8nPasswordInput.value.length >= 12) {
fetchSites(); // Call the fetchSites function fetchSites(); // Call the fetchSites function
} }
}); });