How to fix - Could not found one or more components. please reinstall the application error.

Recently I was working on one of the projects where I was using SQL Server 2014 as a database and Visual Studio 2019. And suddenly I started getting the above error when I tried to open SQL Server 2014. I tried repairing the installation of SQL Server 2014 via the installer, but it did not work, and I was getting the same error as before. So I got into thinking, like what I did before I was getting this error, then I realized that I have deleted the “Visual Studio 2010” folder from my Program Files (x86) folder....

April 16, 2021 · 2 min · ShreyasJejurkar

How to - Disable Windows Defender on Windows 10 Home / Pro

Windows 10 comes with built-in virus protection called Windows Defender. It runs in the background and gives real-time protection to your system. Real-time protection means whenever it finds a new file in the system, for example, like when you copy a new file to the system from an external drive or download a new file from the internet, the defender will start scanning it for virus or malware before you actually open it, protecting the system from getting vulnerable and makes sure that its safe to execute....

January 18, 2020 · 2 min · ShreyasJejurkar

How to - Fix MySQL Command line Client crashing problem.

MySQL is one of the popular and open-source Relational databases available in the market. And it supports connectivity for all popular programming languages including C++, JAVA, and C#. We can install the MySQL server on our machine by simply downloading the setup binaries from the official site and installing it just like we install any other software. While installing setup will prompt you for the root password for the security of the database access....

January 7, 2018 · 3 min · ShreyasJejurkar

How to install and configure TASM on Windows 7/8/10. 

Before we get started with TASM installation on a Windows machine, let’s get some knowledge about TASM and learn what it will do for us. Turbo Assembler (TASM) a small 16-bit computer program which enables us to write 16 bit i.e. x86 programming code on 32-bit machine. It can be used with any high level language compliers like GCC compiler set to build object files. So that programmers can use their daily routine machines to write 16-bit code and execute on x86 devices....

March 27, 2017 · 3 min · ShreyasJejurkar

How to manually install Android/Windows Phone driver on Windows 7/8/8.1/10 PC

Most of the users face the problem of smartphone connectivity to the PC due to lack of its driver. Most of the users face following problem while connecting their phone to the PC. 1. I connected the phone to the PC via USB but can’t see in File explorer. 2. I connected phone but receive message like ‘malfunctioning USB device’. 3. Recive message like ‘Windows can’t find driver for the device’....

December 22, 2016 · 3 min · ShreyasJejurkar

How To Reset Windows Firewall To Defaults Settings In Windows 7/8/8.1/10

Windows firewall is one the great utility in Windows operating system. Introduced in Windows XP, since then Microsoft has improved the security and features of Windows firewall a lot more, giving users more protection for their networks and from small online threats. But in case if you misconfigured that and gets locked in bad connection or no connection issue and wants to reset it to default, then my today’s post is for you....

December 21, 2016 · 1 min · ShreyasJejurkar

Enable F8 Key Safe Mode For Troubleshooting in Windows 10

With Windows 10, Microsoft has improved the logic behind the booting of OS much more, making it faster than ever before. From my personal experience, my system boots only in 5 seconds although I have 13 application in the start-up. But on another side, Microsoft removed the easy way to enter into safe mode on Windows 10. With Windows 7 we can easily boot into Windows safe mode at the start by rapidly pressing the F8 key as soon as BIOS loads....

December 20, 2016 · 2 min · ShreyasJejurkar

How to - Solve Team explorer fatal error during Visual Studio installation

Recently I started developing Universal Windows Platform (UWP) apps for Windows 10 devices, a jump from WPF -> UWP. And my experience with that is just great. Just code once and deploy it on multiple (Windows 10) devices without changing a single line of code (and that’s what today’s developer needs). But the way for me was not so simple. For over two days I was finding the way to troubleshoot the fatal error of Visual Studio 2015 community edition....

September 11, 2016 · 2 min · ShreyasJejurkar

How to - Disable/Remove Search Box From Windows 10 Taskbar

In today’s post, I am going to tell a simple method by which you can hide the search box from taskbar of Windows 10. Microsoft ported Cortana, a personal digital assistant from Windows Phone 8.1 to Windows 10 giving her more power and more intelligence. But some of them don’t like her as she keeps eye on your daily usage of computer and based on that she gives you a suggestion about different things and stuff....

July 31, 2016 · 2 min · ShreyasJejurkar

How to - Enable Full Screen Start Menu In Windows 10

With Windows 10, Microsoft has made some drastic modifications to its start menu. Making it more beautiful, useful and lovable. We know start menu opens at bottom left corner (by default) in Windows 7. And with Windows 8 Microsoft has made it full screen with horizontal scroll. But with 10, Microsoft has made an option available for users by which users can change this type of setting. Users can switch to full-screen start menu with one click....

July 25, 2016 · 1 min · ShreyasJejurkar