xlogI125’s blog

パソコン作業を効率化したい

2024-10-01から1ヶ月間の記事一覧

PowerShellでのOpenFileDialogがウイルス対策ソフトでブロックされる

Windows PowerShellでのMicrosoft.Win32.OpenFileDialog.ShowDialogとSystem.Windows.Forms.OpenFileDialog.ShowDialogがウイルス対策ソフトでブロックされる。 # PowerShell 5.1, Windows 11 (2024年10月頃) Add-Type -AssemblyName PresentationFramework …

XamlReader

Set-StrictMode -Version Latest Add-Type -AssemblyName PresentationFramework $xaml = @' <Window Title="テスト" Width="600" Height="300" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <DockPanel> </dockpanel></window>