File tree 3 files changed +12
-0
lines changed
doc/next/6-stdlib/99-minor/os/user 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ On Windows, [ Current] can now be used in Windows Nano Server.
2
+ The implementation has been updated to avoid using functions
3
+ from the ` NetApi32 ` library, which is not available in Nano Server.
Original file line number Diff line number Diff line change
1
+ On Windows, [ Current] has been made considerably faster when
2
+ the current user is joined to a slow domain, which is the
3
+ usual case for many corporate users. The new implementation
4
+ performance is now in the order of milliseconds, compared to
5
+ the previous implementation which could take several seconds,
6
+ or even minutes, to complete.
Original file line number Diff line number Diff line change
1
+ On Windows, [ Current] now returns the process owner user when
2
+ the current thread is impersonating another user. Previously,
3
+ it returned an error.
You can’t perform that action at this time.
0 commit comments