mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
Misc app updates.
This commit is contained in:
@@ -35,8 +35,8 @@ Author=Homes32
|
||||
Level=3
|
||||
Selected=True
|
||||
Mandatory=False
|
||||
Version=1.5.3.0
|
||||
Date=2023-01-27
|
||||
Version=1.5.4.0
|
||||
Date=2023-11-27
|
||||
|
||||
[Variables]
|
||||
|
||||
@@ -272,7 +272,7 @@ If,%SourceArch%,Equal,x64,RegWrite,HKLM,0x1,"Tmp_Software\Wow6432Node\Microsoft\
|
||||
RegWrite,HKLM,0x1,"Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d1d3a04-debb-4115-95cf-2f29da2920da}\PropertyBag","ThisPCPolicy","Hide"
|
||||
If,%SourceArch%,Equal,x64,RegWrite,HKLM,0x1,"Tmp_Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d1d3a04-debb-4115-95cf-2f29da2920da}\PropertyBag","ThisPCPolicy","Hide"
|
||||
|
||||
// Show_Videos_folder
|
||||
// Show Videos folder
|
||||
If,ExistRegValue,HKLM,"Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag","ThisPCPolicy",RegDelete,HKLM,"Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag","ThisPCPolicy"
|
||||
RegWrite,HKLM,0x0,"Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag"
|
||||
If,%SourceArch%,Equal,x64,Begin
|
||||
@@ -283,6 +283,9 @@ End
|
||||
// Remove "Include in Library" Context Menu
|
||||
If,ExistRegSubKey,HKLM,"Tmp_Software\Classes\Folder\shellex\ContextMenuHandlers\Library Location",RegDelete,HKLM,"Tmp_Software\Classes\Folder\shellex\ContextMenuHandlers\Library Location"
|
||||
|
||||
//Remove Copilot from taskbar (Win11 22621.2361+)
|
||||
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowCopilotButton",0
|
||||
|
||||
// Device Setup Mgr (Eject Device & Printer Support)
|
||||
RegCopy,HKLM,"Tmp_Install_System\ControlSet001\Services\DsmSvc",HKLM,"Tmp_System\ControlSet001\Services\DsmSvc"
|
||||
RegWrite,HKLM,0x0,"Tmp_System\Setup\AllowStart\DsmSvc"
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,7 @@ Date=2022-12-25
|
||||
%DownloadURL%=https://www.startallback.com/download.php
|
||||
// Latest version of StartAllBack that has been confirmed working with this project.
|
||||
// New versions have a history of breaking in PE so we warn the user of the possibility there will be issues.
|
||||
%SupportedVer%=3.6.3.4665
|
||||
%SupportedVer%=3.6.13.4715
|
||||
|
||||
[Process]
|
||||
Echo,"Configuring [ StartAllBack ] as the start menu..."
|
||||
|
Reference in New Issue
Block a user