Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
Style |
---|
.page-metadata {display:none;} #comments-section { display:none; } #likes-and-labels-container { display:none; } #main-header { display:none; } #create-page-button { display:none; } |
...
- Windows Server 2008 R2
- Windows Server 2012 R2
- Windows Server 2016
- Windows Server 2019
- Windows 7
- Windows 8.1
- Windows 10
...
class | pagebreak |
---|
Versions notes
...
- Initial version
...
- sync issue solved for old versions of VMS when telnet mode is used (commands and username/password were shifted)
...
- Copyright update
...
- 'telnet' mode is no more supported due to compatibility issues
- New parameter "
commandparams
" added in .ini file that allows additional parameters for rsh and ssh.
Example using ssh:
commandparams=-o Ciphers=+3des-cbc -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostKeyAlgorithms=+ssh-dss
Notes: must be defined without quotes
- New parameters "
openconsolecmd
" and "openconsolearg
" added in .ini file that allows to open the legacy OS console while shutting down the (legacy) OS.
Notes:
- The "
openconsolecmd
" parameter must contain the executable full path (without quotes) - The "
openconsolearg
" parameter is optional (and without quotes)
Example using putty:
openconsolecmd=C:\Program Files\CHARON\Build_20203\x64\putty
openconsolearg=-load OPA0 -P 10003
- New parameter "
identityfsys
" added in .ini file that allows specific identity file for ssh when script is executed with "system" account (if added to Windows shutdown). If not specified the "identityfile
" parameter is used
...
minor change in display for information messages
...
added banner to help identify what is running during Windows shutdown
...
error handling when stopping service added
...
script stop moved to a singe function
...
during execution the window name is changed according to messages reported in the log file
...
Include Page | ||||
---|---|---|---|---|
|