You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just use the script for the first time and exported the settings to try importing them on another PC. I get the following Powershell output :
Invoke-WPFPresets : Unable to process argument transformation on parameter 'preset'. Impossible to
convert the value to type System.String.
Au caractère Ligne:4398 : 35
Hey @hebval
Thanks for reporting the Issue, this was already fixed in #2658 and you will be able to use that functionality again starting the next full-release.
Since this is fixed and seems to be the only issue, I am going to close this
/close
Describe the bug
I just use the script for the first time and exported the settings to try importing them on another PC. I get the following Powershell output :
Invoke-WPFPresets : Unable to process argument transformation on parameter 'preset'. Impossible to
convert the value to type System.String.
Au caractère Ligne:4398 : 35
To Reproduce
Expected behavior
I was expecting that all the choices I made would be imported automatically
Additional context
Here is my JSON exported file :
{
"WPFTweaks": [
"WPFTweaksRestorePoint",
"WPFTweaksWifi",
"WPFTweaksDisableipsix",
"WPFTweaksHome",
"WPFTweaksTeredo",
"WPFTweaksRemoveHomeGallery",
"WPFTweaksDisableLMS1",
"WPFTweaksStorage",
"WPFTweaksHiber",
"WPFTweaksDebloatAdobe",
"WPFTweaksConsumerFeatures",
"WPFTweaksDisableNotifications",
"WPFTweaksDVR",
"WPFTweaksTele",
"WPFTweaksDisplay",
"WPFTweaksAH",
"WPFTweaksRightClickMenu",
"WPFTweaksEndTaskOnTaskbar",
"WPFTweaksBlockAdobeNet",
"WPFTweaksEdgeDebloat",
"WPFTweaksRemoveCopilot",
"WPFTweaksLoc",
"WPFTweaksRemoveOnedrive",
"WPFTweaksServices",
"WPFTweaksDisableFSO",
"WPFTweaksPowershell7Tele",
"WPFTweaksDeleteTempFiles",
"WPFTweaksDisableBGapps",
"WPFTweaksPowershell7"
],
"Install": [
{
"winget": "7zip.7zip",
"choco": "7zip"
},
{
"winget": "WinSCP.WinSCP",
"choco": "winscp"
},
{
"winget": "Gyan.FFmpeg",
"choco": "ffmpeg-full"
},
{
"winget": "CPUID.HWMonitor",
"choco": "hwmonitor"
},
{
"winget": "CrystalDewWorld.CrystalDiskInfo",
"choco": "crystaldiskinfo"
},
{
"winget": "Notepad++.Notepad++",
"choco": "notepadplusplus"
},
{
"winget": "GIMP.GIMP",
"choco": "gimp"
},
{
"winget": "Valve.Steam",
"choco": "steam-client"
},
{
"winget": "OBSProject.OBSStudio",
"choco": "obs-studio"
},
{
"winget": "Google.Chrome",
"choco": "googlechrome"
},
{
"winget": "VideoLAN.VLC",
"choco": "vlc"
},
{
"winget": "JAMSoftware.TreeSize.Free",
"choco": "treesizefree"
},
{
"winget": "ddu",
"choco": "ddu"
},
{
"winget": "PlayStation.PSRemotePlay",
"choco": "ps-remote-play"
},
{
"winget": "ElectronicArts.EADesktop",
"choco": "ea-app"
},
{
"winget": "Plex.Plex",
"choco": "plex"
},
{
"winget": "Discord.Discord",
"choco": "discord"
},
{
"winget": "Ubisoft.Connect",
"choco": "ubisoft-connect"
},
{
"winget": "EpicGames.EpicGamesLauncher",
"choco": "epicgameslauncher"
},
{
"winget": "PuTTY.PuTTY",
"choco": "putty"
},
{
"winget": "Nikse.SubtitleEdit",
"choco": "na"
},
{
"winget": "Aegisub.Aegisub",
"choco": "aegisub"
}
],
"WPFInstall": [
"WPFInstall7zip",
"WPFInstallwinscp",
"WPFInstallffmpeg",
"WPFInstallhwmonitor",
"WPFInstallcrystaldiskinfo",
"WPFInstallnotepadplus",
"WPFInstallgimp",
"WPFInstallsteam",
"WPFInstallobs",
"WPFInstallchrome",
"WPFInstallvlc",
"WPFInstalltreesize",
"WPFInstallddu",
"WPFInstallpsremoteplay",
"WPFInstalleaapp",
"WPFInstallplexdesktop",
"WPFInstalldiscord",
"WPFInstallubisoft",
"WPFInstallepicgames",
"WPFInstallputty",
"WPFInstallSubtitleEdit",
"WPFInstallAegisub"
],
"WPFFeature": [
"WPFFeatureDisableSearchSuggestions",
"WPFFeatureEnableLegacyRecovery",
"WPFFeaturesdotnet"
]
}
The text was updated successfully, but these errors were encountered: