Boot Windows into Safe Mode or the Windows Recovery Environment Type see more options … Then go to command prompt type c: Navigate to the C:\Windows\System32\drivers\CrowdStrike directory Locate the file matching “C-00000291*.sys”, and delete it or type ren C-00000291******.sys to C-00000291******.sys-old Boot the host normally. CrowdStrike Engineering has identified a content deployment rel...
This error message appear when opening Office 2016, Outlook, Word, Excel, Power Point “The ordinal 1569 could not be located in the dynamic link library C:\Program Files\Common Files\Microsoft Shared\Office16\mso.dll” . To solve this message download and install : This Microsoft KB update – Security Update for Microsoft Office 2016 (KB5002498) 64-Bit Edition .
This message appear when opening Outlook “Something went wrong” and the error code 0x80090016, problem comes when Windows is unable to set up a PIN for your device . I solved this issue renaming the following folder, where $dir is your logged user, do this logged with another administrator account, and be sure to make folder visible because it is hidden . C:\users\$dir\AppData\Local\Pa...
1. Open Windows 10 Search panel, and type Command Prompt. From the search result, right click on Command Prompt and select Run as Administrator. This will launch the Elevated Command Prompt. If You want to ADD “USB Selective Suspend” (Remember: This is the default settings) powercfg -attributes 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 -ATTRIB_HIDE If you want to RE...
Here is how to Add or Remove Power Saving Mode under Wireless Adapter Settings in Power Options using Command Prompt : 1. Open an elevated command prompt. 2. Type the command below you want to use into the elevated command prompt, and press Enter. (Add) REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\19cbb8fa-5279-450e-9fac-8a3d5fedd0c1\12bbebe6-58d6-4636-95bb-3217ef867c1a /v Att...
Internet Explorer was permanently disabled by Microsoft on February 14 and there is no longer any possibility of disabling redirects or any other method to be used. If you want that Internet Explorer stop redirects to Microsoft Edge, prevent or stop Internet Explorer opening in Microsoft Edge you can’t in Windows 10 and Windows 11 ! But you can use Microsoft Edge like Internet Explorer and a...
Outlook, google search bar and other Android apps are crashing right now, from I’ve read on the web Google is working on a fix. The issue is due to Android System WebView. To resolve this issue please remove the Webview Update and then restart the phone. Here are the steps: Go settings > apps > tap the three dots in the top right corner > show system apps > search for Android System WebView ...
Hello everyone, today I will write about an error on PHP 8, after an php 7.4 upgrade. After apache, php, etc I have noticed some errors in a few scripts like : Fatal error: Uncaught TypeError: mysqli_num_rows(): Argument #1 ($result) must be of type mysqli_result, bool given in … With a few minutes internet research I found that if(mysqli_num_rows($VARIABLE)==0) must become if(!$VARIABLE || ...
Today I’ve istalled on a server Windows Server 2019 a new version of Xampp with PHP version 8 and after a few tests I’ve noticed that mails are not sending anymore from my php scripts. After some research I found that phpmailer older versions like 5.2.14 that I am using from a long time ago is not compatible anymore with PHP8 . I have changed the script with the latest phpmailer 6.2 ve...
Install Microsoft (Dot) .Net Framework 3.5 on Windows 10 version 1903 and 1909 is done by using the tutorial bellow. The issue is since Windows 10 was introduced. The only way we have been able to enable Microsoft (Dot) .Net Framework 3.5 on Windows 10 version 1903 and 1909 is : Download the official ISO file (is free to download) or installation DVD of the appropriate Windows 10 build version 190...
Today we are showing you how to create a php script for uploading, verify right file type before uploading, rename the file, get data from csv/excel file and then delete it . At first you need to create the html form, bellow is a basic one : <form method=’POST’ enctype=’multipart/form-data’> <input type =’file’ name=’file’ id=’fileR...
Hello boys and girls, today we are showing you how to create a dropdown select script on change for submit form, menu or other purpose, using html and java . We are using some div’s, some java scripting and you can use it in an any web page you like and for any purpose, if you are asking me I am using to generate some reports using three different variables in php . First you need to have th...