Tuesday, November 23, 2021

How to allow Windows 10 ping through PowerShell netsh command

Those who don’t want to use the GUI method because of the multiple steps involved to allow Ping on Windows can go for command-line one. In which, we just need to run Powershell or Command prompt with Administrative right and after that copy-paste the command given here.

Open Powershell or Command prompt as an Administrator

  • After that simply run the below netsh command to enable ping requests on Windows.
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow

In the same way, if you want to disable Windows 10 Ping then use this command:

netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=block

Command to enable or disable windows 10 ping

 

Sunday, November 21, 2021

How to fix Error message with ‘yum update, yum install’ “This system is not registered with an entitlement server. You can use subscription-manager to register.” ?

 1-do 

/etc/yum/pluginconf.d/subscription-manager.conf


2-Inside the “subscription-manager.conf” file

 change enabled to 0 and save the file

 enabled=0

 

3. Lastly issue the “yum clean all” command

yum clean all

Wednesday, November 17, 2021

How to Compress Photo Size without Losing Quality For free?

Capturing a photo using a digital camera, or even using the stock images, their sizes are quite big. Even though based on your need you need to set up the aspect ratio of the image and then upload it to your website or other platforms. It depends based on your work on what you are doing with the image. But most of the time capturing an image is taking quite a lot of storage, and if you are in the same shoe then you are in the right place because in this article you are going to learn how to compress photo size without losing quality for free.

There are several methods that you can use to compress photo size without losing quality, and we are going to take a look at them. So without wasting time let’s jump into the very first method.

1. Compress Photo Size using Photoshop

You know that Adobe Photoshop is a powerful editing photo software. It is really impressive and each year Adobe is improving it more and more. But there is a feature called script which is available from the older days of Adobe Photoshop. And this feature can help you to compress photo size without losing the quality of the image. Just for this article, I’m going to use Adobe Photoshop CS6 so that this version has also the same feature.

  1. Go to the File menu and click on the script then choose image processor.
  2. Choose the folder that contains the images you want to compress.
  3. Don’t do anything with default settings and click Run.

Compress image using Image Processor

Wednesday, November 10, 2021

How to Enable Drag & Drop to the Taskbar in Windows 11

How to Enable Drag & Drop to the Taskbar in Windows 11

In this article we will talk about the drag and drop to the taskbar feature from Windows 11 that is no longer present. In the following lines, I will show you how to enable this feature using a script.

Download Windows 11 Drag & Drop to the Taskbar (Github)

The script was created by a guy from Github and Reddit and all the credit goes to him. You have his link above the article.

One thing to note about the following script is that it doesn’t enable the drag and pin to the taskbar feature, it only enables the possibility of maximizing a window by dragging and dropping an icon or an item to its taskbar icon. You will also be able to View the Desktop by dragging and dropping to the View the Desktop button from the bottom right hand corner of the Windows 11 screen.

After you download the script, all you need to do is to run it. After you run it, you should see the following command prompt that will automatically hide.

The script will automatically be set to run at startup, so you don’t have to worry about it not automatically opening at the windows startup.

How it works

Just drag and drop an icon or an item to a certain opened window in the taskbar and after a few seconds it will be maximized.

You can also use this to Show the Desktop, by dragging and dropping an icon or an item to the Show the Desktop button from the bottom right side of the screen.

How to disable

Click on the Search Box and type there CMD. Right click on it and then click on Run as administrator. In the CMD, copy and run the following command:

taskkill /f /im Windows11DragAndDropToTaskbarFix.exe

After you run this command, the script will be disabled.

This is how you can enable the drag and drop feature to the Windows 11 taskbar. For a more in depth explanation, you can watch the video below from the youtube channel.