|
|
|
|
|
by l3m0ndr0p
3665 days ago
|
|
Here are some, or maybe this is not part of the NT Kernel...
1. The use of drive letters A-Z for file system access.
2. Creating symbolic links to files and folders, like you can in Unix/Linux. You have to set a setting somewhere to enable this, but there's a security risk.
3. Standard functional/usable non-gui terminal application like Unix/Linux ssh. PowerShell doesn't come close.
4. Ability to SUDO or su Admin like Unix/Linux.
Maybe these are not kernel related above, but the OS specific layer. |
|
2. `mklink` [0] has existed since Windows Vista for NTFS file system. No settings toggling required.
3. What is your argument against PowerShell? In what ways does it fall short? I have been pretty successful with using it for various tasks.
4. This is about the only legit claim. Windows always requires full credentials to execute as another user. Windows does provide `runas.exe`, but you must provide the target user's full credentials.
[0] https://technet.microsoft.com/en-us/library/cc753194%28v=ws....