We can kill a process from GUI using Task manager. If you want to do the same from command line., then taskkill is the command you are looking for. This command has got options to kill a task/process either by using the process id or by the image file name.
[mai mult...]Delete directory from command line
Do you want to delete a directory from Windows command prompt(CMD)? This post explains how to use the command rmdir
to delete folders and their contents. You can also find examples for each use case of folder deletion – empty folders, non empty folders, folders with white spaced names etc.
How to Uninstall the DLC Extension from Chrome If It Was Installed By Your Administrator?
Google Chrome extensions that read Installed by Enterprise Policy are not always easy to remove because they were installed with elevated permissions. Even if you are not part of an organization, these extensions can find a way into your system and give themselves elevated status. If that is the case with you, try any of these methods to get rid of the problematic extension:
[mai mult...]How to Stop the brkrprcs64.exe Error
Brkrprcs64.exe is a Windows process that controls running the Symantec Data Loss Prevention (DLP) extension for Chrome. The process seems to be causing problems when browsing HTTPS sites using Chrome.
[mai mult...]Alternative ways to distribute extensions
Generally, extensions are distributed through the Microsoft Edge Add-ons website. There are some scenarios where developers may need to distribute extensions using alternate methods.
For example: the extension is associated with other software, and it should be installed together with the rest of the bundled software. Network administrators want to distribute an extension throughout their organization.
[mai mult...]Configure Microsoft Edge policy settings on Windows devices
Microsoft Edge supports mandatory and recommended policies. Mandatory policies override user preferences and prevent the user from the policy. Recommended policies provide a default setting that the user can override. Most policies are only mandatory but there’s a subset that is mandatory and recommended. If both versions of a policy are set, the mandatory setting takes precedence.
[mai mult...]PowerShell: Get, Modify, Create, and Remove Registry Keys or Parameters
The registry editor (regedit.exe) and the reg.exe command-line utility aren’t the only tools to access and manage the registry in Windows. PowerShell provides a large number of tools for the administrator to interact with the registry. Using PowerShell, you can create, modify, or delete a registry key/parameters, search for the value, and connect to the registry on a remote computer.
[mai mult...]Outlook: Your Server Does Not Support the Connection Encryption Type
In legacy Windows versions (Windows 7/XP or Windows Server 2008R2/2003) with Outlook 2010/2013/2016/2019, you may see the following error when trying to connect to a mail server:
0x800CCC1A – Your server does not support the connection encryption type you have specified. Try changing encryption method. Contact your mail server administrator or Internet service provider (ISP).
[mai mult...]How to Disable TLS 1.0 and TLS 1.1 in Windows Using GPO?
Transport Layer Security (TLS) 1.0 and 1.1 are security protocols for establishing encryption channels over computer networks. Microsoft has supported these protocols since Windows XP/Server 2003. However, due to evolving regulatory requirements as well as new security vulnerabilities in TLS 1.0, Microsoft recommends that customers remove TLS 1.0/1.1 dependencies in their environments and disable TLS 1.0 and 1.1 at the operating system level where possible.
[mai mult...]How to Connect to MySQL from Windows Command Line
MySQL is a popular and open-source relational database application. Therefore, many servers make use of MySQL. The way you access the database depends on the operating system from which you are working.
[mai mult...]