LoginSignup
0
1

More than 5 years have passed since last update.

PowershellでPowerPointのスタート画面の表示を設定

Last updated at Posted at 2018-07-24

1.概要

powerpointのスタート画面(テンプレートの選択)の表示をレジストリキーを用いて変更する方法。
自分用覚え書きなので悪しからず。

2.環境

・powershell : 5.1
・powerpoint : 16.0

3.コード

ppt_set.ps1
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Office\16.0\PowerPoint\Options' -Name "DisableBootToOfficeStart" -Value "1" 

また、念のためpowerpointのテンプレートを配置する場所を示しておく。
C:\Users\"ログオン中のユーザ名"\AppData\Roaming\Microsoft\Templates\Blank.potx
注意:テンプレートとして表示したいファイル名は必ず"Blank.potx"にする

0
1
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
1