OneDriveのマウント » 履歴 » バージョン 4
蒲池 晃, 2020/10/19 07:59
| 1 | 1 | 蒲池 晃 | h1. OneDriveのマウント |
|---|---|---|---|
| 2 | 1 | 蒲池 晃 | |
| 3 | 4 | 蒲池 晃 | # IEの信頼済サイトに365ポータル関連を追加する。 → "download":https://redmine.ait-partner.co.jp/attachments/download/157/onedrive.bat |
| 4 | 1 | 蒲池 晃 | # IEにてhttp://portal.office.com/にログイン |
| 5 | 1 | 蒲池 晃 | # 右のワンドライブを選択 |
| 6 | 1 | 蒲池 晃 | # 共有したいフォルダーを選択 |
| 7 | 1 | 蒲池 晃 | # 右上の並び替えの横にある「表示オプションの切り替え」 |
| 8 | 1 | 蒲池 晃 | から「エクスプローラーで表示」を選択する |
| 9 | 1 | 蒲池 晃 | # 画面が切り替わり |
| 10 | 1 | 蒲池 晃 | フォルダー階層のアドレスバーをコピーする |
| 11 | 1 | 蒲池 晃 | # エクスプローラーのPCを右クリック |
| 12 | 1 | 蒲池 晃 | # 「ネットワークドライブの割り当て」を選択 |
| 13 | 1 | 蒲池 晃 | # フォルダーの空白に⑥でコピーしたリンクを貼り付け |
| 14 | 1 | 蒲池 晃 | # 右下の完了を選択 |
| 15 | 2 | 蒲池 晃 | |
| 16 | 2 | 蒲池 晃 | (信頼済サイトへの登録パッチ) |
| 17 | 2 | 蒲池 晃 | <pre> |
| 18 | 2 | 蒲池 晃 | @echo off |
| 19 | 2 | 蒲池 晃 | set RegRoot=HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains |
| 20 | 2 | 蒲池 晃 | reg add "%RegRoot%\sharepointonline.com\*" /v https /t REG_DWORD /d 2 /f |
| 21 | 2 | 蒲池 晃 | reg add "%RegRoot%\officeapps.live.com\*" /v https /t REG_DWORD /d 2 /f |
| 22 | 2 | 蒲池 晃 | reg add "%RegRoot%\cdn.office.net\*" /v https /t REG_DWORD /d 2 /f |
| 23 | 2 | 蒲池 晃 | reg add "%RegRoot%\osi.office.net\*" /v https /t REG_DWORD /d 2 /f |
| 24 | 2 | 蒲池 晃 | reg add "%RegRoot%\microsoft.com\*" /v https /t REG_DWORD /d 2 /f |
| 25 | 2 | 蒲池 晃 | reg add "%RegRoot%\microsoftonline.com\*" /v https /t REG_DWORD /d 2 /f |
| 26 | 2 | 蒲池 晃 | reg add "%RegRoot%\windows.net\*" /v https /t REG_DWORD /d 2 /f |
| 27 | 2 | 蒲池 晃 | reg add "%RegRoot%\sharepoint.com\*" /v https /t REG_DWORD /d 2 /f |
| 28 | 2 | 蒲池 晃 | reg add "%RegRoot%\akamaihd.net\*" /v https /t REG_DWORD /d 2 /f |
| 29 | 2 | 蒲池 晃 | reg add "%RegRoot%\azure-dns.com\*" /v https /t REG_DWORD /d 2 /f |
| 30 | 2 | 蒲池 晃 | reg add "%RegRoot%\azure-dns.net\*" /v https /t REG_DWORD /d 2 /f |
| 31 | 2 | 蒲池 晃 | reg add "%RegRoot%\azure-dns.org\*" /v https /t REG_DWORD /d 2 /f |
| 32 | 2 | 蒲池 晃 | reg add "%RegRoot%\azure-dns.info\*" /v https /t REG_DWORD /d 2 /f |
| 33 | 2 | 蒲池 晃 | reg add "%RegRoot%\office365.com\*" /v https /t REG_DWORD /d 2 /f |
| 34 | 2 | 蒲池 晃 | reg add "%RegRoot%\portal.office.com\www" /v https /t REG_DWORD /d 2 /f |
| 35 | 2 | 蒲池 晃 | reg add "%RegRoot%\outlook.office365.com\www" /v https /t REG_DWORD /d 2 /f |
| 36 | 2 | 蒲池 晃 | </pre> |