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...
Tue, 19 Jul, 2022 at 2:52 AM
Restricting Chrome URLs per App
Google Chrome has a built in policy management which allows you to black or white list URLs. If you want to do that for your whole system, the approach is ...
Tue, 20 Dec, 2022 at 12:43 PM
Mounting file shares within Cameyo sessions
Simple mount !STARTUP_BEFORE_PS1=$user = "net user"^|$pass = ConvertTo-SecureString "password" -AsPlainText -Force^|$cred = New-O...
Sun, 5 Feb, 2023 at 7:19 AM
[PS] Exporting a cluster's IP addresses into a CSV file
PowerShell script: $clientSecret = "***************************************************" $companyId = "********-****-****-****-***********&q...
Wed, 8 Feb, 2023 at 8:10 AM