0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

windows環境で自作プログラムを動作させる際に気をつけること

0
Posted at

自分でコンパイルしたプログラムを実行するときはスマートアプリコントロールをオフにすること

スマートアプリコントロールはコード署名がされていないプログラム、つまり自分でコンパイルしたものの起動を検知した場合妨害するようになっていて更に除外設定に入れていても妨害をする
そのためプログラムファイルを除外設定に入力するだけでなくスマートアプリコントロールをオフにする必要がある

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?