Questions tagged [nla]
8 questions
2
votes
3 answers
Using the RDP control to login to a Vista machine that requires Network Level Authentication
I'm trying to use the mstscax.dll (Microsoft Remote Desktop Control) to login to a Vista machine that requires Network Level Authentication.
I've played around with all the methods in IMsRdpClientNonScriptable4, IMsRdpClientAdvancedSettings4 and…

Jon Clegg
- 3,870
- 4
- 25
- 22
2
votes
1 answer
Install Microsoft KB951608 with WIX
On our server (win 2008 r2) we enabled the setting "force network authentication" to enforce that the client must support the NLA, because the port 3389 is directly reachable from the internet. But on Windows XP SP3 the NLA seems to be disabled per…

Snowfox
- 1,112
- 1
- 10
- 12
1
vote
0 answers
Blender 2.9 + Python script – Need help adding multiple action clips / action strips to an NLA track
How can you add multiple action clips to a single NLA track in Blender 2.9 using a Python script?
I'm trying to loop through a file with rows of:
frame_number=X, object_name=Y, animation=Z
e.g.
frame_number=1235, object_name=31,…

Projectile Creative
- 11
- 2
0
votes
0 answers
Windows Network List Manager domain auth profile
My win 10 clients detect just fine that they are in a domain network and hence set the network connection profile to domain auth.
My Win 11 test machines (both on a physical machine and on a VM) do not detect the correct profile but detect a…

Chris
- 143
- 7
0
votes
1 answer
In Blender, how can I copy an animation from one bone to another using the built in python tools?
I wanted to have all translation animations on a "root" bone, and all rotation animations on a child "hips" bone, but I accidentally put all the animations on the hips bone and now I cannot use root motion in the game engine!
Preferably I would not…

Iceball 457
- 3
- 3
0
votes
0 answers
Ansible Nla function change value
I'm trying to disable the nla function in windows using ansible
need to insert the value 0 need to replace 1
what am I do wrong?
host: Test01
- name: Get NLA Authentication information
ansible.windows.win_powershell:
script: |
…
0
votes
0 answers
AWS Windows Server with FSx connected to DC problem with RDP NLA
Just quick basics: Everything in in the same VPC and subnet. Security groups and ACLs are correct (based on aws documentation).
Now... I've got Windows Server 2019 EC2 instance with Domain Controller. I used that DC to create FSx for Windows.
Then…

kkarczewski
- 331
- 3
- 19
-1
votes
1 answer
Registry value not change
so i just start learn about powershell script
my objective is to uncheck this one
system properties
so i create powershell script to run the file.reg
this is my test1.ps1
$username = "desktop-2ussd\viola"
$password = "qwerty"
$AdminCred = New-Object…