विंडोज 10 में यूजर अकाउंट विवरण कैसे देखें
यदि आप विंडोज 10(Windows 10) पीसी पर हैं, तो हो सकता है कि आप अपने पीसी पर अपने उपयोगकर्ता खाते या अन्य खातों के बारे में कुछ जानकारी प्राप्त करना चाहें जैसे पूरा नाम, खाता प्रकार इत्यादि। तो इस ट्यूटोरियल में, हम आपको दिखाएंगे कि सभी जानकारी कैसे प्राप्त करें आपके उपयोगकर्ता खाते या आपके पीसी पर सभी उपयोगकर्ता खाते के विवरण के बारे में। यदि आपके पास बहुत अधिक उपयोगकर्ता खाते हैं, तो उन सभी का विवरण याद रखना असंभव है और यह वह जगह है जहाँ यह ट्यूटोरियल मदद के लिए आता है।
आप प्रत्येक खाते के विवरण के साथ उपयोगकर्ता खातों की पूरी सूची को नोटपैड फ़ाइल में भी सहेज सकते हैं जहां भविष्य में इसे आसानी से एक्सेस किया जा सकता है। कमांड प्रॉम्प्ट का उपयोग करके एक साधारण कमांड के माध्यम से उपयोगकर्ता खातों का विवरण निकाला जा सकता है। तो बिना समय बर्बाद किए, आइए नीचे सूचीबद्ध गाइड की मदद से विंडोज 10(Windows 10) में यूजर अकाउंट विवरण कैसे देखें देखें ।(View User Account Details)
विंडोज 10(Windows 10) में यूजर अकाउंट विवरण(View User Account Details) कैसे देखें
कुछ गलत होने की स्थिति में एक पुनर्स्थापना बिंदु बनाना(create a restore point) सुनिश्चित करें ।
विधि 1: किसी विशेष उपयोगकर्ता खाते का विवरण देखें(Method 1: View Details of a particular User Account)
1. ओपन कमांड प्रॉम्प्ट(Command Prompt) । उपयोगकर्ता ‘cmd’( ‘cmd’) की खोज करके इस चरण को निष्पादित कर सकता है और फिर एंटर दबा सकता है।
2. सीएमडी में निम्न कमांड टाइप करें और एंटर दबाएं(Enter) :
शुद्ध उपयोगकर्ता उपयोगकर्ता_नाम(net user user_name)
नोट:(Note:) user_name को उस उपयोगकर्ता खाते के वास्तविक उपयोगकर्ता नाम से बदलें जिसके लिए आप विवरण निकालना चाहते हैं ।(Replace)
3. इस बारे में विस्तृत जानकारी के लिए कि कौन सा क्षेत्र क्या दर्शाता है, कृपया इस ट्यूटोरियल के अंत तक स्क्रॉल करें।
4. परिवर्तनों को सहेजने के लिए अपने पीसी को रीबूट करें और यह है विंडोज 10 में उपयोगकर्ता खाता विवरण कैसे देखें।(How to View User Account Details in Windows 10.)
विधि 2: सभी उपयोगकर्ता खातों का विवरण देखें(Method 2: View Details of All User Accounts)
1. ओपन कमांड प्रॉम्प्ट(Command Prompt) । उपयोगकर्ता ‘cmd’( ‘cmd’) की खोज करके इस चरण को निष्पादित कर सकता है और फिर एंटर दबा सकता है।
2. सीएमडी में निम्न कमांड टाइप करें और एंटर दबाएं(Enter) :
wmic उपयोगकर्ताखाता सूची पूर्ण(wmic useraccount list full)
3. अब यदि आपके पास कई उपयोगकर्ता खाते हैं, तो यह सूची लंबी होगी इसलिए सूची को नोटपैड फ़ाइल में निर्यात करना बेहतर होगा।
4. कमांड को cmd में टाइप करें और एंटर दबाएं(Enter) :
wmic useraccount list full >”%userprofile%\Desktop\user_accounts.txt”
5. उपरोक्त फ़ाइल user_accounts.txt डेस्कटॉप पर सहेजी जाएगी जहां इसे आसानी से एक्सेस किया जा सकता है।
6. बस इतना ही, और आपने सफलतापूर्वक सीख लिया है कि विंडोज 10 में उपयोगकर्ता खाता विवरण कैसे देखें।(How to View User Account Details in Windows 10.)
आउटपुट फ़ाइल के बारे में जानकारी:(Information about Output File:)
Properties | Description |
AccountType | A flag that describes the characteristics of the user account.
|
Description | Description of the account if available. |
Disabled | True or False if the user account is currently disabled. |
Domain | Name of the Windows domain (ex: computer name) the user account belongs. |
FullName | Full name of the local user account. |
InstallDate | The date the object is installed if available. This property does not need a value to indicate that the object is installed. |
LocalAccount | True or False if the user account is defined on the local computer. |
Lockout | True or False if the user account is currently locked out of Windows. |
Name | Name of the user account. This would be the same name as the “C:\Users\(user-name)” profile folder of the user account. |
PasswordChangeable | True or False if the password of the user account can be changed. |
PasswordExpires | True or False if the password of the user account expires. |
PasswordRequired | True or False if a password is required for the user account. |
SID | A security identifier (SID) for this account. A SID is a string value of variable length that is used to identify a trustee. Each account has a unique SID that authority, such as a Windows domain, issues. The SID is stored in the security database. When a user logs on, the system retrieves the user SID from the database, places the SID in the user access token, and then uses the SID in the user access token to identify the user in all subsequent interactions with Windows security. Each SID is a unique identifier for a user or group, and a different user or group cannot have the same SID. |
SIDType | An enumerated value that specifies the type of SID.
|
Status | Current status of an object. Various operational and nonoperational statuses can be defined.
Operational statuses include: “OK”, “Degraded”, and “Pred Fail”, which is an element such as a SMART-enabled hard disk drive that may be functioning properly, but predicts a failure in the near future. Nonoperational statuses include: “Error”, “Starting”, “Stopping”, and “Service”, which can apply during mirror resilvering of a disk, reloading a user permissions list, or other administrative work. The values are:
|
अनुशंसित:(Recommended:)
- विंडोज 10 में अंडरलाइन एक्सेस कुंजी शॉर्टकट सक्षम या अक्षम करें(Enable or Disable Underline Access Key Shortcuts in Windows 10)
- विंडोज 10 में स्टार्ट मेन्यू, टास्कबार, एक्शन सेंटर और टाइटल बार का रंग बदलें(Change Color of Start Menu, Taskbar, Action Center, and Title bar in Windows 10)
- Windows 10 में उपयोगकर्ता खाते में स्वचालित रूप से लॉग इन करें(Automatically Log in to User Account in Windows 10)
- Windows 10 में उपयोगकर्ता खातों को सक्षम या अक्षम करें(Enable or Disable User Accounts in Windows 10)
विंडोज 10 में यूजर अकाउंट डिटेल्स कैसे देखें(How to View User Account Details in Windows 10) , यह आपने सफलतापूर्वक सीख लिया है, लेकिन अगर इस ट्यूटोरियल के बारे में आपके कोई प्रश्न हैं, तो कृपया बेझिझक उनसे कमेंट सेक्शन में पूछें।
Related posts
विंडोज 10 में यूजर अकाउंट कंट्रोल (UAC) को डिसेबल करें
विंडोज 10 में यूजर अकाउंट का नाम बदलने के 6 तरीके
Windows 10 में उपयोगकर्ता खाते में स्वचालित रूप से लॉग इन करें
विंडोज 10 में यूजर अकाउंट टाइप कैसे बदलें
विंडोज 10 पर लोकल यूजर अकाउंट कैसे बनाएं
विंडोज 10 फ़ायरवॉल को कैसे निष्क्रिय करें
विंडोज 10 में टास्क व्यू बटन को डिसेबल करें
विंडोज 10 पर खोज परिणामों का डिफ़ॉल्ट फ़ोल्डर दृश्य बदलें
विंडोज 10 में अपने खाते में पिन कैसे जोड़ें
विंडोज 10 में यूजर स्विच करने के 6 तरीके
Windows 10 में उपयोगकर्ता का सुरक्षा पहचानकर्ता (SID) खोजें
विंडोज 10 में यूजर को डेस्कटॉप आइकॉन बदलने से रोकें
विंडोज 10 में यूजर अकाउंट कंट्रोल (यूएसी) लेवल कैसे बदलें
विंडोज 10 में फास्ट यूजर स्विचिंग को कैसे इनेबल या डिसेबल करें?
मैक्एफ़ी को विंडोज 10 से पूरी तरह अनइंस्टॉल कैसे करें
विंडोज 10 में लॉगिन स्क्रीन पर एडमिनिस्ट्रेटर अकाउंट को इनेबल या डिसेबल करें
विंडोज 10 में लॉगिन स्क्रीन से डिलीट हुए यूजर अकाउंट को कैसे हटाएं
विंडोज 10 में कॉर्टाना को जीमेल अकाउंट से कैसे कनेक्ट करें
विंडोज 10 में अन्य उपयोगकर्ताओं को कैसे साइन आउट करें
विंडोज 10 में स्टिकी कॉर्नर को डिसेबल कैसे करें