Skip to content

Commit

Permalink
Update client build version to windows 10
Browse files Browse the repository at this point in the history
This changes the server behavior, specifically triggers the smartcard
service to start.
  • Loading branch information
awly authored and qwqVictor committed Apr 19, 2024
1 parent ffdbc22 commit 09ee53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/gcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pub fn client_core_data(parameter: Option<ClientData>) -> Component {
"colorDepth" => U16::LE(ColorDepth::RnsUdColor8BPP as u16),
"sasSequence" => U16::LE(Sequence::RnsUdSasDel as u16),
"kbdLayout" => U32::LE(client_parameter.layout as u32),
"clientBuild" => U32::LE(3790),
"clientBuild" => U32::LE(18363), // Windows 10, Version 1909, same as FreeRDP
"clientName" => client_name.to_unicode(),
"keyboardType" => U32::LE(KeyboardType::Ibm101102Keys as u32),
"keyboardSubType" => U32::LE(0),
Expand Down

0 comments on commit 09ee53b

Please sign in to comment.