Tag Archive for: Windows 10

[Windows terminal] disable WSL terminal highlight and hide ntuser.dat

03 Oct
October 3, 2020

1 Edit .bashrc

bermmerb@Berm-PC:/mnt/c/Users/berm$ sudo vim ~/.bashrc

2 Put the scripts in the end of file.

LS_COLORS="ow=01;36;40" && export LS_COLORS
LS_COMMON="-hG"
LS_COMMON="$LS_COMMON --color=auto"
LS_COMMON="$LS_COMMON -I NTUSER.DAT* -I ntuser.dat*"
test -n "$LS_COMMON" &&
alias ls="command ls $LS_COMMON"
alias ll="ls -l"
alias la="ls -a"
alias lal="ll -a"

3 Restart terminal and done.

Fix vmware-authd.exe authorization service high cpu usage

08 Sep
September 8, 2020

In administrator command prompt

lodctr /R

[Fixed] Windows can’t access linux samba share.

08 Nov
November 8, 2019

Had to comment away the following in the config file:

user@ubuntu:~$ sudo vim /etc/samba/smb.conf

Comment out “map to guest = bad user” line.

# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
#   map to guest = bad user

Restart samba service

user@ubuntu:~$ sudo /etc/init.d/smbd restart

Done.

FIX Windows 10 keeps adding Keyboard layouts without permission

04 Nov
November 4, 2018

I’m the one who have this problem for several month and tried many fix in the internet. Hope this help for anyone who has this problem 🙂

Problem:
Windows 10 always add keyboard layout that user didn’t intend to have it like in my case it’s always add UK keyboard layout:

Fix:
In order to fix this problem you have to do following steps:

  1. Go to setting > Time & Language > Region & Language > Administrative language setting
  2. Under Welcome screen and new user accounts make sure that there are no extra keyboard layout appear in the list
  3. Click OK and Restart PC. This should fix your problem.

****For Window 10 2004 and Later

  1. Go to Control Panel > Clock and Region > Region > Change date, time, or number formats
  2. Go to Administrative tab
  3. Click on Copy settings…
  4. Under Welcome screen and new user accounts make sure that there are no extra keyboard layout appear in the list
  5. Click OK and Restart PC. This should fix your problem.
© Copyright - HHGG It's 42
%d bloggers like this: