プロジェクト

全般

プロフィール

OneDriveのマウント » 履歴 » バージョン 8

« 前 - バージョン 8/10 (差分) - 次 » - 最新版
蒲池 晃, 2020/10/19 08:02


OneDriveのマウント

  1. IEの信頼済サイトに365ポータル関連を追加する。 → download
  2. IEにて http://portal.office.com/ にログイン
  3. 右のワンドライブを選択
  4. 共有したいフォルダーを選択
  5. 右上の並び替えの横にある「表示オプションの切り替え」から「エクスプローラーで表示」を選択する
  6. 画面が切り替わりフォルダー階層のアドレスバーをコピーする
  7. エクスプローラーのPCを右クリック
  8. 「ネットワークドライブの割り当て」を選択
  9. フォルダーの空白に6でコピーしたリンクを貼り付け
  10. 右下の完了を選択

(OneDrive.batの中身)

@echo off
set RegRoot=HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
reg add "%RegRoot%\sharepointonline.com\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\officeapps.live.com\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\cdn.office.net\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\osi.office.net\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\microsoft.com\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\microsoftonline.com\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\windows.net\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\sharepoint.com\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\akamaihd.net\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\azure-dns.com\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\azure-dns.net\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\azure-dns.org\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\azure-dns.info\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\office365.com\*" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\portal.office.com\www" /v https /t REG_DWORD /d 2 /f
reg add "%RegRoot%\outlook.office365.com\www" /v https /t REG_DWORD /d 2 /f