Multiple desktops บน Windows 10

Step 1: Add a desktop

  • คลิกที่ Task View ทางล่างซ้ายของหน้าจอ หรือกด Windows Key + Tab แล้วคลิกที่ New desktop หรือ
  • Windows Key + Ctrl + D

Step 2: Switch between desktops

  • Windows Key + Ctrl + Left Arrow หรือ
  • Windows Key + Ctrl + Right Arrow

Step 3: Move windows between desktops

  • กด Windows Key + Tab เพื่อแสดง Task View pane แล้ว
  • right-click ที่ widnows ที่ต้องการย้าย และเลือก Move to และเลือก desktop ที่ต้องการ

Step 4: Close a desktop

  • กด Windows Key + Ctrl + F4 เพื่อปิด desktop ปัจจุบัน แล้ว
  • กด Windows Key + Tab เพื่อแสดง Task View pane แล้วคลิก x ที่ desktop ที่ต้องการปิด

Continue reading

เปิด Windows Explorer จาก Command Prompt

เปิด command prompt อีกอันขึ้นมา
[code]
> start
[/code]

เปิด Windows Explorer ไปที่ current directory
[code]
> start .
[/code]

เปิด Windows Explorer ไปที่ parent directory
[code]
> start ..
[/code]

เปิด Windows Explorer ไปที่ c:\Windows\System32
[code]
> start c:\Windows\System32
[/code]

สรุปคือเปิด Windows Explorer ไปที่ path ไหนก็ได้ โดยการใส่ path ต่อท้าย start เท่านั้น

Link How to Open an Explorer Window from the Command Prompt’s Current Directory

Add a guest account in windows 10

1. Go to settings
2. Account
3. Family & other users
4. Under other users… “Add someone else to this PC”
5. Select “I don’t have this person’s sign-in information”
6. At the bottom of the next box, select “Add a user without a Microsoft account”
7. Type in a new username and password(optional), and you should now have a new user account under “other users” (ใช้ชื่ออื่นแทน guest เช่น visitor) .

Ref: How I can add a guest account in windows 10

 

Windows 10: Access the UEFI BIOS

  1. Click the Start Start menu and select Settings.
  2. Select Update and Security.
  3. Click Recovery.
  4. Under Advanced startup, click Restart now. The system will restart and show the Windows 10 boot menu.
  5. Select Troubleshoot.
  6. Choose Advanced options.
  7. Select UEFI Firmware Settings.
  8. Click Restart to restart the system and enter UEFI (BIOS).

acer.custhelp.com/

การสร้าง Web Services และเรียกใช้งาน Web Services ด้วย Visual Studio 2015

สร้าง 2 โปรเจ็กส์

โปรเจ็กส์ 1: สร้างโปรเจ็กส์ให้บริการเว็บเซอร์วิส มีเว็บเมธอดให้บริการ 2 เมธอด

  • มีเว็บเมธอด HelloWorld() คืนค่าเป็นสตริง Hello World
  • มีเว็บเมธอด ConvertTemperature() รับพารามิเตอร์เป็นองศาฟาเรนไฮ และคืนค่าเป็นองศาเซลเซียส
  • สามารถเรียกดู WSDL ได้ด้วยการใส่ ?wsdl ต่อท้าย เช่น  xxx.asmx?wsdl

โปรเจ็กส์ 2: สร้างโปรเจ็กส์วินโดว์เดสท็อป เรียกใช้งานเว็บเซอร์วิส

  • เรียกใช้งานเว็บเมธอด ConvertTemperature()

Visual Studio 2017

ถ้าใช้ Visual Studio 2017 ให้เพิ่ม Tag ต่อไปนีั้ที่  web.config

Ref stackoverflow.com – Request format is unrecognized for URL unexpectedly ending in