In their search for making Windows, a better operating system Microsoft has come up with an insider program that will collect telemetry and send it to Microsoft in order to provide enough information to make a better OS. Being in an insider program is per choice basis and it is not forced to anyone.
This guide will cover how to turn off the insider program since its constant updates and telemetry can slow down the internet. So if you decided that you no longer want to be part of this program here is how to turn it off.
Press ⊞ WINDOWS + R to open the run dialog
Type in dialog gpedit.msc and press ENTER
You will find yourself in the Local Group Policy Editor Window. Inside windows find: Computer Configuration > Administrative Templates > Windows Component > Windows Update > Windows Update for Business
Move to the right pane and double-click on the Manage Preview Builds option
Inside the Manage Preview Builds window, check the Enabled radio button
Go to the Options section, and using the drop-down menu, set the preferred release channel
Stumbling upon downloader.dll not found error is not pleasant to experience, usually, it means that desired application can not be started. There could be several reasons why this error happens from user mistakes, corrupted files, bad installation, and even bad RAM memory. Whatever the reason might be solutions provided are the same for all and offer a fix to this issue.
it is advisable to follow provided solutions from start to finish not skipping any one of them since they are tailored to address the simplest solutions and issues and move toward more complicated ones.
Reinstall application
If you are receiving Downloader.dll not found when trying to run just a single certain application, reinstall the application, there is the possibility that the application has somehow corrupted downloader.dll during the installation process. Reinstalling might fix the problem.
Run SFC scan
SFC scan is the tool meant to scan all files and fix any corrupted ones. To run this tool, open the command prompt in administrator mode by right-clicking on the windows start button and then left-clicking on the command prompt (admin). When you are in command prompt type in SFC /scannow and let the whole process finish.
Update device driver
If previous steps have not provided results, go to device manager and visually check is there a device with an exclamation or other sign next to it, if there is, right-click on it and choose update driver.
Browsing the internet doesn’t always go smoothly, you might encounter ads, pop-ups, viruses, malware, and even errors. In this post, we’ll walk you through how you can fix the 502 Bad Gateway error that you might encounter in browsing the internet. This kind of error suggests the server which is the one that’s acting as a gateway to facilitate in taking your request to the server and bring some response back has received an invalid response or even no response at all. It could be that the connection is broken or that there is an issue on the server-side that returns an invalid response. Even though the 502 Bad Gateway error is a server-related error, there are still a few things you can try that might help resolve it, if tapping the Ctrl + F5 keys does not resolve the problem.
Keep in mind that it doesn’t matter what website you open as this error can appear on any website. To resolve the problem, you need to follow the options prepared below.
Option 1 – Check the network cable connections and restart your router
As with other connection problems, this is the most basic thing to do before you try other troubleshooting options because the root cause of the problem might be as simple as a cable not connected properly or a router that just needs to be restarted. Thus, checking the network cable connection to see if there is anything out of order can help as well as restarting your router.
Option 2 – Reset Winsock, TCP/IP & Flush DNS
Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the issue. To do so, follow these steps:
Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
netsh winsock reset – type in this command to reset Winsock
netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
ipconfig /flushdns– type in this command to flush the DNS cache
Next, restart your PC and check if the problem’s fixed.
Option 3 – Change the DNS
Changing the DNS server for your network can also help you fix the 502 Bad Gateway error. You can use a public DNS like the Google Public DNS, Open DNS, Yandex DNS, Comodo Secure DNS, and many more. All you have to do is to override the default DNS settings on your PC so that you can specify which DNS server is used as well as which IP address should be used for a specific domain.
Option 4 – Try updating the Network Adapter Driver
Follow the steps below to update your Network Adapter Driver:
Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
From there, expand the list of all the network drives and update each one of them.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.
Option 5 – Try a Network Reset
When all else fails, you might have to consider resetting your entire network settings. Simply follow the steps below to do so.
Click on the Start button and then click on the gear-like icon for Settings to open it.
Next, select Network and Internet.
Then scroll down and look for “Network Reset” – click on it and then click on the Reset now button.
There are times when you may find it hard to kill a particular process in the Windows Task Manager and every time you try to do so, you will only get an error message saying, “Unable to terminate the process, The operation could not be completed, Access is denied”. If you are one of the users who is constantly getting this error, read on as this post will provide you with a couple of options you can try to resolve the problem.
Refer to the given instructions below if you are unable to terminate a process in the Task Manager but before you proceed you need to restart your PC and then try killing the process again, if you’re still not able to do it, you need to follow the options laid out below.
Option 1 – Try using Taskkill
Open the Command Prompt as admin from the WinX Menu.
After opening Command Prompt, type in the following command and tap Enter to execute it:
taskkill /IM "processname" /T /Fprocessname – it is the name of the process which you can see on the Details tab of the Windows Task Manager.
/IM – it is the one that specifies the image name of the process, which follows, that is to be terminated.
/T – it is the one that kills not just the main process but also the child process.
/F – it is the one that terminates the process forcefully.
Option 2 – Try using the WMIC
Open Command Prompt as admin from the WinX Menu.
From the Command Prompt window that opens, type in the following command and hit Enter to execute it:
wmic process where name='processname.exe' delete
Note: In the given command, you need to replace “processname.exe” with the name of the particular process you want to terminate which is found in the Details tab of the Windows Task Manager.
Option 3 – Try using PowerShell
The first thing you have to do is open an elevated PowerShell prompt.
From there, type in the following command and hit Enter to execute it:
kill -id pid
Note: In the given command above, “pid” is the Process ID number of the process you want to terminate. And for you to identify this number, you need to open the Details tab of the Windows Task Manager once again and take note of the number against the process you want to get rid of.
Alternatively, you can also run the following command in the PowerShell prompt that you’ve pulled up to get the process ID number:
Get-Process
For example, “5364” is the process ID number for the DimScreen.exe process which is the process you want to terminate. In order for you to kill this process, you need to type in this command:
Each time you open an application inside your Windows 11 operating system, it is opened with standard privileges. Now, please note that your account privileges and application privileges are two different things, you might be the administrator of the system but when you open the app, it still opens with standard privilege.
Most of the time running applications with typical settings is fine but from time to time we might have some applications that will require running with administrator privilege in order to work properly. In this case, it is very easy to do it, you just right-click and choose run as administrator.
Although a very easy solution, it can be quite annoying if running the app is on a daily basis or even more times per day. If this is the case then right-clicking and choosing to run as administrator can be a daunting task, sometimes you can even forget to run it like this in heat of work and some unforeseen consequences might occur.
Luckily there is an easy hack so you can open the chosen application each time as an administrator with a simple double click each time.
Setting application to run as administrator always
Locate application executable file
Right-click on in and choose properties
Click on the Compatibility tab
Check the box next to Run this Program as an Administrator
Click on Apply
Click on OK
From now on each time you open an application normally with a double click, it will be opened as administrator privileges.
Internal Error 2503 mostly pops up on Windows 8. It occurs when you try to uninstall or install software on Windows 8. The error code message may vary and displayed in different formats such as:
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503.Called RunScript when not marked in progressThe installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503.Called Install Finalize when no installation is in progress
Solution
Error Causes
Some of the most common causes for internal error 2503 are:
Permission not granted to access the Windows Installer Folder
Viruses
Problems with Windows Installer
Further Information and Manual Repair
To repair this issue on your PC without any professional assistance, try the DIY methods given below:
Method 1
Internal error 2503 may occur when your account has limited privileges. You don’t have the privilege to use or access the Windows Installer folder.
Your inability to access this folder hampers you from successfully install or uninstall the desired program on your PC. To gain access, you need to ensure you have permission.
For this navigate to the C:\windows folder. Here find the installer folder and then right-click and choose properties.
After that click on the security tab and check if the System and Administrator account has Full access permission.
For that make sure the system group option has ‘all’ selected to allow you full permission.
Method 2 - Re-register Windows Installer
Another alternative to resolve internal error 2503 is to re-register Windows Installer.
To do this, go to Start and click Run. Now type ‘msiexec /unreg’ in the Run box and then press enter.
Follow the same steps and now type ‘msiexec /regserver’ in the box and then press enter. This will resolve the issue.
Method 3 - Remove Viruses
If internal error 2503 is triggered by a viral infection on your PC, then it is advisable to download an antivirus and scan your entire system.
Viruses are notorious for system failures and pose data security threats. If not removed timely, these malicious programs can damage your PC.
To remove all viruses on your system, run an antivirus. An antivirus detects all malicious software programs including viruses, malware, adware, and spyware. Delete all the malicious files found right away.
This will help resolve internal error 2503.
We’ve already covered disabling Security Questions If you want to disable Security Questions on your Windows 10 computer then you’ve come to the right place as this post will guide you in doing exactly that. In this post, you will be disabling Security Questions using a PowerShell script. This PowerShell script is called “Update-AllUsersQA”. It is designed to remove or disable the security questions and answers for local users on a Windows 10 computer. It lets administrators take control of the security questions in the environment and at the same time minimizes the risk that comes with them.
If a user has a Microsoft account that’s configured to sign in to Windows 10 then he will not probably notice the Password Recovery questions. On the other hand, if he has a chosen local account for installing Windows, he will e prompted to create three security questions that can be used to reset the password and log into the Windows 10 account in case there is any misfortune. However, if you do not have much use for these Security Questions, then you can definitely have them disabled using a simple PowerShell script which you can download from GitHub.
For more details on how to disable security questions in a Windows 10 machine, refer to the steps provided below.
Step 1: You need to first download the .ps1 file from the GitHub repository.
Step 2: Once you’ve downloaded the file, open the PowerShell window with admin privileges.
Step 3: After that, navigate to the folder where you had saved the .ps1 file. Then copy the address of the folder location.
Step 4: Next, change the directory by using the following command:
cd "folder location address"
Step 5: After that, enter the following script to disable the security questions:
Update-AllUsersQA
Once you’ve completed the steps above, the Security Questions should be disabled and you will be notified with a message stating that the feature has been disabled. On the other hand, if you have a change of heart and you want to enable the Security Questions back, here are some steps you need to take:
Step 1: First, open the PowerShell window as admin.
Step 2: Next, run the same script with one more parameter such as:
Update-AllUsersQA -answer SecretAnswer
Step 3: And that’s about it. Do not forget to replace the Secret Answer with your preferred one and once you’re done, it will be set as the answer for all the Security Questions.
Step 4: Now all that’s left to do is go to the Settings app to change the answer to the questions and you should be good to go.
As you know, Excel sheet is frequently acclaimed as one of the most useful software that allows users to create spreadsheets, crunch numbers as well as prepare a business report. Usually, tapping the arrow keys to move from one cell to another. However, there are times when you might experience trouble in tapping them – for instance, they won’t work when you tap them.
This kind of problem can be quite frustrating since no matter what you do, especially when you tap the arrow keys, instead of a single cell, it moves the entire spreadsheet. If you are one of the users who experience this problem, worry no more for this post will guide you on what you can do to fix it.
When arrow keys won’t function as intended in Excel spreadsheets, it could be due to unintended behavior of the Scroll key or it could be related to some issues with the keyboard driver. Whatever the cause is, here are some suggestions you can check out to fix it.
Option 1 – Try to disable the Scroll Lock
The first thing you can do to fix this problem with arrow keys is to disable the Scroll Lock. Although doing this is easy, newer laptops don’t actually come with it so if your keyboard does not come with a scroll key, all you have to do is tap the Fn key and disable Scroll Lock. Aside from that, you could also use the on-screen keyboard to turn off the Scroll Lock. You will see its status on the Excel sheet which will help you to double-check. Moreover, you could also tap the Shift + F14 keys to toggle off the Scroll Lock. To use the on-screen keyboard to turn off Scroll Lock, follow the steps below.
Tap the Windows key and type “on-screen keyboard” and then tap Enter.
Once the on-screen keyboard is opened, you should see that the Scroll Lock is on the “On” position since the ScrLk keys are in blue.
Like pointed out earlier, you can utilize the Scroll Lock indicator located in the status bar as well as disable or enable the scroll key by using this feature on Microsoft Excel.
Option 2 – Try turning on the Sticky key
If disabling the Scroll Lock did not fix the problem, you can try turning on the Sticky Key instead. A lot of users reported that this option fixed the problem for them. So you should try to turn on the Sticky key and to do that, follow the steps below.
First, type “control panel” in the Start Search and click on Control Panel from the search results.
Next, select the “Turn On Sticky Keys” option and click on OK.
After that, go back and uncheck the “Turn On Sticky Keys” option. This should fix the malfunctioning arrow keys on Excel.
Option 3 – Try running the Hardware and Devices Troubleshooter
The first thing you can do to fix the problem is by running the Hardware Troubleshooter. Although it won’t make much of a difference, there’s still a possibility that it could automatically fix the problem with these function keys. To use it, refer to these steps:
The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
After opening Settings, look for the Update and Security option and select it.
From there, go to the Troubleshoot option located on the left-hand side of the list.
Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.
Option 4 – Update the keyboard driver
You can also update the keyboard driver to fix the problem. There are cases when an outdated or corrupted driver can fix the problem. To do so, follow the steps below.
Tap the Win + R keys to open the Run dialog box.
Then type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
From there, look for the keyboard driver and click on it.
Next, right-click on the keyboard driver and select the Update driver option.
After that, click the “Search automatically for updated driver software” option to proceed.
Option 5 – Reinstall the keyboard driver
If updating the keyboard driver didn’t help, then you might want to reinstall it. How? Follow the steps below.
Tap the Win + R keys to launch Run.
Type in MSC into the box and tap Enter or click OK to open the Device Manager.
After that, a list of device drivers will be displayed. Look for the keyboard driver, right-click on it and then select “Uninstall device”.
After that, unplug the device and restart your PC.
Then plug your device back in. Assuming your device is connected to your PC, open the Device Manager again.
Next, click on the Action button and click the Scan for hardware changes button. That should fix the problem
Note: You could also completely uninstall the driver and go directly to the manufacturer’s website and download the latest driver for your hardware and then install it.
Spying via some malicious app on the target phone is not a new thing but it can be very uncomfortable and even against the law in some countries.
Infecting the target phone can be done in various ways, another person can intentionally download and install applications on it, and you can install them via some phishing attacks or by an online scam. Once installed this piece of software presents a very serious invasion of privacy since it can track text messages, track phone location in real-time, record calls in real-time, eavesdrop on calls, take control of the camera and microphone, and many other applications.
Here are some common symptoms of mobile phones infected with spyware.
Symptoms of spyware
Random reboots Slow performance Strange text messages Overheating Unusual high data usage Non-familiar apps in the app list The fast drain of the battery Long shutdown time Strange interference and sounds during calls Signs of activity during standby mode
If your phone exhibits any of these symptoms you might have a spyware app installed and running on it.
Common spy apps
There are many apps that have been designed to spy on people that can be downloaded in the app store or on Google Play today. Most of these spyware apps are aimed at parents wanting to keep an eye on and protect their children. However, these can be used by anyone in order to spy on a target person via their phone.
Below is a list of common apps that can be used to spy on you. Many spyware apps require a phone to be ‘jailbroken’ or ‘rooted’ before being installed, this is when the phone’s operating system is changed to allow the phone to become unlocked and customizable.
mSpy : An undetectable spying app for iOS devices. It can be used to read your chats, see your location, view your email, check your call history, record your keystrokes, and more.
Spyera : This app requires rooted and jail-broken iPhones to work. It can go undetected and monitors phone calls and your call history. It even allows call recording and eavesdropping on live calls.
Flexispy : Flexispy prides itself as the #1 phone monitor for parents and can monitor everything from calls to social texts.
Umobix : This powerful spyware app has a dashboard that allows users to easily monitor someone’s location, calls, texts, keystrokes, all major social media, and more. You can detect Umobix because it heats up the infected phone and greatly affects the battery life of the infected device.
Ikey Monitor : Although it requires the device to be rooted for Android or jailbroken for iPhones, this spy app captures keystrokes, passwords, and screenshots, allows for call recording and supports multiple languages.
Clevguard : Available for both iOS and Android, Clevguard allows users to track GPS and Wi-Fi locations, capture screenshots remotely, and more. Due to a recent update, the spy app drains the target phone’s battery significantly.
Remove spyware from your phone
If any of the beforementioned apps are present on your phone you need to remove them right away.
Go to your phone settings and remove the malicious applications, then download some protection suite and scan the whole phone for any other trace of software remains or other malware apps.
Error 1722 is a type of Windows Installer error. Developed by Microsoft, Windows Installer is a software component used for the installation, maintenance, and removal of software on Windows systems.
This is basically an .MSI file that contains explicit instructions about installing and removing specific applications that are supported by this file for example JAVA and ArcGIS.
The error 1722 occurs when there is a problem with the Windows Installer package. And because of this the program supported by Windows Installer Package fails to set up and install.
This error message is displayed in the following format:
“Error 1722. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support or package vendor.”
Solution
Error Causes
You may encounter error 1722 due to multiple reasons such as:
Windows Installer Package corruption
Improper Windows Installer Package installation
Windows Script Hosting permission issues
Viral Infection
It is advisable to fix error 1722 to ensure the application supported by the Windows Installer Package that you are trying to set up on your PC, installs successfully.
Further Information and Manual Repair
To resolve Windows Installer Package error 1722 on your PC, try the methods given below:
Method 1
Sometimes the error 1722 may pop up if the Windows Installer Package is not installed properly. In such an event, it is advisable to uninstall Windows Installer Package and then reinstall it.
To do so, click on start, then control panel, program, and features and then choose the Add/Remove Program option to uninstall the Windows Installer Package on your system.
Once it is removed, click OK to save changes. Then reboot your PC. Now download the Installer package and reinstall. After the installation is complete, now try installing the application supported by the Installer package you wished to install.
However, first, it is suggested that you remove any traces of the failed application first. For example, if you previously received the error while installing Java, then remove all traces of failed Java installation.
Method 2
The alternative method is to change Window Script Hosting settings. To do this, go to the start menu, open Run and then type ‘Regedit’ in the command line and then press OK to continue. Check for either or both of the following registry keys
HKEY_CURRENT_USERSoftwareMicrosoftWindows Script HostSettingsEnabledHKEY_LOCAL_MACHINESoftwareMicrosoftWindows Script HostSettingsEnabled
If either of these has a DWORD value of ‘0’, then scripting is disabled. Change the values to ‘1’ will enable scripting and resolve the issue.
Method 3
There can be two reasons for Windows Installer Package corruption, viruses or registry overloaded with bad entries and obsolete files.
If the error is triggered by viruses, then run an antivirus program to remove viruses and restore your PC. However, if the error is related to registry issues, then download Restoro.
This is an easy-to-use PC Fixer with a powerful registry cleaner. The registry cleaner wipes out all the obsolete files cluttering the registry and repairs the damaged and the corrupt important files thereby repairing all errors including error 1722 on your system.
Click here to download Restoro.
The store is not downloading Apps: As you know, the Windows Store is one of the places where you can download Windows apps. However, there are times when you might not be able to do so for some reason. For instance, if you search for an app and click on the get it now button, instead of downloading the app, nothing happens and there are also cases when the download will start but the page will refresh after half a second. When this issue happens, you won’t be seeing any error message or warning at all. So you’ll just have to look at the download get started where the page will refresh and you’ll be back at the Get button.
This issue in the Windows 10 Store only happens for a few apps so even though you are able to download some apps, you might be able to do on other ones. Note that the apps affected are random and there is no specific set of apps that cause this issue while downloading and that this problem will repeat again each time you click on the Get it now button. This issue is definitely caused by Windows itself and has something to do with a bug in the Windows store which was brought by the latest Windows Update. It’s already a known issue among other Windows 10 users who are also suffering the same dilemma. So until Microsoft releases another update to fix this bug, you will have no choice but to deal with it in the meantime. On the other hand, you can also try a couple of suggestions laid out in this post. Follow the steps in every option given below to fix the issue with the Windows 10 Store.
Option 1 – Try signing out from the Microsoft Store
A lot of Windows 10 users were able to resolve the problem by simply signing out and signing back into the Microsoft Store. How? Follow these steps:
Go to the Microsoft Store.
Next, go to the Get page of the app you were trying to download.
And then click on your account picture located in the top right corner of the window and select your account.
Sign out from your account and after that, click the Get button to download the app.
After that, a new window will appear where you’ll have to select your account and click on Continue.
Now enter your credentials. Once you do, the app should be downloaded automatically after you’re signed in. And that’s about it.
Note: Keep in mind that this option is merely a temporary solution to the problem and once you close the Microsoft Store and open it back again, you will be back to square one.
Option 2 – Wait for the Windows Update
As mentioned, this is already a known issue and a lot of Windows 10 users have already complained about it to Microsoft so a bug fix will be soon released in the latest Windows Updates.