Skip to content

Commit 40cef80

Browse files
committed
add "root\wmi" namespace
#184
1 parent d556efa commit 40cef80

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

SCCMCliCtrWPF/SCCMCliCtrWPF/Controls/InstallRepair.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<DockPanel DockPanel.Dock="Top">
7373
<GroupBox Header="Shutdown / Restart" HorizontalAlignment="Stretch" Name="gbRestart" VerticalAlignment="Top" >
7474
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" >
75-
<Button Name="btLock" Content="Lock" Height="23" Width="80" HorizontalAlignment="Center" Margin="0,5,10,0" Click="btLogoff_Click" ToolTip="Lock all user sessions"/>
75+
<Button Name="btLock" Content="Lock" Height="23" Width="80" HorizontalAlignment="Center" Margin="0,5,10,0" ToolTip="Lock all user sessions" Click="btLock_Click"/>
7676
<Button Name="btLogoff" Content="Logoff" Height="23" Width="80" HorizontalAlignment="Center" Margin="0,5,10,0" Click="btLogoff_Click" ToolTip="Logoff all Users"/>
7777
<Button Name="btRestart" Content="Restart" Height="23" Width="80" HorizontalAlignment="Center" Margin="0,5,10,0" Click="btRestart_Click" ToolTip="Enforce a restart (no Warning !)"/>
7878
<Button Name="btShutdown" Content="Shutdown" Height="23" Width="80" HorizontalAlignment="Center" Margin="0,5,10,0" Click="btShutdown_Click" ToolTip="Shutdown the computer (no Warning !)"/>

SCCMCliCtrWPF/SCCMCliCtrWPF/Controls/WMIBrowser.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<ListBoxItem Content="root\ccm\SoftMgmtAgent"/>
2525
<ListBoxItem Content="root\cimv2\Security\MicrosoftTpm"/>
2626
<ListBoxItem Content="root\cimv2\Security\MicrosoftVolumeEncryption"/>
27+
<ListBoxItem Content="root\wmi"/>
2728
</ComboBox>
2829
<Separator />
2930
<ComboBox x:Name="cb_Classes" Width="163" SelectionChanged="cb_Classes_SelectionChanged"/>

0 commit comments

Comments
 (0)