Search This Blog

Thursday, April 2, 2020

Resolve: Referenced account is currently locked out and may not be logged into



Published on Jan 27, 2018
  1. Press Windows Key + R and type secpol.msc in Run dialog box and click OK.
  2. Go to Security Settings - Account Policies - Account Lockout Policy.
  3. Double-click on Account lockout threshold policy.
  4. set the preset value to 0. Click OK. 
  5. Reboot.
Jan 27, 2018

Friday, March 27, 2020

Trying my hand at Mint Linux

Mint Linux 19.3



Recently, I converted an older Windows 10 workstation that had become crippled under the weight of the OS to Mint Linux 19.3.  Installing the OS was pretty straightward:
 - Download 64bit Mint Linux OS installer to a bootable USB stick
 - Rebooted the computer and set USB stick as a bootable option
 - Rebooted and followed steps in the installer.
 - Rebooted again w/o usb stick and I'm running Linux.  Now what?



Downloaded and installed Plex Media Server.

Had to mount NAS file shares so Plex server access them.
This was abit tricky.
 - Had to edit /etc/fstab file.  Must do this as admin or root
 - Open command prompt: sudo xed /etc/fstab
- This command opens XED text editor in root mode to allow file to edited.
After much research, I found this command allow my Zyxel NAS 326 video share to be mapped to the workstation.



NOTE: I used this pattern:

Created a local folder /home/gary/Shares/FileShare (in linux)
Mapped   //192.168.0.31/public  =>   /home/gary/Shares/FileShar
//192.168.0.31/public
username={{username}},password={{password}},iocharset=utf8,sec=ntlm  0  0


//NAS326-10TB.local/video /home/garykindel/Media/video cifs credentials=/home/garykindel/Media/plex.cred,guest,rw,uid=1000,gid=1000,x-systemd.automount,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 0


//NAS326-10TB.local/video = UNC path of NAS share

home/garykindel/Media/video - location where share will be mounted to.

cifs - protocal to access share

credentials=/home/garykindel/Media/plex.cred - points to text file comtaining username=? and password=?

Rest of the parameters found by trial and error needed.  Lines ends in a 0

IMPORTANT NO OTHER SPACES IN LINE IS ALLOWABLE!

Again in the command prompt, to load allow configured shares:
cmd:> sudo mount -all
















Thursday, January 10, 2019

Oddest error in Windows 10 Pro: windows 10 pro spotify error data area passed is too small caused by SQL 2017 enabled with filestream

https://answers.microsoft.com/en-us/windows/forum/all/windows-10-store-the-data-area-passed-to-a-system/0b727e53-d562-4145-b458-90c8bbe25047?auth=1


https://blogs.msdn.microsoft.com/sql_server_team/centennial-appsdesktop-bridge-sql-server-and-
error-the-data-area-passed-to-a-system-call-is-too-small/

I had tried to install Spotify and Skype on my new Windows 10 pro laptop and this error occurred:

  Data area passed is too small

From first article:

I suspect you may have a SQL database using filestream. It looks like a SQL bug is causing Windows Store apps using Centennial to crash with this error. For me this includes Ubuntu and WhatsApp. For more info check out the SQL Tiger blog where it is discussed. A fix is out for SQL 2017 but still waiting for older versions.

From second article:

Scenario:

1. Install Windows 10 1607 or later on the system.
2. Install SQL Server and enable the SQL Filestream feature (Ref: https://docs.microsoft.com/en-us/sql/relational-databases/blob/enable-and-configure-filestream )
3. Create a database with a filestream container. Ensure that container is hosted on the drive which also hosts the Centennial applications.
4. Install any Centennial application such as MS Office Preview apps or Ubuntu Linux from the Microsoft Store application
5. Launching any Centennial application fails with the following error
Fix: Install latest SQL 2017 update.

Friday, January 4, 2019

Windows 10 pro workstation missing OneDrive integrated folder in File Explorer

Found the solution on https://superuser.com

BTW, Love their URL format

https://superuser.com/questions/1147030/onedrive-not-integrated-with-windows-explorer-on-windows-10-enterprise-1607

Run OneDriveSetup.exe  as Administrator
or OneDrive.exe as Administrator


Tuesday, October 4, 2016

HOWTO list local administrators on the Windows commandline

net localgroup administrators