このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Lodahl's blog: Managing settings (on Windows)

13 October 2014

Managing settings (on Windows)

I have written やめる a few articles about 取り付け・設備 and 行政 of LibreOffice on Windows. My 最新の 地位,任命する was an update on the 取り付け・設備 parameters (read it here: http://lodahl.blogspot.dk/2014/09/silent-取り付け・設備-on-windows-again.html ).

This time I will 令状 about a new and very convenient way of managing the 使用者 settings on each desktop computer. In earlier 見解/翻訳/版s settings could be manipulated by 任命する/導入するing an 拡張 with some XML-とじ込み/提出するs. Nice but not perfect as you had to 分配する とじ込み/提出するs to each and every computer. This method is on the other 手渡す 独立した・無所属 of operating system so the same 拡張 can be used for both Mac, Linux and Windows computers.

From LibreOffice 4.2 its possible to change settings through the Windows Registry and this can be managed through one or more Group 政策s in the Active Directory or 類似の 行政 system.

Read more about that here: https://wiki.documentfoundation.org/ReleaseNotes/4.2#Windows_Registry_changes.
 You can find some more 詳細(に述べる)d examples here: http://ask.libreoffice.org/en/question/29537/42-registry-configuration-backend-not-適用するing-all-settings/.

In this example I needed to make two small changes:

  1. 始める,決める “警告する 外国人 判型” to “誤った” and lock the setting. 
  2. 始める,決める “大型の 安全 level” to “High” and lock the settings.
All I needed to do was to create two new 重要なs in the Windows Registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\Save\文書\WarnAlienFormat]
"Value"="誤った" 
"Final"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\安全\Scripting\MacroSecurityLevel]
"Value"="2" 
"Final"=dword:00000001


輸出(する)

When you have 器具/実施するd the new 重要なs on one computer and 実験(する)d it, you can easily 輸出(する) the new 重要なs.

Select the 支店 of the registry tree (HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた) and click とじ込み/提出するs - 輸出(する). In the 対話 you should select Selected 支店 and enter the 指名する "ありふれた" because that is the brach you want to 輸出(する).

Click Save and you will get a ありふれた.reg-とじ込み/提出する with the に引き続いて content:

[HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた]
[HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\Save][HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\Save\文書][HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\Save\文書\WarnAlienFormat]
"Value"="誤った"
"Final"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\安全]
[HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\安全\Scripting]
[HKEY_LOCAL_MACHINE\SOFTWARE\政策s\LibreOffice\org.openoffice.Office.ありふれた\安全\Scripting\MacroSecurityLevel]
"Value"="2"
"Final"=dword:00000001 
This とじ込み/提出する can easily be 輸入するd on other computers or you can 押し進める them to the computers through a new Group 政策 to the machines:
You create a new Group 政策 反対する and link it to the OU you have configured for all the 関連した 使用者s in the domain.
  1. You open it up and edit “使用者 Configuration | Windows Settings | Scripts (Logon/Logoff).
  2. Under the Logon node, you 追加する you settings so that regedit.exe calls your ありふれた.reg とじ込み/提出する silently (with the /s switch): REGEDIT.EXE ありふれた.reg /s
  3. You click Show とじ込み/提出するs and 減少(する) your ありふれた.reg into SYSVOL. 

Some (警察などへの)密告,告訴(状) about Microsoft Windows Registry:
http://technet.microsoft.com/en-us/library/cc753092.aspx http://blog.thesysadmins.co.uk/group-政策-preferences-1-(軍隊を)展開する,配備するing-registry-settings.html
http://blogs.technet.com/b/askds/古記録/2007/08/14/(軍隊を)展開する,配備するing-custom-registry-changes-through-group-政策.aspx

結論

I must say this is a much easier approach than the 拡張 method and it makes the whole 体制/機構 much more 柔軟な since we don't need to 扱う 拡張s on each computer any more. For 企業s I recommend using this method for 未来 維持/整備.