mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-14 02:27:22 -07:00
Update apps
This commit is contained in:
parent
eca971de03
commit
adabe322c3
6 changed files with 52 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
Copyright 2014 Stas'M Corp.
|
||||
Copyright 2015 Stas'M Corp.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -439,6 +439,15 @@ begin
|
|||
end;
|
||||
end;
|
||||
Reg.CloseKey;
|
||||
Reg.OpenKey('\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services', True);
|
||||
if rgShadow.ItemIndex >= 0 then begin
|
||||
try
|
||||
Reg.WriteInteger('Shadow', rgShadow.ItemIndex);
|
||||
except
|
||||
|
||||
end;
|
||||
end;
|
||||
Reg.CloseKey;
|
||||
Reg.Free;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue