How to Use Microsoft Planner (office 365 Planner) Effectively

Microsoft Planner can be an amazing tool for all-size businesses. It provides opportunities for an organization from small businesses to big corporate companies. To fully benefit from this tool, it’s important to understand how to use Microsoft Planner. What is Microsoft Planner (Office 365 Planner)? Something important to remember is that this tool is not … Read more

Create a Password You Won’t Forget Like a Genius

Nobody (at least most of us) likes creating new passwords. The struggle it takes to include all the requirements to have a strong, secure password isn’t a headache we want to deal with. But what if I told you about a genius new way to create your password? Today I’m going to share with you … Read more

How to Reset Windows 10 And Keep Your Files and Settings

I get it. When your computer isn’t working it is the worst. Especially when you have loads of work files that you now can’t access. In some instances, you may want to reset your PC to reload windows – But you want do it without destroying your personal information, most settings, and software.  This can be … Read more

Make wordpress website HTTPS only using .htaccess

How do I make a website HTTPS only using .htaccess Open .htaccess for website using ftp Insert the following at top of .htaccess file: “#BEGIN Forcing https: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NC,R=301,L] #END Forcing https:” Save Overwrite existing .htaccess file

How to increase frequency of time server synchronization

When server time creep challenges VM’s from remaining compliant, fix the host OS. If using an Windows Hyper-V Server try the following: 1) start registry editor (regedit will do fine) 2) go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpClient 3) edit value SpecialPollInterval. SpecialPollInterval is defined in seconds. If you wish e.g. 1 hour just write 3600. You can calculate … Read more