Trending November 2023 # Snipping Tool Locked, Freezes, Or Crashing In Windows 11/10 # Suggested December 2023 # Top 20 Popular

You are reading the article Snipping Tool Locked, Freezes, Or Crashing In Windows 11/10 updated in November 2023 on the website Cancandonuts.com. We hope that the information we have shared is helpful to you. If you find the content interesting and meaningful, please share it with your friends and continue to follow and support us for the latest updates. Suggested December 2023 Snipping Tool Locked, Freezes, Or Crashing In Windows 11/10

Windows 11/10 offers a built-in tool — Snipping Tool — to take screenshots. While it works well, users have reported that, at times, it causes Windows to get locked or freeze and sometimes even crash. This is a similar scenario that occurs when the Print Screen button is used. This post will guide you on fixing the problem where the Snipping Tool gets Windows 11/10 locked, freezes, or crashes the OS.

Here is one thing to understand. The word locked, freezes, and crashes do not mean literally. It is what users feel about it because they cannot use the computer as expected, and the snipping tool doesn’t go away.

Snipping Tool locked, freezes, or crashing in Windows 11/10

Use these suggestions to fix this Snipping tool issue.

Run System File Checker

Close Snipping Tool using Al + Tab

Run System Maintenance troubleshooter

Update graphics driver

You will need an admin user account to sort the problem.

1] Run System File Checker

Open Run prompt using Win + R and then press shift+ enter after typing CMD. Once the command prompt opens with admin privileges, type sfc /scannow in the command line, press the Enter key. Relaunch the tool by typing snippingtool.exe on the command prompt. Then try taking a screenshot, and see if the issue persists.

2] Close Snipping Tool using Al + Tab

At times, the Snipping tool in Windows stops working in the middle of taking a screenshot. The app doesn’t close itself and offers a screenshot, but instead, the screen stays dimmed.  You can also not use any other program because Snipping Tool stays on top of everything, even Task Manager. In this case, follow the steps to close the snipping tool.

Use Alt+Tab still, and it will list all the open programs.

Next to the Snipping tool losing, there is a small X that appears.

Hover an application thumbnail with the mouse. Using this, you can close Snipping Tool.

You can try to open the Task Manager using Ctrl + Shift + Esc, locate the Snipping tool listing, and close the program. However, it may not work all the time as the snipping tool still stays on the top.

3] Run System Maintenance troubleshooter

Windows 10 offers a built-in System Maintenance troubleshooter that helps find and clean up problems that cause the problem on the computer.

Alternatively, you could run the following command:

%systemroot%system32msdt.exe -id MaintenanceDiagnostic

Check if the problem reappears.

4] Update the graphics driver

Screenshot tools use the display drivers to capture part of the screen. If there is a conflict with the driver and the screenshot tool, things like this may happen. While it’s rare to happen and causes other problems, you can check if the OEMs website offers any driver updates. If yes, then update the display driver and check if the issue resurfaces.

FAQs on Snipping tool and Windows 10 Freeze

Here are few questions related to Snipping Tool that will help you understand the problem.

Win + Shift+ S freezing

It’s a shortcut to launch the snipping tool, and because of conflict with the display driver, the computer might freeze.

How do you unfreeze the Snipping Tool?

You can use the ALT + TAB to close the snipping tool. It will reveal all the open windows, and then you can choose to close the app.

Why did my Snipping Tool stop working?

It’s because of the conflict with the display driver or the problem within the app.

Read: Snip and Sketch freezes.

I hope the post was easy to follow, and you were able to understand the problem behind the issue, which causes Windows 11/10 to freeze when using the Snipping tool.

You're reading Snipping Tool Locked, Freezes, Or Crashing In Windows 11/10

How To Use Port Query Tool (Portqry.exe) In Windows 11/10

Port Query (PortQry.exe) is a command-line utility in the Windows operating system that you can use to help troubleshoot TCP/IP connectivity issues. The tool reports the port status of TCP and UDP ports on a computer that you select. In this post, we will show you how to use the Port Query tool for network reconnaissance or forensic activity.

Port Query (PortQry.exe) tool in Windows 11/10

Windows has many tools for diagnosing problems in TCP/IP networks (ping, telnet, pathping, etc.). But not all of them allow you to conveniently check the status or scan opened network ports on a server. The chúng tôi utility is a convenient tool to check the response of TCP/UDP ports on hosts to diagnose issues related to the operation of various network services and firewalls in TCP/IP networks. Most often, the Portqry utility is used as a more functional replacement for telnet command, and unlike telnet, it also allows you to check open UDP ports.

Computer systems use TCP and UDP for most of their communication, and all versions of Windows open many ports that provide useful functionality such as file sharing and remote procedure call (RPC). However, malicious programs such as Trojan horses can use ports nefariously to open a back door for attackers into your computer system. Whether you need to troubleshoot a necessary network service or detect unwanted programs, you need to be able to understand and manage the traffic between computers on your network. A basic step toward doing so is determining which programs are listening on your computer systems’ network ports.

How to use Port Query Tool (PortQry.exe)

You can use Port Query both locally and remotely on a server. To use chúng tôi you will need to download the tool. Once you download chúng tôi extract the chúng tôi archive, then open command prompt and run the command below to go to the directory with the utility:

cd c:PortQryV2

Alternatively, you can navigate to the folder where you downloaded the tool to, and press Alt + D key combo, type CMD and hit Enter to launch command prompt within the directory.

You can now proceed to use the tool.

Remotely use Port Query (PortQry.exe) tool

Port Query can scan remote systems, but it’s slow and unsophisticated compared with other port scanners. For example, unlike Nmap, chúng tôi doesn’t let you perform scans that use specified packet flags (e.g., SYN, FIN).

For example, to check the availability of a DNS server from a client, you need to check if 53 TCP and UDP ports are open on it. The syntax of the port check command is as follows:

Where:

-n is the name or IP address of the server, which availability you are checking;

-e is the port number to be checked (from 1 to 65535);

-r is the range of ports to be checked (for example, 1:80);

-p is the protocol used for checking. It may be TCP, UDP or BOTH (TCP is used by default).

In our example, the command looks like this:

PortQry.exe –n 10.0.25.6 -p both -e 53

PortQry.exe can query a single port, an ordered list of ports, or a sequential range of ports. chúng tôi reports the status of a TCP/IP port in one of the following three ways:

Listening:

A process is listening on the port on the computer that you selected. chúng tôi received a response from the port.

Not Listening:

No process is listening on the target port on the target system. chúng tôi received an Internet Control Message Protocol (ICMP) “Destination Unreachable – Port Unreachable” message back from the target UDP port. Or if the target port is a TCP port, Portqry received a TCP acknowledgment packet with the

Reset

 flag set.

Filtered:

The port on the computer that you selected is being filtered. chúng tôi did not receive a response from the port. A process may or may not be listening on the port. By default, TCP ports are queried three times, and UDP ports are queried one time before a report indicates that the port is filtered.

Locally use Port Query (PortQry.exe) tool

What PortQry lacks in remote scanning features it makes up for with its unique local-machine capabilities. To enable local mode, run PortQry with the -local switch. When -local is the only switch used, PortQry enumerates all local port usage and port-to-PID mapping. Instead of sorting the data by open port, PortQry lists it according to PID, letting you quickly see which applications have open network connections.

To watch port 80, you’d run the command below:

portqry -local -wport 80 Using PortQryUI

It’s also worth mentioning that Microsoft also made available a graphical front end to PortQry, called PortQryUI.

PortQryUI includes a version of chúng tôi and some predefined services, which consist simply of groups of ports to scan.

The PortQueryUI contains several predefined sets of queries to check the availability of the popular Microsoft services:

Domain and trusts (checking ADDS services on an Active Directory domain controller)

Exchange Server

SQL Server

Networking

IP Sec

Web Server

Net Meeting

Possible return codes in PortQueryUI is highlighted in the image above:

0 (0x00000000) – the connection has been established successfully and the port is available.

1 (0x00000001) – the specified port is unavailable or filtered.

2 (0x00000002) – a normal return code when checking the availability of a UDP connection, since ACK response is not returned.

Hope this helps.

Read next: How to check what Ports are open?

How To Enable Or Disable Autoplay In Windows 11/10

In this post, we will see how to disable AutoPlay in Windows using the Control Panel, Group Policy, or the Registry Editor. But before that, let us see what is AutoPlay and AutoRun in Windows. Then we will see how to enable or disable AutoPlay or AutoRun in Windows 11/10/8.

Difference between AutoPlay & Autorun

Autorun is used to start some programs or enhanced media content automatically when you insert a CD, DVD, or another media type into your computer. This is different from AutoPlay, but the result is often the same: when inserted, the CD starts automatically, using a particular program.

AutoPlay lets you choose which program to use to start different kinds of media, such as DVD, CD, etc, containing music, video, photo, etc. For example, the first time you try to play a music CD, AutoPlay will ask you which media player you want to use if you have more than one installed on your computer. You can read more here about AutoPlay in Windows. Autorun is incorporated into the media types that use it, and you can’t modify it. When you try to play a CD that uses autorun, AutoPlay asks you to choose an action to perform -to play the autorun content or to skip it. AutoPlay lets you choose an action, and it is in a way, the successor to AutoRun.

In order to help prevent malware from spreading using the AutoRun mechanism, Microsoft made an important change, starting with Windows 7. AutoPlay no longer supports the AutoRun functionality for non-optical removable media. In other words, AutoPlay still works for CD/DVDs but not for work for USB drives.

AutoPlay in Windows 11/10

When you connect devices to your Windows computer, the AutoPlay feature starts running automatically and begins playing media such as music, images, and videos. For example, the first time you try to play a music CD, AutoPlay asks which media player you want to use if you have more than one installed on your computer. Although good, some of you may want to disable the feature.

Disable AutoPlay in Windows 11/10

Here’s how you can disable AutoPlay in Windows 11/10/8/7.

1] Control Panel

Open Control PanelAll Control Panel ItemsAutoPlay and set the options as per your preferences.

2] Using Settings Windows 11

Open Windows 11 Settings

Open Bluetooth and devices settings

Toggle the AutoPlay slider to Off position.

You can also change other related AutoPlay settings.

Windows 10

Here you can toggle the AutoPlay slider to Off position.

You can also change other related settings here.

3] Using Group Policy

This policy setting allows you to turn off the Autoplay feature. Autoplay begins reading from a drive as soon as you insert media in the drive. As a result, the setup file of programs and the music on audio media start immediately. Prior to Windows XP SP2, Autoplay is disabled by default on removable drives, such as the floppy disk drive (but not the CD-ROM drive), and on network drives. Starting with Windows XP SP2, Autoplay is enabled for removable drives as well, including Zip drives and some USB mass storage devices. If you enable this policy setting, Autoplay is disabled on CD-ROM and removable media drives, or disabled on all drives. This policy setting disables Autoplay on additional types of drives. You cannot use this setting to enable Autoplay on drives on which it is disabled by default. If you disable or do not configure this policy setting, AutoPlay is enabled.

Restart your computer.

Read: How to set AutoPlay defaults in Windows.

4] Registry Editor

The same can also be achieved by editing the Registry. Run regedit and navigate to

HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer

Windows 10 Bloatware Removal Tool

Each device manufacturer adds certain applications and services unique to their brand of devices. These apps target to automate certain services, such as Windows 10 updates, firmware updates, junk cleaning, and much more. However, more often than not, users hardly find themselves using these applications.

If you do not find yourself using these applications, you may be wondering how to delete bloatware in Windows 10. While we have already covered how to delete preinstalled Windows 10 bloatware applications using other methods, here we shall focus on windows10debloater, which is a freeware PowerShell script designed specifically for this purpose.

Essentially, windows10debloater is a PowerShell script that runs when granted administrative privileges. However, since Windows 10 natively blocks running scripts, you will have to read the website for the updated methods on how to run these scripts on your computer.

There are three versions of this Windows bloatware remover, each functioning slightly different than the other. These three versions of the Windows 10 bloatware removal tool are:

Windows10SysPrepDebloater.ps1

This is the silent version of the script, which is executed automatically upon boot. The script runs with certain parameters which include the following:

The Debloat parameter removes the bloatware from your computer.

When you add the Remove-keys switch along with the Debloat parameter, the PowerShell script will also remove the registry keys associated with the bloatware which is removed from your computer.

Protect-Privacy parameter changes certain registry keys that block the telemetry collection functions, prevents Cortana from indexing your search, and disables the scheduled tasks among other functions.

The optional switch Stop-EdgePDF blocks Microsoft Edge from being used as the default PDF viewer.

Windows10debloater.ps1

This is the interactive version of the script, requiring active input from the user regarding the bloatware removal process. This is beneficial if the user requires complete control over what needs to be removed from the computer.

Windows10debloaterGUI.ps1

As the name suggests, this is the graphical user interface version of the application. This may be essential for the users who are not comfortable running scripts and may end up using certain switches by mistake.

Note: It is recommended that you create a system backup before using the tool, which will allow you to restore your data in case anything goes wrong.

Removing Windows 10 bloatware with this tool is actually quite easy, as you will simply be running a PowerShell script for removing the unnecessary applications from your computer. To use the Windows 10 bloatware removal tool, follow these steps:

Visit the GitHub page of the tool, and download the zip file containing the three versions of the tool.

After the extraction completes, there are two methods that you can use to execute these scripts. Let us discuss the easier way in which you will not have to leave the PowerShell window after changing the execution policy.

Open an elevated PowerShell window, from either the start menu or the WinX menu, if you have not replaced PowerShell with CMD.

Set-ExecutionPolicy Unrestricted -Force

Next, change the active directory to where you extracted the debloater scripts using the cd switch.

Now, simply enter the name of the script after a dot and backward slash (./ to denote relative location). Follow the image below for the same.

PowerShell will create the C:TempWindows10debloater folder, which will be used for storing the logs created when you run the script.

.Windows10SysPrepDebloater.ps1 -Sysprep, -Debloat -Privacy

On the same GitHub page, you will also find the information regarding the components which will be removed from your computer. Apart from all the bloatware removed, additionally, the tool also removes the following:

Registry keys: EclipseManager, ActiproSoftwareLLC, Microsoft.PPIProjection, Microsoft.XboxGameCallableUI

Scheduled Tasks: XblGameSaveTaskLogon, XblGameSaveTask, Consolidator, UsbCeip, DmClient

So there you have it. Now you know how to use windows10debloater to remove the unnecessary applications installed on your computer. Comment below if you found this useful, and to discuss further the same.

How To Download Windows 11/10 Iso Without Using Media Creation Tool

Many a time you need to download Windows ISO files to install Windows 11 or Windows 10 fresh on your PC. The reason to do that could be because your Windows 11/10 Upgrade didn’t go well or your existing installation got corrupt, and the only way out is to install the operating system again.

Microsoft offers you to download ISO files from their website, but only using Media Creation Tool. This tool lets you create a bootable USB. The drawback of this method is you will have to re-download the files, again and again, every time you need it. In this post, we are talking about a procedure to download Windows 11 or Windows 10 ISO files directly from Microsoft servers, without using the multimedia tool.

Download Windows 11 ISO without using Media Creation Tool

You can easily download Windows 11 ISO without using Media Creation Tool from the official website of Microsoft. Just follow the given steps and you will be good to go.

Scroll down to Download Windows 11 Disk Image (ISO), and from the drop-down menu, select Windows 11.

Finally, wait for the process to complete and Windows 11 ISO file will be downloaded.

How do I install Windows 11 from ISO?

To install Windows 11 from an ISO file, you can use different methods. You can use Rufus to create a bootable USB and then install the OS, or you can create Windows 11 bootable installation media using the Media Creation Tool. Or if you want a portable option, you can create a Windows To Go version of the OS on a suitable USB and then use it to utilize Windows 11 on your computer.

Download Windows 10 ISO without using Media Creation Tool

Similarly, you can easily download Windows 10 ISO without using Media Creation Tool from the official website of Microsoft. Just follow the given steps and you will be good to go.

Scroll down to Download Windows 11 Disk Image (ISO), and from the drop-down menu, select Windows 11.

That said, the process is completely legal, and we are doing it so we don’t have to download the ISO again, and again.

However, if you are updating a number of PCs or a PC that doesn’t have direct access to the internet or is restricted, this will come in handy.

Should I install Windows 11 on an unsupported PC?

Windows 11 is new and exciting, and it is enticing to use something new, but you have to think about the consequences it can have on your computer. It can make your computer sluggish, as the new OS is not optimized to work on your system.

Microsoft has also ensured that they will continue to support Windows 11 until October 2025. So, you can rest assured that you won’t face any issues if you continue to use Windows 10.

However, there is still a way by which you can use Windows 11 on your  PC, that is to install it on a Virtual Machine. You can install Windows 11 on VirtualBox or VMware and get a similar experience.

But, if you want to, you can install Windows 11 on unsupported hardware. So, do that, and see how your computer responds. Sometimes, it can run smoothly as well, so, try and decide for yourself.

Is Windows 11 faster than Windows 10?

According to Microsoft, Windows 11 is faster than Windows 10, and they are backing this claim by giving us the reason for the same.

Windows 11, will have better memory management, so, you will notice that more apps will stay in the memory. This also means that apps will launch quicker than earlier, and the time to wake from sleep will also be less. So, all in all, we can say that Windows 11 will have better memory optimization than its predecessor.

They have also dialed up the efficiency resulting in a well-balanced system, with ample power and a good battery. Windows 11 has a smaller footprint than Windows 10, which will help you to save a few extra GBs. So, we can conclude that if you are installing Windows 11 on a supported system, it will be more powerful than Windows 10.

Read: Download Windows 11/10 Enterprise Trial Version Setup Free.

Fixmissing Or Not Found Error On Windows 11/10

The Qt5Widgets.dll missing or not found error may cause due to corrupted or being incorrectly installed file. DLLs(Dynamic Link Libraries) are shared libraries in Microsoft Windows, implemented by Microsoft Corporation. DLL files are just as important as files with a .exe extension and not all DLL files can be Implemented without a .exe extension. We often see the chúng tôi missing or not found error when we are running a program. The error message typically is:

The program can’t start because chúng tôi is missing from your computer.

What is Qt5Widgets.dll?

The chúng tôi file is a C++ Application Development Framework for Windows OS that is developed by The Qt Company Ltd. If it goes missing or fails to load, then several companies that depend on it will fail to start.

Fix chúng tôi missing or not found error

Here are some steps to fix The program can’t start because chúng tôi is missing from your computer error.

Reregister the chúng tôi file

Reinstall the program

Scan your System for Malware

Run the System File Checker(SFC) command

Perform System Restore.

The program can’t start because chúng tôi is missing from your computer 1] Reregister the chúng tôi file

Open an elevated command prompt and execute the following command to re-register the dll file:

regsvr32 qt5widgets.dll

Hopefully, the above step will resolve the problem.

2] Reinstall the program

If registering the DLL file does not help, then you should download the latest version of the program and reinstall it. By doing this, the concerned dll file will get automatically installed and registered.

3] Scan your System for Malware

Sometimes, malware may enter our system and cause such issues. Here are the following steps for scanning the system.

Type Windows Security in the search box

Open Virus & threat protection

You could also run a second opinion scan using a free portable antivirus software.

3] Run the System File Checker (SFC) command

The System File Checker is a utility in Windows that allows users to scan for corruption in Windows system files and restore them. SFC command scans your system files and repair missing or corrupted system files.

Type Command Prompt in the search box and select Run as administrator

Now, in the command prompt type the following command and hit Enter

sfc/scannow

After typing the command, the system will check and repair the corrupted files.

4] Perform System Restore

System Restore is one of the most valuable features for solving Windows security errors including the chúng tôi error. After system restore, your computer will boot up with the restored version of Windows, and the issue would be resolved. Follow the below steps to Restore the computer.

First of all, press the Window + R to open Run

You may choose the Recommended restore or a different one if you wish.

Hopefully, the above steps will fix the chúng tôi missing or not found error.

How do I repair DLL file?

Here you can use these steps to repair DLL files.

Type the Command Prompt in the search box and hit Enter

Type the command sfc/scannow and hit Enter

Wait till the scanning process is completed. After completion, restart your computer and your DLL file will be repaired.

Read: How to fix Missing DLL files errors

Is DLL file safe?

Files downloaded by us from DLL download sites may be infected with viruses. There is no guarantee that the file you just download is free from viruses. So, take the safe route and simply avoid downloading anything from these DLL download sites. The best options are to reinstall the program giving problems or run SFC. If it is an OS dll file that is giving errors, you can download Windows OS files from Microsoft. This is a safe option.

That’s it!

Read: How to fix corrupted system files in Windows 11/10?

Update the detailed information about Snipping Tool Locked, Freezes, Or Crashing In Windows 11/10 on the Cancandonuts.com website. We hope the article's content will meet your needs, and we will regularly update the information to provide you with the fastest and most accurate information. Have a great day!