Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/en/utokyo_wifi/certificate_renewal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You may be unable to access the “UTokyo Wi-Fi Account Menu” normally. Please
* There are two types of fingerprints (SHA-1 and SHA-256) listed on [Connect Configuration](/en/utokyo_wifi/#connect-configuration);matching one type will suffice
* Note that the displayed screens and behavior may vary depending on the OS or device types.
![](img/macos13-certificate.png){:.medium.center.border}
<figure class="gallery">![](img/ios-certificate.PNG){:.medium.center.border}![](img/windows10-certificate.jpg){:.medium.center.border}</figure>
<figure class="gallery">![](./img/ios-certificate.PNG){:.medium.center.border}![](./img/windows11-certificate.png){:.medium.center.border}</figure>


## Troubleshooting guide
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 14 additions & 12 deletions src/pages/en/utokyo_wifi/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,42 @@ import Mfa100 from "./_Mfa100.mdx";
{:#procedure}
### Step 1: Enable the Wi-Fi function in the taskbar
{:#turn-on}
Select the globe icon in the taskbar, and then select the fan-shaped “Wi-Fi” icon to enable the Wi-Fi function.
If there is only the fan-shaped “Wi-Fi” icon but no globe icon, simply select the former.
![](img/windows10-turnon-globe.PNG){:.medium.center.border}
![](img/windows10-turnon-sector.PNG){:.medium.center.border}
Select the globe icon in the taskbar, and then select the “>” icon next to fan-shaped “Wi-Fi” icon to enable the Wi-Fi function. If there is only the fan-shaped “Wi-Fi” icon but no globe icon, simply select the former.
![](./img/windows11-turnon-globe.png){:.medium.center}

![](./img/windows11-turnon-sector.png){:.medium.center}

### Step 2: Select the proper SSID from the SSID list
{:#select-ssid}
<SelectSsid userIdField="user-name"/>
![](img/windows10-selectssid.PNG){:.medium.center.border}

<figure class="gallery">![](./img/windows11-selectssid.png){:.medium.center}![](./img/windows11-selectssid-2.png){:.medium.center}</figure>

### Step 3: Delete the existing Wi-Fi setting information
{:#delete-profile}
<DeleteProfile userIdField="user-name"/>
Right click the SSID you found in Step 2, select “Forget” from the displayed menu.
![](img/windows10-deleteprofile.jpg){:.medium.center.border}
![](./img/windows11-deleteprofile.png){:.medium.center}

### Step 4: Enter the required information and connect
{:#create-profile}
Select the SSID named `0000UTokyo` from the SSID list again.
The screen of the Wi-Fi settings will be displayed after you select the SSID. To enter the required setting information into each field, follow the instructions below. You do not have to set those items that are shown in the following table but are not displayed on the screen. Once you have entered the setting information, select the connection button.
Select the SSID named `0000UTokyo` from the SSID list again, and select the “Connect” button.

The screen of the Wi-Fi settings will be displayed. To enter the required setting information into each field, follow the instructions below. You do not have to set those items that are shown in the following table but are not displayed on the screen. Once you have entered the setting information, select the connection button.

| Field name | Content |
| :-----------: | :------------------- |
| Username | Enter the user ID for the UTokyo Wi-Fi (Begin with a `u` and ending with `@wifi.u-tokyo.ac.jp`). |
| User name | Enter the user ID for the UTokyo Wi-Fi (Begin with a `u` and ending with `@wifi.u-tokyo.ac.jp`). |
| Password | Enter the password for the UTokyo Wi-Fi. |

![](img/windows10-createprofile.jpg){:.medium.center.border}
![](./img/windows11-createprofile.png){:.medium.center}

#### Supplement
{:#create-profile-notes}
* Enter the user ID and password for the UTokyo Wi-Fi account into the fields of “User name” and “Password”. Note that they are not the regular ID and password for the UTokyo Account. You can check the user ID and password in the notification email described in the ”**Preparation**” step or the screen of the completed application.
* If there are any setting items other than mentioned above, please configure them as needed. If you have no particular preferences, you can leave the default settings.
* During the connecting operation, a screen asking if you trust the certificate may appear. To verify whether the certificate is correct, compare the "server fingerprint" of the displayed certificate with the fingerprint listed in [Connect Configuration](/utokyo_wifi/#connect-configuration). If they match, trust the certificate.
* In addition, there are two types of fingerprints (SHA-1 and SHA-256) listed on [Connect Configuration](/en/utokyo_wifi/#connect-configuration);matching one type will suffice
* During the connecting operation, a screen asking if you trust the certificate may appear. To verify whether the certificate is correct, compare the "server fingerprint" of the displayed certificate with the fingerprint listed in [Connect Configuration](../#connect-configuration). If they match, trust the certificate.
* In addition, there are two types of fingerprints (SHA-1 and SHA-256) listed on [Connect Configuration](../#connect-configuration); matching one type will suffice


## Troubleshooting guide
Expand Down
Loading