讓她知道錯還是害怕錯?

小姊姊快22個月了
小孩子的天真,是純真也是無知的.
他們不知道什麼是對或錯, 就像一是張白紙一樣.
快兩歲的小孩很多事情都似懂非懂,
"頑皮搗蛋"在這個年紀更是正常不過了!

最近她做"錯"事, 都會被爸爸媽媽處罰
不是罰站就是被彈手指, 或是兩者兼施
但是我在想, 她知道"錯"嗎?
還是會被我們的(兇+處罰)而會變得因為害怕被處罰所以不犯錯?
也就是說,她不知道為什麼不可以這麼做?
但是她知道如果這樣做就會被處罰

她如果不知道什麼是對?什麼是錯?
什麼該做?什麼不該做?
是不是還會一直犯錯呢?

我覺得這個年紀的小孩要讓她明白"什麼是對?什麼是錯?"
是不容易的
更是考驗著大人的耐性和智慧

當她們做"錯"時,如果大人也失去耐性...
我們很容易用吼,或是搬出處罰的手段
這對她們成長的過程無庸置疑是負面的
很可能在她們的身上就會看到我們的影子

教導和處罰的這個拿捏
真的要拿得很準
因為三歲定八十
小姊姊的人生其實也是我們在朔造的

我和小雅都很疼小姊姊, 但是絕對不寵她
希望小姊姊長大後能夠明白父母的嚴厲是充滿愛的

IMG_20161118_174702.jpg

IMG_20161118_174707.jpg

萬聖節2016

Happy Halloween 2016!

今年難得時間允許, 所以下班後帶著小姊姊參加了社區的萬聖節的活動.
很多家長都帶著小朋友們出來活動
我們家今年也派了不少的糖果, 算是跟這裡的小朋友們結個善緣吧.

IMG_20161031_165730.jpg

沒有face painting, 因為不給"面子". 只好在手上劃個花花.

IMG_20161031_165733.jpg

IMG_20161031_165844.jpg
我不怕魔鬼! 等我長大再來度化你們, 讓你們真的成聖.

IMG_20161031_165858.jpg

第一次吃榴槤

墨爾本的冷凍榴槤又漲價了!

這幾粒D24竟然要$16.50, 貓山王更是買到$30幾塊一盒, 嚇死人!

 

小姊姊第一次吃榴槤

IMG_20161022_195938.jpg

左眼角有一點紅紅腫腫的, 吃飯的時候撞到椅子!

IMG_20161022_200021.jpg

How to reset/add user/password in Windows 10 without login

What happen when you forgot your password to log into Windows 10 and there is no other account that you could log into?

Turn out Windows 10 has a hidden feature which can be very handy in this situation!

Boot the computer with a Windows 10 Installation CD or Win10PE
Once in the command prompt:

move C:\Windows\System32\utilman.exe C:\Windows\System32\utilman.exe.bat
copy C:\Windows\System32\cmd.exe C:\Windows\System32\utilman.exe

Reboot the computer normally.
When you get to the login screen, normally under bottom right corner, there is this Ease Of Access button ease-of-access-icon1. Which is now replaced with CMD.

Open the command prompt:

net user <username> <password> /add
net localgroup administrators <username> /add

That's it. You could now login with that newly created administrator account and reset your forgotten password for that accout!

Reference from here