> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/ja/troubleshooting/add-konnekt-paths-as-trusted-sites.md).

# KONNEKT のパスを信頼済みサイトとして追加

## 状況

ユーザーは、KONNEKT でファイル、たとえば Excel のマクロ ファイルをダブルクリックしても開けません。

## 問題

KONNEKT で使用されるすべての SharePoint URL と対応する UNC パスは、信頼済みサイトとして設定する必要があります

## 解決策

これらは次の場所で設定できます:

* Edge または Internet Explorer のインターネット オプション（Windows 10 ユーザー向け）
* 任意の Office アプリのトラスト センター
* または Intune ポリシーを使用します

### Intune

* 「Windows 10 以降」の新しいプロファイルを作成
* プロファイルの種類「Settings catalog」

<figure><img src="/files/78303443fd1a4a5f032220526c57b1b191480bcf" alt=""><figcaption></figcaption></figure>

* 「security pages」を検索
* 次のカテゴリ \\\\

```
Windows コンポーネント > Internet Explorer > Internet Control Panel > セキュリティ ページ
```

* いずれかを使用
  * Site to Zone Assignment List
  * Site to Zone Assignment List (User)

<figure><img src="/files/409975541bbd839038bf28e7f61153faa9713111" alt=""><figcaption></figcaption></figure>

* 3 つのパスすべて - UNC と URL を設定する

<figure><img src="/files/989e7b0eb69a05c4237f7cf0e77df74de6b742df" alt=""><figcaption></figcaption></figure>

```
"<TenantName>.sharepoint.com"      = "2",
"<TenantName>-my.sharepoint.com"   = "2",
"\\OneDrive-<TenantName>" = "2"​
```

{% hint style="info" %}
TenantName は、最初に設定した Tenant 名または既定の Tenant 名によって定義されます[ Microsoft の Admin Center](https://admin.cloud.microsoft/?#/Domains)。これは「[EnhancedAuthentication](/ja/configuration/system-settings/enhanced-authentication.md)」が有効かどうかによって異なります。
{% endhint %}

これを設定しても Outlook にセキュリティ通知が表示されるのを防ぐことはできません。

<figure><img src="/files/05ea38d57101f5cdad7f636d05748a16aac4260a" alt=""><figcaption></figcaption></figure>

このダイアログをオフにする方法については、次の記事を参照してください [*Office プログラムでハイパーリンクの警告メッセージを有効または無効にする*](https://learn.microsoft.com/en-us/troubleshoot/microsoft-365-apps/office-suite-issues/enable-disable-hyperlink-warning#how-to-globally-enable-or-disable-hyperlink-warnings).

HKEY\_CURRENT\_USER\\\software\\\policies\\\microsoft\\\Office\\\16.0\\\common\\\security\
DWORD: DisableHyperlinkWarning\
Value: 1

{% hint style="warning" %}
この回避策により、コンピューターまたはネットワークは、悪意のあるユーザーやウイルスなどの悪意のあるソフトウェアによる攻撃に対して脆弱になります。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.konnekt.io/ja/troubleshooting/add-konnekt-paths-as-trusted-sites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
