@Sreehari-J, I see your subscription in Paypal. Do you want me to cancel it?
-
RE: Subscription Cancelposted in General Discussion
-
RE: Subscription for 1 pc onlyposted in General Discussion
@zedsyd4-EZ, sorry no. The system is built to understand subscribed, or not subscribed, and subscribed means multiple PC's and multiple commands per minute.
-
RE: Macro to enter textposted in General Discussion
@zedsyd4-EZ please try putting a space between each character in your password (like in my example).
-
RE: Macro to enter textposted in General Discussion
@zedsyd4-EZ, I'd use nircmd.exe for that.
For example, this would type "hello world":
nircmd.exe sendkeypress h e l l o spc w o r l dYou can download it here: https://www.nirsoft.net/utils/nircmd.html
-
Cheap screen to send text to with an ssh commandposted in General Discussion
In case you want a command that sends some text to a screen, I created this project:
https://github.com/rvmey/esp32-s3-ssh-wled/blob/master/JC3248W535.md
Example command:
ssh -i ~/.ssh/id_ed25519 admin@<device-ip> 'landscape; color white; textcolor blue; fontsize 8; text Hello\nWorld!'The result:

Go here to flash it:
https://rvmey.github.io/esp32-s3-ssh-wled/Here are some store listings to get the hardware:
https://www.aliexpress.us/item/3256810472549403.html
https://www.amazon.com/DIYmalls-Capacitive-Touchscreen-JC3248W535C-ESP32-S3-WROOM-1/dp/B0DGXRZ58VEDIT 4/7/2026:
I made a new version of the firmware that I can control as a TRIGGERcmd computer.
-
RE: Linux deb gives forbidden when trying to downloadposted in General Discussion
@Yoni, thank you for reporting this.
Please try again. It should work now.
-
RE: é possivel desligar o Computador e Monitor com um comando?posted in Windows
@Alisson-Teixeira, I translated that as:
"I would like to know if it's possible to turn off the monitor and the computer at the same time with just one command? In the free version? With the example command, the monitor enters power saving mode, but doesn't turn off completely...
Question for Windows please"
You can run multiple commands in one command by putting && between commands, like this:
nircmd.exe monitor off && shutdown /s /t 10 -
TRIGGERcmd Misson Control appposted in Windows
I created a separate app for triggering commands called TRIGGERcmd Misson Control.

