Public

Importing PowerTags into session's registry
Batch script @echo off REG ADD HKCU\SOFTWARE\Cameyo /f /v UserID /t REG_SZ /d "%USER_ID%" REG ADD HKCU\SOFTWARE\Cameyo /f /v UserIP /t REG_SZ /d ...
Wed, 7 Jul, 2021 at 7:19 AM
Message box upon session start
PowerTag script !STARTUP_BEFORE_SYNC_VBS=~MsgBox "Some message here", vbSystemModal
Wed, 7 Jul, 2021 at 7:18 AM
Recreating Cameyo's RemoteUserX Temporary User Profiles
Cameyo utilizes Temporary user profiles designed to be cleared of all personal user data upon closure of a session. In some cases, Administrators may lo...
Mon, 7 Aug, 2023 at 5:36 PM
[PS] Exporting a cluster's IP addresses into a CSV file
PowerShell script: $clientSecret = "***************************************************" $companyId = "********-****-****-****-***********&q...
Wed, 8 Feb, 2023 at 8:10 AM
Make Quick Access links persistent
By default changes to the Quick Access links are not persistent. To make Quick Access links persistent, you have to follow these steps: Create a...
Mon, 5 Feb, 2024 at 3:05 AM