GithubHelp home page GithubHelp logo

whd's People

Contributors

abbodi1406 avatar gematsu avatar obegg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

whd's Issues

YAOCTRU_v7.0 doesn't work.

The Generator 6.0 and 7.0 make the .bat file but only the file from 6.0 works.

With the 7.0 comes the Error Findstr: cannot be opened and The system can not find the path specified etc. (see Screenshot)...?!

Screen002

Add Office Telemetry Script

I'm aware you created a reg file to disable office telemetry (here),
but it appears it doesn't exist on GitHub,
do you think you would be able to upload it?

Why I think uploading it would be a good addition:

  1. There's already a perfect place where to store the reg files - https://github.com/abbodi1406/WHD/tree/master/scripts
  2. For the users who wish to disable telemetry, they would reach this GitHub page.
  3. Be able to easily change and update the reg files in case of office changes.

I actually think it would be better if it was a PowerShell script and not a reg file, so I used reg2ps:

# Reg2CI (c) 2022 by Roger Zander
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\Common\ClientTelemetry") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\Common\ClientTelemetry" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Common") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Common" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Common\General") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Common\General" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Common\Feedback") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Common\Feedback" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Common\PTWatson") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Common\PTWatson" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Common\Privacy") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Common\Privacy" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Common\Security\FileValidation") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Common\Security\FileValidation" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Firstrun") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Firstrun" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Lync") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Lync" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Outlook\Options\Mail") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Outlook\Options\Mail" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\Word\Options") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\Word\Options" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\OSM") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\OSM" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes") -ne $true) {  New-Item "HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\Common\ClientTelemetry") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\Common\ClientTelemetry" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Common") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Common" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Feedback") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Feedback" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Internet") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Internet" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\PTWatson") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\PTWatson" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Privacy") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Privacy" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Security\FileValidation") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Security\FileValidation" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Firstrun") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Firstrun" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\Lync") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\Lync" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\OSM") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\OSM" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications" -force -ea SilentlyContinue };
if((Test-Path -LiteralPath "HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes") -ne $true) {  New-Item "HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes" -force -ea SilentlyContinue };
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\Common\ClientTelemetry' -Name 'DisableTelemetry' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\Common\ClientTelemetry' -Name 'SendTelemetry' -Value 3 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common' -Name 'disableboottoofficestart' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common' -Name 'qmenable' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common' -Name 'sendcustomerdata' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common' -Name 'updatereliabilitydata' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\General' -Name 'disableboottoofficestart' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\General' -Name 'disablecomingsoon' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\General' -Name 'optindisable' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\General' -Name 'shownfirstrunoptin' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\General' -Name 'ShownFileFmtPrompt' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\General' -Name 'skydrivesigninoption' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\Feedback' -Name 'enabled' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\Feedback' -Name 'includescreenshot' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\PTWatson' -Name 'PTWOptIn' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\Privacy' -Name 'disconnectedstate' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\Privacy' -Name 'usercontentdisabled' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\Privacy' -Name 'downloadcontentdisabled' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\Privacy' -Name 'controllerconnectedservicesenabled' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Common\Security\FileValidation' -Name 'disablereporting' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Firstrun' -Name 'BootedRTM' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Firstrun' -Name 'disablemovie' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Lync' -Name 'disableautomaticsendtracing' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Outlook\Options\Mail' -Name 'EnableLogging' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\Word\Options' -Name 'EnableLogging' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM' -Name 'Enablelogging' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM' -Name 'EnableUpload' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'accesssolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'olksolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'onenotesolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'pptsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'projectsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'publishersolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'visiosolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'wdsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'xlsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'agave' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'appaddins' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'comaddins' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'documentfiles' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'templatefiles' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\Common\ClientTelemetry' -Name 'SendTelemetry' -Value 3 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common' -Name 'disableboottoofficestart' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common' -Name 'qmenable' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common' -Name 'sendcustomerdata' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common' -Name 'updatereliabilitydata' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General' -Name 'disableboottoofficestart' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General' -Name 'disablecomingsoon' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General' -Name 'optindisable' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General' -Name 'shownfirstrunoptin' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General' -Name 'ShownFileFmtPrompt' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\General' -Name 'skydrivesigninoption' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Feedback' -Name 'enabled' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Feedback' -Name 'includescreenshot' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Internet' -Name 'disableboottoofficestart' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Internet' -Name 'serviceleveloptions' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Internet' -Name 'useonlinecontent' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\PTWatson' -Name 'disableboottoofficestart' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\PTWatson' -Name 'PTWOptIn' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Privacy' -Name 'disconnectedstate' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Privacy' -Name 'usercontentdisabled' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Privacy' -Name 'downloadcontentdisabled' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Privacy' -Name 'controllerconnectedservicesenabled' -Value 2 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Common\Security\FileValidation' -Name 'disablereporting' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Firstrun' -Name 'BootedRTM' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Firstrun' -Name 'disablemovie' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\Lync' -Name 'disableautomaticsendtracing' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM' -Name 'Enablelogging' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM' -Name 'EnableUpload' -Value 0 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'accesssolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'olksolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'onenotesolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'pptsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'projectsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'publishersolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'visiosolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'wdsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications' -Name 'xlsolution' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'agave' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'appaddins' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'comaddins' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'documentfiles' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKCU:\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes' -Name 'templatefiles' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;

If needed I can also submit a PR that will add it as a PowerShell script, what do you think?

Converter script 79f.zip Missing Apps when creating ISO from Windows\SoftwareDistribution\Download

Starting with latest Windows 11 Ni Builds (22H2), looks like MS Windows Update changed the way they download Apps in the SoftwareDistribution folder.
If I use the latest current converter script 79f pointing to the folder C:\Windows\SoftwareDistribution\Download\96f67d863d4234d4823cdee8752abeee
it creates an ISO that is missing the Basic Windows Apps like SecHealthUI, MS Store and other Required Apps even if those are downloaded by W.U. in the folder.
Can the script be modified to include all the Windows Apps that are downloaded by Windows Update with the new Ni Builds?
In the past we could create a valid usable ISO simply directing the converter to the download folder
C:\Windows\SoftwareDistribution\Download\96f67d863d4234d4823cdee8752abeee
but that does not work anymore unless we manually add a folder containing the Apps required for the specific Build.
Since W.U. is also downloading and updating the required Apps, it would be nice to have a converter script that creates a usable ISO that includes all the required Windows Apps without any other manual intervention, same as we used to do with all builds prior to the introduction of the Nickel builds (22H2).
Looking forward to a new converter script that can do all this automatically.
Thanks.

PSFX Repack v6 doesn't work..!!

Hi,

Firstly, sorry my bad english..!!

PSFX Repack v6 doesn't work to Windows10.0-KB5014019-x64.cab and Windows10.0-KB5014019-x64.psf.

Print

Thanks in advance..!!

getting error on the install step

Could not detect CTRffn in the specified config file

What is a CTRffn?

I used the office deployment tool to download office2019enterprise and I am trying your tool to install the retail version of Home and Business

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.