How To Uninstall A Program On Windows 10 From Command Prompt or CMD in HINDI

141 Aufrufe
Published
How To Uninstall A Program On Windows 10 From Command Prompt
If you’re using Windows 10 and need to free up some disk space, you can uninstall apps you no longer use straight from the Command Prompt. Here’s how it’s done.
First, you’ll have to run Command Prompt as an administrator to uninstall a program. In the Windows Search box, type “cmd,” and then right-click “Command Prompt” in the results.

Next, click “Run as Administrator” in the menu that appears.

Command Prompt will now launch with administrator permissions. To uninstall a program using Command Prompt, you have to use the Windows Management Instrumentation Command-line (WMIC) software utility.
At the prompt, type the following command, and then press Enter:
wmic

You’ll now see the wmic:root\cli prompt in the console. This means you can now use Windows Management Instrumentation (WMI) operations.

Next, you’ll want a list of the programs installed on your computer. Getting this list is essential because you must provide an accurate product name to successfully execute the uninstall command.
Type the following command to get the list:
product get name
Tip: You can also run wmic commands directly from the standard command line, without running “wmic” and entering the WMIC prompt first. To do so, prepend them with “wmic.” For example, “wmic product get name” works the same as running “wmic,” and then “product get name.“

Find the name of the program you want to uninstall from the list. You can uninstall the program by running this command:
product where name="program name" call uninstall
Just replace program name with the name of the program you want to install. For example, if we want to uninstall the Skype Meetings App, we would type this command:
product where name="Skype Meetings App" call uninstall

You’ll then be asked to confirm if you really want to execute the command. Type Y to confirm, and then press Enter. Type N to cancel the operation.

After a few moments, you’ll receive a message telling you the method was successfully executed.

The application has now been uninstalled from your computer.
This is just one of the many ways you can uninstall an application on Windows 10. You can also do so from the Control Panel, Start menu, or Settings window.
**Thanks For Watching**
Please :- Like ..Comment and Share and
Don't Forget to SUBSCRIBE...
By :- Amrinder Singh Gateway Solutions
Be sure to check our Website :- www.gatewaysol.com
Please visit our Blog :- www.gatewaysolu.blogspot.com
Like us on Facebook:- https://www.facebook.com/amrinder.bjp

Link for Prime Minister's National Relief Fund :- https://pmnrf.gov.in/en/online-donation

Follow us on Twitter :- https://twitter.com/gatewaysng
And as always THANKS FOR WATCHING.
** (Disclaimer: This video content is intended for educational and informational purposes only) **.
डिस्क्लेमर: - यह वीडियो केवल एजुकेशनल पर्पज के लिए है। यह चैनल / वीडियो अवैध गतिविधियों को बढ़ावा नहीं दे रहा है। "
cmd line uninstall,
product get name - invalid class,
uninstall command line mac,
uninstall cmd program,
batch file uninstall program,
return value 1603,
wmic return value 1603,
wmic uninstall silent,
wmic uninstall invalid alias verb,
uninstall program via powershell,
cmd uninstall program silently,
uninstall windows 10 from command prompt,
wmic get product name,
uninstall program windows 10 using powershell,
invalid alias verb,
wmic uninstall no reboot,
is bcuninstaller safe,
hibit uninstaller review,
uninstall wmic,
msiexec uninstall,
node minint invalid class,
uninstall program windows recovery console,
add/remove programs command line windows 10,
uninstall windows 10 from command prompt,
how do you uninstall a program using command prompt,
how to uninstall a program using cmd,
cmd uninstall program silently,
how to delete windows 10 using command prompt
how to uninstall any program in command prompt
wmic uninstall command
Kategorien
PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.