Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Create a new Service

Featured Replies

hi boys and girls

i need your help :) i want to create a new service for an app which is located in the system32 dir. i tested already the following (it would be good if it is via .inf if you found another way clal it me ^^)

[Version]
Signature=$Windows NT$

[Optional Components]
Name

[Name]
OptionDesc ="A"
Tip ="B"
Modes =0,1,2,3
AddReg =Base.AddReg
RegisterDlls =Files.Register
CreateServices =Services.Create

[Base.AddReg]

[Files.Register]

[Services.Create]
"Name","Description","%11%\app.exe",0x10,0x02,"RpcSs"

but it dont work.. i get the framedy.dll error on startup^^

plz help me

Sereby

A normal windows program just as a single winmain entry point.

A service has many more to handle start/stop/pause/restart/system hibernate etc. from the service control manager. You can't just force a windows executable to behave in this way.

  • Author

i only want to know how to set aprogram as an service!

just say me how to do or impossible and when impossibly why plz ^^

This is using commandline tools:

If the executable was compiled to be used as a service, then you can use SC.exe to create the service.

If the executable was not compiled to be used as a service, then you can use Instsrv.exe and Srvany.exe from one the latest Resource Kit Tools from Microsoft, which will create the service as Srvany.exe will act as a kind of wrapper for your executable. More details can be found here.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.