How to
Diff from v6.8.5
6.8.5...6.8.6
- Updated Readme;
- Removed
StartAccountNotifications
function for Windows 10; - Improved
CABInstallContext
function; - Fixed
Export-Associations
function; - Fixed
UninstallPCHealthCheck
function; - Added package for Windows 11 (PowerShell 5.1) to WinGet
- The command downloads only
Windows 11 (PowerShell 5.1)
archive to yourDownloads
folder unlike theChocolatey
script and expands it.
- The command downloads only
# Install Sophia Script and expand it to Downloads folder
$DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}"
winget install --id TeamSophia.SophiaScript --location $DownloadsFolder --accept-source-agreements --force
# Uninstall Sophia Script
winget uninstall --id TeamSophia.SophiaScript --force
- Minor changes.
Wrapper 2.7.16
- Improved UI;
- Fixed JSONs
- Refactor, changed Manifest file name from Sophia.psd1 to SophiaScript.psd1
- Fixed control 'cmbcmb' renamed to 'cmbs' which is used for 'UserFolders' in Windows 10
- Autosave feature added: saves to Sophia Script folder after 5 mins to a file called 'autosave.ps1'
- JSON created for Wrapper to change setting in wrapper
- 'Presets' translation so put back menu translations for 'Presets', Fixed 'Set-Association' - Can add association to textboxes even when the '+/Plus' button has not been pressed yet. It adds a spot for you. Before it crashed the whole program when pressing 'Save'.
Download |
---|