We got a call where someone’s all important Snipping Tool wasn’t working. When I connected to them to take a look it was easy to see what they saw. When you clicked on the shortcut this was all you would get.
This was an easy fix by making a new shortcut to the executable. It was C:\Windows\system32\snippingtool.exe.
When launching our new website we tried to keep the URLs of the web pages the same as they were in the past. This didn’t quite work out like planned. The old site was using an underscore for dividing words in the URL, and the new one was using dashes. This caused indexed pages to produce a 404 page not found error. We decided to use redirects until the new pages got indexed.
The process is pretty straight forward.
Go to Components >> Redirects
Click on “New”
Enter the “Expired URL”. Our example “managed_it_services.html”
Enter the “New URL”. Our example “services/it-support-services.html”
Save
We went back to Google Analytics. In the Search Console >> Landing Pages section. We clicked on the icon to launch the page.
This however took us to our 404 page we have set up in the site. It seemed like the redirect didn’t work. When we got back to the Redirects section in Joomla was saw the “Redirects” plugin wasn’t enabled.
Once we enabled this the redirects happened right-a-way. The best part of enabling the URL Redirects plugin is it allowed us to record the URLs that someone went to. We could then create a redirect for that URL that we may not have listed otherwise.
We got a call from a user that just got their laptop upgraded to Windows 10 using Office 2013. When the user tried to create their signature Outlook would freeze. Found a couple of links with suggestions, but this one did the trick.
The trick was to Settings >> Search for Apps. Click on “Apps and Features”, and uninstall “Microsoft Office Desktop Apps” and uninstall it. It did require a reboot, but everything was working after that.
Had a customer whos machine was running slow. We ran WinDirStat to see what was eating up the space on the machine. The pagesys file was huge, but a large chunk was under VIPRE. Specifically with the PatchManagement Patches.
According to VIPRE is it okay to delete out the contents of this folder. We found this information here.
We had a situation where we were installing an HP printervia USB. This should have been the easiest set up; however, the printer wouldn’t install correctly. We followed the instructions from HP which was to disconnect the USB cable, run the installation package, and when prompted hook the USB up.
Well the install process would finish, but the printer showed up in “Devices and Printer” as a Media Device. We discovered we needed to turn off the “Smart Install“, and the printer would install as a printer. The following article helped us.
We have received a couple of emails over the past couple of years where someone is looking for a website to be built or redesigned. They are looking for quotes. For the most part it seems like a normal-ish inquiry. They often are responsive to emails.
I sent the a quote which was more than their budget and they were okay with it, but then they started to ask about Bank information. What the bank was that was going to process her credit card. Not information I need to give out at this point. Then things get really funky.
She wanted me to accept her credit card payment, but needed me to pay her designer almost half and keep the balance for the deposit we require with a $50 tip. That isn’t how things work. I told the we can’t do that, and decided to warn others before you waste your time. If you get an email from “MellisaJavon23@gmail.com” don’t even reply.
We had an issue with a user who was getting emails from a person, but couldn’t find them unless they searched. The emails were not going the junk or deleted. It turned out there were “sweep rules” set up to automatically move the emails to the “RSS Feeds” folder.
Not sure if the users account had been compromised, so our first suggestion is to change their password. This was fixed in Office365 webmail. Log into the users account. Click on the gear icon in the upper right. Go down to “Your App Setting” and then “Mail”. On the left side you will see “Inbox and sweep rules”.
Had a customer that when he tried to use Skype the webcam was showing his video feed sideways. We looked the web for a solution and a lot of people had the issue and said to uninstall and use a earlier version.
We were able to resolve issue by using the installed client version of Skype versus the browser version.
Had a user who started to get this message. “Your message couldn’t be delivered because you weren’t recognized as a valid sender”. Logged into their Office 365 Admin account and went to Protection >> Action Center. Saw the user there and clicked “unblock” them. It took a minute, and came back with the user still in the list. I tried to send an email at the user and got the same error. In the Admin panel >> Action Center the user was still listed. I clicked “unblock” again and this time the user wasn’t listed. I tried to send another email, and got the same error again. I see a alert on the Action Center page to go to the new “Restricted Users page“. This page didn’t show the user being blocked.
I looked at the error in the Non-Deliverable Report in the returned email. The error in the message is “550 5.1.8 Access denied, bad outbound sender“.
This page was a help to let me know it could take a few hours for the email to resume.
We often switch between using WAMP and XAMPP because sometimes one works better than the other and WAMP has an older version of PHP. Today after a Windows update our XAMPP won’t start.
We removed WAMP from the Startup and looked to end all “Applications” and “Processes” running; however this didn’t solve the issue. Instead under the “Services” tab we saw “wampapache64” process was running. Simply right-clicking on this service and trying to stop it will not work. You will need to run the “services” under an Administrator account.
Search for “services“. Then right-click on the services and choose “run as administrator“. Scroll down to “wampapache64” and stop the service. We set the service to start manually.