How Can I Run the WPF application at Windows startup without using any code

Vinoth

I have created one WPF application and i converted that application into exe. Now i want to run the application while windows startup.Is there any way to startup my app without writing any new code in my WPF?

Patrick Klug

You will have to do that as part of your installation script, not as part of your application (consider asking the user for consent).

See here for an example: Set that a program has to run at startup from an installer

So technically, the answer to your question is: yes, you can do that without any code changes to your application.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How Can I Run the WPF application at Windows startup without using any code

From Dev

How can I fix this code for WPF Application?

From Dev

How can I make Ubuntu to run only one application on startup

From Dev

How can I run a Windows program without granting it any Internet access?

From Dev

How can i run cmd as administrator privileges by cmd command without using any shortcut of cmd?

From Dev

How can i run cmd as administrator privileges by cmd command without using any shortcut of cmd?

From Dev

How can I run sails console without a webserver (using any ports)?

From Dev

Why can I not run an application installed using sudo without sudo?

From Dev

How can I reload my ViewModel in WPF without restarting application?

From Dev

How can I run a .exe file on any Windows computer?

From Dev

How can I run unit tests without calling application callback

From Dev

Launch wpf Application on Windows startup

From Dev

Launch wpf Application on Windows startup

From Dev

How can I prevent Supervisor to run at startup?

From Dev

How can I prevent Supervisor to run at startup?

From Dev

How can I run a program on startup, minimized?

From Dev

How can I configure a service to run at startup

From Dev

How can I run a program on startup, minimized?

From Dev

How do I run terminal code on startup and running VPN on startup?

From Dev

How can I run dangerous code without the danger

From Dev

How can I run an application with arguments from Windows Explorer?

From Dev

How can I run Windows bash without being root?

From Dev

How can I configure Windows 7 to not run updates without permission?

From Dev

How can I get a startup application to run in another workspace other than #1?

From Dev

how can i write a shell script that will run at startup and introduce a delay in the start of an application

From Dev

Run code at startup of an Erlang Application

From Dev

Run code at startup of an Erlang Application

From Dev

What can I do to automatically run a windows form application at windows startup? And remove its icon from taskbar after minimizing to tray?

From Dev

How can I launch any application using terminal?

Related Related

  1. 1

    How Can I Run the WPF application at Windows startup without using any code

  2. 2

    How can I fix this code for WPF Application?

  3. 3

    How can I make Ubuntu to run only one application on startup

  4. 4

    How can I run a Windows program without granting it any Internet access?

  5. 5

    How can i run cmd as administrator privileges by cmd command without using any shortcut of cmd?

  6. 6

    How can i run cmd as administrator privileges by cmd command without using any shortcut of cmd?

  7. 7

    How can I run sails console without a webserver (using any ports)?

  8. 8

    Why can I not run an application installed using sudo without sudo?

  9. 9

    How can I reload my ViewModel in WPF without restarting application?

  10. 10

    How can I run a .exe file on any Windows computer?

  11. 11

    How can I run unit tests without calling application callback

  12. 12

    Launch wpf Application on Windows startup

  13. 13

    Launch wpf Application on Windows startup

  14. 14

    How can I prevent Supervisor to run at startup?

  15. 15

    How can I prevent Supervisor to run at startup?

  16. 16

    How can I run a program on startup, minimized?

  17. 17

    How can I configure a service to run at startup

  18. 18

    How can I run a program on startup, minimized?

  19. 19

    How do I run terminal code on startup and running VPN on startup?

  20. 20

    How can I run dangerous code without the danger

  21. 21

    How can I run an application with arguments from Windows Explorer?

  22. 22

    How can I run Windows bash without being root?

  23. 23

    How can I configure Windows 7 to not run updates without permission?

  24. 24

    How can I get a startup application to run in another workspace other than #1?

  25. 25

    how can i write a shell script that will run at startup and introduce a delay in the start of an application

  26. 26

    Run code at startup of an Erlang Application

  27. 27

    Run code at startup of an Erlang Application

  28. 28

    What can I do to automatically run a windows form application at windows startup? And remove its icon from taskbar after minimizing to tray?

  29. 29

    How can I launch any application using terminal?

HotTag

Archive