-
Issue When trying to create a new storage spaces pool in Windows 10 following error is displayed: Can’t create the poolCheck the drive connections and then try againThe request is not supported0x00000032
-
Arduino – Calculate Person’s Age in Years, Months, Days
Here is code I recently used to calculate persons age in Years, Months, and Days on Arduino: #include “RTClib.h”RTC_DS3231 rtc; // Using DS3231 Real Time Clock DateTime now = rtc.now(); // Current Date and TimeDateTime dob = DateTime(1984,8,16,0,0,0); // Date…
-
Plesk Onyx – FTP users can’t write to some subfolder inside httpdocs
Issue FTP users created in Plesk Onyx control panel cannot upload files to some sub-folders inside httpdocs. Permission denied. Critical file transfer error.
-
SonicWall SSO – Excluding Service User Accounts
Dell SonicWall Single Sign On (SSO) agent often pulls service user accounts (Sophos Antivirus, Nvidia Updater, etc.) instead of actual logged in users. I noticed that this is especially prominent when DC Security Logs option is used. In this example…
-
Upgrading Netgear ReadyNAS Pro 6 from RAIDiator 4.X to ReadyNAS OS 6.X
Legacy Netgear ReadyNAS models do not officially support the new ReadyNAS OS 6. Luckily is pretty straightforward to upgrade most of X86 based legacy ReadyNAS devices from RAIDiator 4.2 to ReadyNAS OS 6 unofficially. Needless to say, this is completely…
-
Kaspersky silently deletes “Infected” false-positive .exe files
Browsing through my old development folders I noticed that executables of some applications I developed years ago (using Borland C++Builder) were missing. Luckily I had the same folders in zipped archives. Trying to extract affected .exe files from .zip archives were failing…
-
The user profile service service failed. The sign-in user profile cannot be loaded
Issue Creating a new local profile on a Windows 10 PC. When the new user tried to login for the first time following error is displayed: Resolution The issue was caused by a corrupted Default user profile (that is used…
-
QuickBooks multi-user access stopped working (error H202)
Issue Users on QuickBooks 2014 can no longer open company files in multi-user mode. Following error is displayed then trying to enable multi-user: “H202 – You’re trying to work with a company file located on another computer, and this copy…
-
Can’t re-install Sage Payroll – “Select Previous Installation” empty
Issue Cannot install Sage Payroll 50 on a PC that previously had the same Sage application installed. During installation process user gets to a screen “Select Previous Installation“: The “Previous Installation” list, however, is emty and setup doesn’t allow to…
-
Move Android Studio AVD folder to a new location
Default Android Virtual Device Manager (AVD) folder is located is in C:\Users\<user_name>\.android\avd. To move it to a new location perform following steps: Close Android Studio Control Panel > System > Advanced System Settings > Environment Variables Add a new User variable:…
-
Media Portal – No AAC sound watching live TV
Issue No sound in Media Portal watching live UK Freesat and Freevew HD TV channels that stream AAC sound. Resolution Download and install LAV audio filters Open Media Portal Configuration Go do Codecs and Renderer > TV Codecs Next to…
-
The WIFI_SERVICE must be looked up on the Application context…
Issue Generating signed APK in Android Studio 2.3 fails with following error: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing to .getApplicationContext() [WifiManagerLeak]