Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start RDP sessions silently #131

Open
Sqweeksyg opened this issue May 31, 2023 · 5 comments
Open

Start RDP sessions silently #131

Sqweeksyg opened this issue May 31, 2023 · 5 comments
Assignees

Comments

@Sqweeksyg
Copy link

Hi OI,

When we start the RDP sessions from the SPP web page, Scalus opens the Windows cmd line, shows some commands and it closes.
Would it be possible to run it silently to avoid disturbing users during the connection establishment?

Thank you for your nice job!

@JaredCuster JaredCuster self-assigned this Jun 22, 2023
@nawazsarwar124
Copy link

Did you find a way to start the session silently?

@Sqweeksyg
Copy link
Author

Not yet...
@JaredCuster do you have any news?

Thank you!

@nircamon82
Copy link

nircamon82 commented Jun 26, 2024

Hi, any news on that? did you find a way to start it silently?

@uobnsturner
Copy link

Would be great if this silent opening could be done.

@altiris4ever
Copy link

It seems to be hardcoded to run maximized in the terminal window. So i guess that has to be changed in the sourcecode.
But we can limit the amount of data thats is been shown to the user by editing the config file called appsettings.json under each users %localappdata%\scalus\ folder: By changing the "Console": true to false only the text community edition will now show in the terminal:

For all parameters I copy pasted from the wiki here:
Configuration
appsettings.json can be used to customize the runtime SCALUS behavior. Set MinLevel to Debug to get more detailed log file output. Set Console to true to log to the console window. Configuration files are stored in the user's profile folder as determined by the OS. Use the scalus info command to see full paths to log and configuration files.

{
"Logging": {
"FileName": "scalus.log",
"MinLevel": "Information",
"Console": true
},
"Configuration": {
"FileName": "scalus.json"
}
}
Usage
SCALUS command-line usage:

Session Client Application Launch Uri System (SCALUS)
Copyright (c) 2022 One Identity LLC

info Show information about the current SCALUS configuration
launch Launch an app configured for the specified URL
register Register SCALUS to handle URLs
ui (Default Verb) Run the configuration UI
unregister Unregister SCALUS for URL handling
verify Run a syntax check on a SCALUS configuration file
help Display more information on a specific command.
version Display version information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants