1. ลำดับแรกในโปรแกรม IIS manager เข้าไปที่ SSL Settings
2. ในส่วนของ Require SSL ใส่เครื่องหมายถูกหน้าช่องดังกล่าว
1. ลำดับแรกในโปรแกรม IIS manager เข้าไปที่ SSL Settings
2. ในส่วนของ Require SSL ใส่เครื่องหมายถูกหน้าช่องดังกล่าว
สำหรับใน Windows 10 ที่เป็นเวอร์อัพเดทล่าสุด (V1607) จากทาง Microsoft จะช่วยให้สามารถแชร์ WiFi ได้ง่ายขึ้น เพราะจะมีฟังก์ชั่น “Mobile hotspot” ที่ตั้งค่าได้เพียงไม่กี่คลิก สำหรับใครที่ยังไม่อัพเดทก็คลิกดู วิธีอัพเดท Windows 10 Anniversary ตามลิ้งค์ครับ หรือ สำหรับคนที่ยังไม่ต้องการอัพเดท Windows 10 เป็นแบบล่าสุดก็สามารถทำตามขั้นตอนของ Windows 7 ได้เลยครับ เดียวมาเริ่มใน widows 10 กันเลยครับ
ผู้ใช้สามารถใช้คำสั่ง shutdown พร้อมพารามิเตอร์ -l เพื่อ Logoff ดังนี้
1
|
shutdown -l |
ผู้ใช้สามารถใช้คำสั่ง shutdown พร้อมพารามิเตอร์ -s เพื่อ Logoff ดังนี้
1
|
shutdown -s |
xcopy c:\ d:\ /h/i/c/k/e/r/y
Use the above command. It will definitely work.
In this command data will be copied from c:\ to D:\, even folders and system files as well. Here’s what the flags do:
/h
copies hidden and system files also/i
if destination does not exist and copying more than one file, assume that destination must be a directory/c
continue copying even if error occurs/k
copies attributes/e
copies directories and subdirectories, including empty ones/r
overwrites read-only files/y
suppress prompting to confirm whether you want to overwrite a fileYou can see a list of flags by running xcopy /?
.
user login CLI
user@host> request system storage cleanup
Note: You can issue the request system storage cleanup dry-run command to review the list of files that can be deleted with the request system storage cleanup command, without actually deleting the files.
Note:
On SRX Series devices, the /var hierarchy is hosted in a separate partition (instead of the root partition). If Junos OS installation fails as a result of insufficient space:
ขั้นตอนที่ 1
1.กดปุ่ม Windows Logo + X
2.กดหัวข้อ Control Panel
3.กดที่ User Accounts
In light to the recent cyber attack of ransomware which goes by the name “WannaCry” has affected more over 99 countries. This attack is believed to use the exploit tool called “ETERNALBLUE” which was leaked from the NSA, by the hacker group called ShadowBrokers. This tool exploits the vulnerability in the SMB service of the machine to spread and propagate. This document will provide you with the steps that a reader can take to disable the SMB service. By disabling the service the propagation of the virus will stop from spreading.
Please note: Before proceeding further it is strongly advised to take a backup of the machine because you will in some case might require to change the Windows Registry. If the steps are not carefully followed it might even crash the machine.
For Windows 10/8/7
Windows 10 users can disable the SMB feature by following these simple steps:
1. Click on the Search option and search for “Windows Features” and you will see the result as “Turn Windows Feature on and off.”
2. Upon clicking the option, the following screen will be prompted
Surface Studio, Surface Book, Surface Book with Performance Base, Surface Pro 4, Surface Pro 3, Surface 3, Surface Pro 2, Surface Pro.
Continue reading
Converting a SSL certificate in Apache to Windows
class=”kbcontents” colspan=”2″>If you have multiple servers that need to use the same SSL certificate, such as in a load-balancer environment or using a wildcard or UC SSL certificates, you can convert the certificates and private key to a .pfx file and then import the certificate on Windows server so it can be used in IIS or Exchange. This may also be necessary when you switch hosting companies. We will be going over the exact process with step-by-step instructions in this article. If necessary, you can copy the SSL certificate from a Windows server to an Apache server instead.
We will assume that you have already successfully installed the SSL certificate on the Apache web server. You will follow these steps to move or copy that working certificate to the Windows server: