> 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/konnekt-nopasuwomisaitotoshite.md).

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

## 状況

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

## 問題

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

## 解決策

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

* Edge または Internet Explorer のインターネット オプション（Windows 10 ユーザー向け）
* 任意の Office アプリのセキュリティ センター
* または Intune ポリシーで

### Intune

* 「Windows 10 以降」の新しいプロファイルを作成する
* プロファイルの種類は「設定カタログ」

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

* 「security pages」を検索する
* 次のカテゴリを選択する&#x20;  \\

```
Windows Components > Internet Explorer > Internet Control Panel > Security Page
```

* 次のいずれかを使用する&#x20;
  * 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 は、次で設定された初期テナント名または既定のテナント名によって定義されます[ Microsoft の管理センター](https://admin.cloud.microsoft/?#/Domains)。これは次の場合に依存します[EnhancedAuthentication](/ja/configuration/system-settings/qiang-hua-ren-zheng.md)" が有効かどうかです。&#x20;
{% 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\
値: 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/konnekt-nopasuwomisaitotoshite.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.
