@@ -101,18 +101,8 @@ These policies have a higher priority than, and will override, the policy "Confi
101
101
| Crop And Lock| Crop And Lock: Configure enabled state| ConfigureEnabledUtilityCropAndLock|
102
102
| Environment Variables| Environment Variables: Configure enabled state| ConfigureEnabledUtilityEnvironmentVariables|
103
103
| FancyZones| FancyZones: Configure enabled state| ConfigureEnabledUtilityFancyZones|
104
+ |File Explorer add-ons|File Explorer add-ons: Configure enabled state|ConfigureEnabledUtilityFileExplorerAddOns
104
105
| File Locksmith| File Locksmith: Configure enabled state| ConfigureEnabledUtilityFileLocksmith|
105
- | Gcode file preview| Gcode file preview: Configure enabled state| ConfigureEnabledUtilityFileExplorerGcodePreview|
106
- | Markdown file preview| Markdown file preview: Configure enabled state| ConfigureEnabledUtilityFileExplorerMarkdownPreview|
107
- | PDF file preview| PDF file preview: Configure enabled state| ConfigureEnabledUtilityFileExplorerPDFPreview|
108
- | QOI file preview| QOI file preview: Configure enabled state| ConfigureEnabledUtilityFileExplorerQOIPreview|
109
- | Source code file preview| Source code file preview: Configure enabled state| ConfigureEnabledUtilityFileExplorerMonacoPreview|
110
- | SVG file preview| SVG file preview: Configure enabled state| ConfigureEnabledUtilityFileExplorerSVGPreview|
111
- | Gcode file thumbnail| Gcode file thumbnail: Configure enabled state| ConfigureEnabledUtilityFileExplorerGcodeThumbnails|
112
- | PDF file thumbnail| PDF file thumbnail: Configure enabled state| ConfigureEnabledUtilityFileExplorerPDFThumbnails|
113
- | QOI file thumbnail| QOI file thumbnail: Configure enabled state| ConfigureEnabledUtilityFileExplorerQOIThumbnails|
114
- | STL file thumbnail| STL file thumbnail: Configure enabled state| ConfigureEnabledUtilityFileExplorerSTLThumbnails|
115
- | SVG file thumbnail| SVG file thumbnail: Configure enabled state| ConfigureEnabledUtilityFileExplorerSVGThumbnails|
116
106
| Hosts file editor| Hosts file editor: Configure enabled state| ConfigureEnabledUtilityHostsFileEditor|
117
107
| Image Resizer| Image Resizer: Configure enabled state| ConfigureEnabledUtilityImageResizer|
118
108
| Keyboard Manager| Keyboard Manager: Configure enabled state| ConfigureEnabledUtilityKeyboardManager|
@@ -728,3 +718,60 @@ You can set the enabled state for all plugins not controlled by this policy usin
728
718
> [!NOTE]
729
719
> Syntax for the :::no-loc text="value"::: property from the :::no-loc text="data"::: element:
730
720
> `<PluginID><Number><PluginID><Number>`
721
+
722
+ ### File Explorer add-ons
723
+
724
+ #### Configure enabled state for individual add-ons
725
+
726
+ Supported on PowerToys 0.83.0 or later, depending on the add-on.
727
+
728
+ For each File Explorer add-on, there's a "Configure enabled state" policy, which forces an enabled state for the add-on.
729
+
730
+ - If you enable this setting, the add-on will be always enabled and the user won't be able to disable it.
731
+ - If you disable this setting, the add-on will be always disabled and the user won't be able to enable it.
732
+ - If you don't configure this setting, users are able to enable or disable the add-on.
733
+
734
+ The policy "File Explorer add-ons: Configure enabled state" will override this policy.
735
+
736
+ > [!NOTE]
737
+ > PDF file preview: There have been reports of incompatibility between the PDF Preview Handler and Outlook.
738
+
739
+ ##### Table of utility Policies
740
+
741
+ | Utility | ADMX GP name |ADMX GP unique name /</br>Registry value name /</br>Intune PolicyID |
742
+ | :--- | :--- | :--- |
743
+ |Gcode file preview|Gcode file preview: Configure enabled state|ConfigureEnabledUtilityFileExplorerGcodePreview|
744
+ |Markdown file preview|Markdown file preview: Configure enabled state|ConfigureEnabledUtilityFileExplorerMarkdownPreview|
745
+ |PDF file preview|PDF file preview: Configure enabled state|ConfigureEnabledUtilityFileExplorerPDFPreview|
746
+ |QOI file preview|QOI file preview: Configure enabled state|ConfigureEnabledUtilityFileExplorerQOIPreview|
747
+ |Source code file preview|Source code file preview: Configure enabled state|ConfigureEnabledUtilityFileExplorerMonacoPreview|
748
+ |SVG file preview|SVG file preview: Configure enabled state|ConfigureEnabledUtilityFileExplorerSVGPreview|
749
+ |Gcode file thumbnail|Gcode file thumbnail: Configure enabled state|ConfigureEnabledUtilityFileExplorerGcodeThumbnails|
750
+ |PDF file thumbnail|PDF file thumbnail: Configure enabled state|ConfigureEnabledUtilityFileExplorerPDFThumbnails|
751
+ |QOI file thumbnail|QOI file thumbnail: Configure enabled state|ConfigureEnabledUtilityFileExplorerQOIThumbnails|
752
+ |STL file thumbnail|STL file thumbnail: Configure enabled state|ConfigureEnabledUtilityFileExplorerSTLThumbnails|
753
+ |SVG file thumbnail|SVG file thumbnail: Configure enabled state|ConfigureEnabledUtilityFileExplorerSVGThumbnails|
754
+
755
+ ##### Group Policy (ADMX) information
756
+
757
+ - GP unique name: See the table above.
758
+ - GP name: See the table above.
759
+ - GP path: Administrative Templates/Microsoft PowerToys/File Explorer add-ons
760
+ - GP scope: Computer and user
761
+ - ADMX file name: _PowerToys.admx_
762
+
763
+ ##### Registry information
764
+
765
+ - Path: Software\Policies\PowerToys
766
+ - Name: See the table above.
767
+ - Type: DWORD
768
+ - Example value: `0x00000000`
769
+
770
+ ##### Intune information
771
+
772
+ - OMA-URI: `./Device/Vendor/MSFT/Policy/Config/PowerToys~Policy~PowerToys~FileExplorerAddOns/<PolicyID>`
773
+
774
+ > [!Note]
775
+ > Please see the table above for the _PolicyID_ value.
776
+
777
+ - Example value: `<disabled/>`
0 commit comments