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 261f4da commit 7d49141
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5582,7 +5582,8 @@ $itt.database.tweaks = @'
"Check": "false",
"Refresh": "false",
"Script": [
"Rename-Computer -NewName 'Unknown'"
"Rename-Computer -NewName 'Unknown'",
"$currentUsername = $env:USERNAME; Rename-LocalUser -Name $currentUsername -NewName 'Unknown'"
],
"UndoScript": [],
"ScheduledTask": [],
Expand Down Expand Up @@ -12907,13 +12908,13 @@ function Show-Event {
})


$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
})


$itt.event.FindName('ytv').add_MouseLeftButtonDown({
Start-Process('https://www.youtube.com/watch?v=QmO82OTsU5c')
$itt.event.FindName('ps').add_MouseLeftButtonDown({
Start-Process('https://www.palestinercs.org/en/Donation')
})


Expand Down

0 comments on commit 7d49141

Please sign in to comment.