Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Nov 23, 2024
1 parent 13616f2 commit e70a85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5577,7 +5577,7 @@ $itt.database.tweaks = @'
},
{
"Name": "Unknown",
"Description": "Rename Computer name to Unknown. The changes will take effect after you restart the computer",
"Description": "Rename Computer name and Username to Unknown. The changes will take effect after you restart the computer",
"Category": "Privacy",
"Check": "false",
"Refresh": "false",
Expand Down Expand Up @@ -12458,7 +12458,7 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
<CheckBox Content="Unknown" Tag="Privacy" IsChecked="false" FontWeight="SemiBold" FontSize="15" Foreground="{DynamicResource TextColorSecondaryColor}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="5,0,0,0" FontSize="13" Content="Privacy"/>
</StackPanel>
<TextBlock Width="555" Background="Transparent" Margin="8" Foreground="{DynamicResource TextColorSecondaryColor2}" FontSize="15" FontWeight="SemiBold" VerticalAlignment="Center" TextWrapping="Wrap" Text="Rename Computer name to Unknown. The changes will take effect after you restart the computer."/>
<TextBlock Width="555" Background="Transparent" Margin="8" Foreground="{DynamicResource TextColorSecondaryColor2}" FontSize="15" FontWeight="SemiBold" VerticalAlignment="Center" TextWrapping="Wrap" Text="Rename Computer name and Username to Unknown. The changes will take effect after you restart the computer."/>
</StackPanel> <StackPanel Orientation="Vertical" Width="auto" Margin="10">
<StackPanel Orientation="Horizontal">
<CheckBox Content="Fix arabic encoding" Tag="" IsChecked="false" FontWeight="SemiBold" FontSize="15" Foreground="{DynamicResource TextColorSecondaryColor}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
Expand Down

0 comments on commit e70a85c

Please sign in to comment.