(Áp dụng Excel 2010)
File=> Option=> General=> check bỏ scale content for A4 or ...
Trang web lưu lại những trải nghiệm trong cuộc đời làm IT cũng như những thắc mắc mình gặp phải. Lưu lại để sau này dùng khi cần. Vì vậy nội dung có chút hỗn tạp. Dù sao nó cũng đúng là một nhật ký
Disable/Lock a domain user account:
Net user loginid /ACTIVE:NO /domain
------
To enable/unlock a domain user account:
Net user loginid /ACTIVE:YES /domain
------
Prevent users from changing their account password:
Net user loginid /Passwordchg:No
-------
To allow users to change their password:
Net user loginid /Passwordchg:Yes
-----
reset their password you can use this command:
net user loginname newpassword /DOMAIN /Active:Yes
---
Get serial no: wmic bios get serialnumber