Say Goodbye to Sluggish Browsing: A Quick and Easy Cache Clearing Tutorial

Edge Browser

Why should I clear my cache?

The simple answer is the most important. You have a limited amount of space on any given space. Most of the time it might not be a problem but if you like to visit sites constantly then you may get unwanted files stored on your system that could slow your system down and even slow down your browser experience. It depends on how fast your system will react to your browsing and what happens when you get some bad cache files from websites.   This can help clear those up and stop all those popups that maybe becoming annoying to you.  You might get advertisements and other pop ups that will cause problems while you are trying to use your computer.

How Do I clear my cache in Google Chrome and Edge?

The real questions is how you would do this quickly and easily to help you get where you can have your browser speed up and non intrusive as it should be.   If you are getting popups or something that looks like a browser page then this is where you should start.   Clear your cache and get rid of the potenital cache causing problems.   Here’s how to do it easily and quickly:

On Google Chrome Press CTL-SHIFT-DEL, while you have Google Chrome up and running this is the quickest way to clear your cache in Chrome.

Google Chrome – Make sure you clear all the cache and click on Clear Data at the bottom to make sure you clear everything out of Chrome.

If you want to make sure you get all the data, you should select ‘All time” in Time Range and check all boxes to make sure you remove all necessary files off of Google Chrome.  Once done close out Google Chrome and restart and you should have a cleaner experience with Google Chrome.

Windows Edge Browser

On Windows Edge Browser copy and past this into your address bar.

edge://settings/privacy

Once there you should see something like this:

Select “Choose what to Clear”
Clear Cache in Edge

This will be the same thing as you did with Google Chome select Time range “All Time” and make sure to check the first 4 options available and hit Clear Now as edge removes all the cache that was collected over time.  Once done exit out of edge and then start it up and you should have no more problems with popups as long as you don’t have a different browser.   If you have a different you should search for how to clear the cache in those types of browsers.

What if you can’t delete the cache?

In Google Chrome the best and easily way to fix this to load up chrome in incognito mode and then try to delete the cache that way.  However this may or may not work depending on what might be causing this.

One Edge the easily pres Windows Key + R and type “start msedge -inprivate“.  Once you do that then try to clear the browser cache and see if that allows you to clear the cache.  The last part of this is that you might need to reboot your system to allow the system to complete some update or problems that might not allow you to clear cache for some reason or other.

Don’t forget to subscribe for more informatative information like this and others blog posts.

The Best 3 Free Tools for Desktop Support Professionals

Display Driver Uninstaller

Display Driver Uninstaller (DDU) is something that every desktop professionals should have mainly on computers that may have Graphics cards that are required for the job such as Nvidia or even AMD cards.   You will find that every so often some driver updates causes a problem and this is a very good tool to uninstall the driver completely.     I will say this is open sourced and is very good for every day support when you might need to use this little utility for just those occasions.   You will find this free tool will be used more and more and you can even keep it on a USB drive as a way to use it offline when you need to do use it.   It’s very small and won’t need a big USB drive but this is only one of the few that you might have available to use on your USB drive.

Portable Apps

Portable Apps has so many portable applications that it would be hard to talk about all them.   However there are several that I will talk about that you can install on the USB drive.  Depending on the size of your USB portable drive you have will depend on what you might want to install on the drive.   However if you have a big enough USB drive, you could in theory install all available applications from Portable Apps and then you would be set.

  • Revo Uninstaller Portable — Great for those pesky programs that might not uninstall all the way or when something goes wrong with uninstalling programs.
  • HackthisPortable — Good for looking for viruses, and Trojans that might be on the system and gives you a run down on what might be running on any given system.
  • McAffeeStingerPortable and Kaserpky Task killer —  These are great apps for programs that you have issues with when they want to keep running even when you need them to not be loaded or running on a system.
  • CPUZPortable and GPUZPortable — great ways to find out even more about finding out what drivers you might need for GPU and looking at what type of CPU might be on any given system.  In case you needed to know.
  • Microsoft Safty Scanner — Great portable app that you can use on any Windows system in case you might have a Virus infection and is being blocked from being download or run locally.
  • CCleanderPortable —  Another great applications to use to clean the registry and other places in Windows that might be causing problems and helps fix some of the registry problems you might have.

As you can see there are several portable apps you can install on any given USB drive and have ready at moments notice if you ever need it.  So this is great tool that you can use for what ever you might come your way.

WinDirStat

WinDirStat is something that helps me find what might be hogging a system drive.  It is great and showing graphically what could be taking up the space of a hard drive.  It is portable and can be put on USB also but can also be download and used for many different reason but mostly when you need to find out why the hard drive is so full and how what you can delete to create space.  So this is something most Desktop Support people will use at one time or another.   I have used this several times in the past to find files that can be deleted, you just have to be careful what you delete and never touch anything in the Windows Directory or Program Files directory unless you want the system no run properly when you reboot.

These are what I have on my USB just in case I need them but these are only a few of them because there are even more tools that I use when I need them however this would start you on the right to having a powerful USB drive when you might need it.   Do you have a favorite tool that you want to let everyone else know about?  Why not leave a comment and tell people about it.

Don’t forget to subscribe to keep updated on any new posts.

 

 

Windows Batch Scripting for Beginners and how to use it.

What is a Batch file?

Most people will never really understanding what the extension .bat is in Windows or even DOS.  However it is something that is native to programmers around the world because it is the first thing most people who make programs or works with scripting start to use way before they do anything else.  It should be considered the first linguistic languages that is very powerful.  It is designed to be used in DOS but can also be used in Windows as a DOS command easily and effectively through Windows OS.   Some of these are what you should explore even more to learn how to program and create scripts even more.  However this blog post is just a introduction into doing it and how you can use this in your everyday IT Job.

According to Wikipedia:

A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching.

Understanding scripting is the first part in creating powerful scripts for everyday use.  However, I am one of the few to use the help command in DOS:

HELP [command]

This is a good tool for those who might want to explore the power of using a Batch to get your job done or to creating a batch file because you will need to know what you can use in the batch file.

Here are a few commands you might want to use in a batch file:

  • SET /P variable=[promptString]
  • Start of the batch file ECHO OFF and ECHO ON after the batch file is complete.
  • If and THEN (Wikipedia)
  • CALL filename.bat

Creating Batch files

I’m not going to go into much details about creating the batch in the way you might need but I will be talking about this in general about ways you can create a batch and which programs are good at helping you create a batch file.

First you need a program to create it.  You can always use Wordpad or Notepad but you could find it isnt’ a good as Notepad ++.   I have used it in the past for programming in many different programming languages such as Pascal, C++, COBOL, and SHELL Scripting.  I’ve talked about SHELL scripting in past for LINUX which you can use Notepad++ for it also to create Linux shell scripting.  I will say you can do a lot with the open-sourced program that is free to use.  So I always want to use this with anything I am doing because it shows you where you might have a problem in your scripting language and helps you identify how to fix it.  You’re best advice is to just try to think about what you want to accomplish with a batch file and start thinking logically about how you would do that.

You will need to make sure the .batextension is on the file name.  Make the filename something that you can easily run in DOS because you don’t want to make the batch file anything complicated because that might not work properly if you use a call command in another batch file.  So consider the naming convention of your batch file(s).

Trial and Error

After creating the batch file you will need to do some trial and error test to make sure it will work with what you need to use it for and also make sure there isn’t something unexpected.   This is what programmers do all the time by compiling  the program and running it on different systems to see what it will do in different Windows environments.

Finally, You will see that you can do so much more with a batch that you previously did and it can be a great asset in doing repetitive stuff at work or at home.   If you do this right it can even help speed up your life.   Here are a few Blog posts that I have talked about previous:

As you can see these will help you understanding scripting but also help you to figure out what you might want to do with a Batch and why you might need to create a batch file.  Even I know this is only a few blog post that will at least hopefully give you even more ideas on what will help you to create batch files.

Don’t forget to like and subscribe to my blog page for even more updates.   Do you have a favorite DOS command?  why not share it with others so they can learn even more.

3 Dos commands that you need to know!

DOS Rocks!

Direcotry of System or Disk Operating System (DOS) is one way the technology is good at fixing certian issues. I am going to talk about some that you might or may not know about.  Each command is good for those who are connected to through a network or network group.   If these system are on the same workgroup and are on the shared through the network this will help you in solving those really problems.   You’ll love these as much as I use them because they are really good at keeping you looking like a genius.

FSUTIL (Microsoft learn)

C:\fsutil volume diskfree \\(Shared drive)  

You’ll need to add the \\ as the shared drive or shared system that you want to know how much space is left on it if you need to know at a quick glance will this file or program fit on this drive.   It’s very useful for those times that you may need to keep track of the space.

QUERY (Microsoft Learn)

query session /server:computername

query users /server:computername

one of thse can be used to determine if there are users who might be causing problems by being logged in but aren’t actually doing anything on the system.   These users could be from a previous shift or might of been logged in for a while without any activity.  So this helps to know if a program or access is causing another user from not being able to do their job one way or another.  This is great tool for corporations where more than one users could be using the system at one time or another.

LOGOFF or SHUTDOWN

logoff [<sessionname> | <sessionID>] [/server:<servername>] [/v] (Microsoft Learn)

shutdown /l /r /m:(Computername)  (Microsoft Learn)

Each one of these commands does about the same thing but one reboots the system also because you never know when the remote system might need to be rebooted also after forcing the user to logoff.   So you can decide which one you might need to user remotely for a system.   You can even add in comments or tell the reason why the system rebooted with the shutdown command by adding  /d [p : u](Planned or Unplanned with a number 1-256) .   I will remind you to be cautious as to what you put down as the reason and you can even specifiy how long to wait before the system reboots by adding /t 0-256 MINUTES.   Each one of these command can be helpful for you when you are trying to solve some minor major issues with a system not working properly.

DOS is Powerful

Wheather you want to believe it or not, DOS can be a very useful tool for those who might need to fix issues with the system like windows and other issues that you might need help to fix certain issues that might arise on the system.   You can find some great useful tools at the DOS prompt but you have to be willing to learn it even more than most because it is so much like Linux.   I definately say old and new techs should know how to do this and use the dos prompt when you need to fix issues.  Do you have a favorite command prompt that you use?   Why not leave a comment and tell people about the command that you think is the most useful command?   I’d like to hear it and learn even more about the power of using the DOS prompt.

How The Last of Us – will win the silicon lottery!

Last Of Us Pt 1
My Screen of the Game

Understanding the Silicon Lottery

Whether you like it or not, that CPU or GPU you bought might not last the entire time you have it.   After all, You could have a slighly below average CPU from what others who have the same CPU are experiences.   There is a great Youtube Video on this that you should go check out.   Let me be clear that I think most of the people who are having issues with games such as this are those who have faulty CPU’s or GPU’s.   So a break down of what I have found out, most users who are using a K series Intel isn’t have much issues with the game.   Why’s that well the video tells you what I have always suspected those cpu’s are higher end and probably aren’t likely to fail as much due to the high demand of quality they are wanting out of the series.  Even in th discussions there are several post about who can run this game without issues.   I will admit I had to turn on V-Sync, DSS, and make a limit of 9 FPS to get my GPU not to be used at 100%.  This is something you should do too.   I also did notice some cutsceens (Cineramics) For the game did drop me back into Windows 10.   So I do not like that idea but it did   Even though people will probably blame the game for their GPU’s dying, but in truthfullness you should already be limiting just how much the system uses your GPU.

Gameplay for my Systems

I found this to be very rough to start up with since there was at least an hour that the system was using 100% both CPU and GPU.   It doesn’t help that you have to build the shaders and I honestly would like to know how much space those are taking up in bouth my Steam Deck and PC but I couldn’t find any information, I have found people asking the same question but I have yet to find a way to see just how much shaders are being stored on my systems.  That would be something I would like to know at a glance on my Steam deck.   I have 42gb on my 256gb NVME drive on my steam deck that just say other.  So why can’t Steam fix this for us.

System Specs:

  • I9-10859k on a Asus Prime Z590-P Motherboard  (240 Watercooled Rad)
  • 3050 Geoforce RTX GPU
  • 32 gb DDR4 4,300 ghz ram
  • NVME Hard drive

As you can see this isn’t beginner PC, I built this for my enoyment and thus I know a thing a two about keeping the system cool.   It was constantly getting hot while building the Shaders which took an Hour at the least and I don’t know why they would need to build the shaders in the first place.

The Game

Other than the problems I had, I really didn’t have to much else problems on my computer so far.  I’ve been playing the game on and off for the past few days and I’ve not seen anything else to cause me trouble.   Is that because I won the silicon lottery, that would be a good guess and I’ll probably say yes.  I’m not sure why others are having more issues, but I would be willing to bet it is because they are letting the game take over their Frame rates and cause more issues than they need to.

SteamDeck Play

I even tried it on my SteamDeck and it only could do 20 or 30 FPS on it and it was very intuitive playing it because there was always those times you just couldn’t keep up with the game play due to it stuttering and don’t remind me of the hour long shaders building for it.  Again that needs to be fixed, we shouldn’t have to wait an hour just to play the game, which I did just to not have any stuttering in the beginning game.   I still don’t get the idea of why this is necessary, I thought our systems could build shaders as we go or maybe build the shaders for the next part of the game and so on.   I am hopeful that they at least make the game a little more playable on the Steam Deck because it was something I would like to do more often.   I play Spiderman on it without much issue but The Last of Us just seams to be a little more harder for me to play on the Steam Deck.