Skip to content

habibzcm/asus-sonic-end-process-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Asus Sonic End Process Script

Minimal PowerShell logon script that waits, checks for the ASUS Sonic-related asusns process, and stops it if it is running.

Purpose

This repository packages a single PowerShell script intended for Windows logon or startup workflows where the asusns process should be terminated automatically after sign-in.

File

  • sonic.ps1 - Waits 120 seconds, checks for asusns, and force-stops it when present

Requirements

  • Windows
  • PowerShell
  • Permission to stop the target process on the machine where the script runs

Usage

Run the script manually:

powershell -ExecutionPolicy Bypass -File .\sonic.ps1

Or assign it as a logon script through your local or domain policy workflow.

Notes

  • The script waits 120 seconds before checking the process state.
  • The target process name is currently set to asusns.
  • The script uses Stop-Process -Force.

About

PowerShell logon script that waits, checks for the ASUS Sonic asusns process, and terminates it on Windows sign-in.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors