कमांड-प्रॉम्प्ट से, और एलिवेटेड कमांड प्रॉम्प्ट से, रन>
>whoami /groups
एक मानक कमांड प्रॉम्प्ट से आपको यह देखना चाहिए:
Group Name Type SID Attributes
====================== ===== ============ ========================
BUILTIN\Administrators Alias S-1-5-32-544 Group used for deny only
लेकिन एक उन्नत कमांड प्रॉम्प्ट से आपको यह देखना चाहिए:
Group Name Type SID Attributes
====================== ===== ============ ===============================================================
BUILTIN\Administrators Alias S-1-5-32-544 Mandatory group, Enabled by default, Enabled group, Group owner
अपने विशेषाधिकार की जाँच करें
यह जाँचने के बाद कि आप प्रशासक के समूह के सदस्य हैं (और इसे अस्वीकार नहीं किया जा रहा है), एक उन्नत कमांड प्रॉम्प्ट से अपने विशेषाधिकारों की जाँच करें:
>whoami /priv
सत्यापित करें कि आपके पास सभी विशेषाधिकार हैं जो एक व्यवस्थापक के पास होने चाहिए:
Privilege Name Description State
=============================== ========================================= ========
SeIncreaseQuotaPrivilege Adjust memory quotas for a process Disabled
SeSecurityPrivilege Manage auditing and security log Disabled
SeTakeOwnershipPrivilege Take ownership of files or other objects Disabled
SeLoadDriverPrivilege Load and unload device drivers Disabled
SeSystemProfilePrivilege Profile system performance Disabled
SeSystemtimePrivilege Change the system time Disabled
SeProfileSingleProcessPrivilege Profile single process Disabled
SeIncreaseBasePriorityPrivilege Increase scheduling priority Disabled
SeCreatePagefilePrivilege Create a pagefile Disabled
SeBackupPrivilege Back up files and directories Disabled
SeRestorePrivilege Restore files and directories Disabled
SeShutdownPrivilege Shut down the system Disabled
SeDebugPrivilege Debug programs Disabled
SeSystemEnvironmentPrivilege Modify firmware environment values Disabled
SeChangeNotifyPrivilege Bypass traverse checking Enabled
SeRemoteShutdownPrivilege Force shutdown from a remote system Disabled
SeUndockPrivilege Remove computer from docking station Disabled
SeManageVolumePrivilege Perform volume maintenance tasks Disabled
SeImpersonatePrivilege Impersonate a client after authentication Enabled
SeCreateGlobalPrivilege Create global objects Enabled
SeIncreaseWorkingSetPrivilege Increase a process working set Disabled
SeTimeZonePrivilege Change the time zone Disabled
SeCreateSymbolicLinkPrivilege Create symbolic links Disabled
नोट : एक विशेषाधिकार भले ही विकलांग कह सकता है , इसका मतलब है कि आपके पास अभी भी है - यह सिर्फ अक्षम है। एक गैर-एलिवेटेड कमांड प्रॉम्प्ट से एक मानक उपयोगकर्ता के साथ विपरीत:
Privilege Name Description State
============================= ==================================== ========
SeShutdownPrivilege Shut down the system Disabled
SeChangeNotifyPrivilege Bypass traverse checking Enabled
SeUndockPrivilege Remove computer from docking station Disabled
SeIncreaseWorkingSetPrivilege Increase a process working set Disabled
SeTimeZonePrivilege Change the time zone Disabled
मानक उपयोगकर्ताओं के पास प्रशासक के विशेषाधिकार नहीं हैं ।
एक बार जब आप एक उन्नत कमांड प्रॉम्प्ट चला रहे हैं, और आप देख सकते हैं कि आपके पास एक प्रशासक के सभी विशेषाधिकार हैं, चलाएं netsh
: