Startservice ошибка 577

Asked

Viewed
15k times

When I start the driver I have written on Windows Server 2008 x64, it gives Error 577.

Windows XP 32-bit works fine, but Windows XP 32-bit doesn’t have driver signing restrictions.

Don’t know if there’s an issue with my .inf? What could be wrong here?

  • windows
  • driver
  • windows-server-2008-x64

psubsee2003's user avatar

psubsee2003

8,5738 gold badges61 silver badges80 bronze badges

asked Oct 5, 2012 at 11:04

1

  • This is pretty obviously a question for Stack Overflow, so I have no idea why it was migrated here.

    Oct 8, 2012 at 4:27

3 Answers

answered Oct 7, 2012 at 1:34

Lex Li's user avatar

Lex LiLex Li

60.6k9 gold badges117 silver badges147 bronze badges

If you are using a Test-Signed Certificate during you development you need to allow the machine, on which you install your driver, to use a test certificate

To do it

Open Command Prompt (Run as Administrator)
Bcdedit.exe -set TESTSIGNING ON
Reboot your machine
To disable it
Bcdedit.exe -set TESTSIGNING OFF
and reboot your machine

More details here:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff553484%28v=vs.85%29.aspx

answered Dec 14, 2014 at 15:34

Louis's user avatar

LouisLouis

591 silver badge1 bronze badge

Cody Gray - on strike's user avatar

answered Nov 3, 2016 at 23:26

Ruth Haephrati's user avatar

3

  • Do you mean «improperly signed», or that it can happen «even when a driver is properly signed»? Also, can you please include details of the resolution in your answer? This will ensure that your answer remains useful even if the linked resource disappears.

    Nov 3, 2016 at 23:45

  • No. I mean that even if a driver is properly signed, there are still scenarios where you will have this problem. There are specific problems for example with Windows 7, x64

    Nov 6, 2016 at 12:20

  • I have the same situation. Driver is signed properly i.e. passed through Microsoft Devportal and has Microsoft Windows Hardware Compatibility Publisher. digital signature. I works perfect on all OS through Win7 to Win10. Though on the Windows 7 machine, which has updates disabled, Driver fails to start due to error 577. Even after I’ve installed manually all possible certificates update mentioned above. And ‘signtool verify’ also reports all ok.

    Feb 28, 2017 at 10:49

  • The Overflow Blog
  • Featured on Meta

Related

Hot Network Questions

  • What is the effect of washing unbroken eggs?

  • Significance of trail of pebbles vs breadcrumbs?

  • What does «S.D.» mean, and why does it have only one staff line?

  • Lithium ion BMS bypass (or hack)

  • Which is your favourite X or what is your favourite X?

  • Should I decline a PhD offer due to writing problems?

  • Keep jumping till a cycle

  • What do you call this old-time style of door knob/lock? How can I replace it?

  • How do I make my male character take off his bra?

  • Horizontal version of Print[]

  • Is Computer Modern 12 pt an exact scaled version of 10 pt? If not, how to scale?

  • Dropship scammer hasn’t billed yet — what’s going on here?

  • Can someone help me understand why the MAE, MSE and RMSE scores for my regression model are very low but the R2 is negative?

  • The Usage of «Would»

  • Code review from domain non expert

  • Find the longest permutations of integers from 1..k such that all neighbouring pairs sum to a square

  • What is this square metal plate with a handle?

  • Is there a possibility when calling .ToUpper() that the new string requires more memory?

  • Troubleshooting an Electrical Circuit — Is This an Expected Voltage Drop?

  • Manager wants to hire an additional resource with experience in a skill that I do not have

  • Is it true that common law courts will not resolve a question without a controversy?

  • Deutschlandticket to Dutch border stations — how to pass the ticket gates?

  • How did Professor Sprout bandage the Whomping Willow?

  • Add grid points to a torus

more hot questions

Question feed

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Hi there,

I installed the latest release 1.7.8.1 successfully on my Windows 10 (19042.1110) Version 20H2
I also added the registry entry UpgradedSystem and set it to «1» as described.
I also installed winmd.

I did also try this installation progress:

C:\data\btrfs-1.7.8.1> pnputil.exe -a btrfs.inf
Microsoft PnP Utility

Processing inf : btrfs.inf
Driver package added successfully.
Published name : oem59.inf

Total attempted: 1
Number successfully imported: 1


Somehow nothing is happening when I plug my btrfs formatted drive in my windows computer, even after a restart.
The drive does not appear in the explorer, even tough it is visible (like before) in the Disk Management.

Did I overlook something?

Thank you very much.

Asked

Viewed
15k times

When I start the driver I have written on Windows Server 2008 x64, it gives Error 577.

Windows XP 32-bit works fine, but Windows XP 32-bit doesn’t have driver signing restrictions.

Don’t know if there’s an issue with my .inf? What could be wrong here?

  • windows
  • driver
  • windows-server-2008-x64

psubsee2003's user avatar

psubsee2003

8,5738 gold badges61 silver badges80 bronze badges

asked Oct 5, 2012 at 11:04

1

  • This is pretty obviously a question for Stack Overflow, so I have no idea why it was migrated here.

    Oct 8, 2012 at 4:27

3 Answers

answered Oct 7, 2012 at 1:34

Lex Li's user avatar

Lex LiLex Li

60.6k9 gold badges117 silver badges147 bronze badges

If you are using a Test-Signed Certificate during you development you need to allow the machine, on which you install your driver, to use a test certificate

To do it

Open Command Prompt (Run as Administrator)
Bcdedit.exe -set TESTSIGNING ON
Reboot your machine
To disable it
Bcdedit.exe -set TESTSIGNING OFF
and reboot your machine

More details here:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff553484%28v=vs.85%29.aspx

answered Dec 14, 2014 at 15:34

Louis's user avatar

LouisLouis

591 silver badge1 bronze badge

Cody Gray - on strike's user avatar

answered Nov 3, 2016 at 23:26

Ruth Haephrati's user avatar

3

  • Do you mean «improperly signed», or that it can happen «even when a driver is properly signed»? Also, can you please include details of the resolution in your answer? This will ensure that your answer remains useful even if the linked resource disappears.

    Nov 3, 2016 at 23:45

  • No. I mean that even if a driver is properly signed, there are still scenarios where you will have this problem. There are specific problems for example with Windows 7, x64

    Nov 6, 2016 at 12:20

  • I have the same situation. Driver is signed properly i.e. passed through Microsoft Devportal and has Microsoft Windows Hardware Compatibility Publisher. digital signature. I works perfect on all OS through Win7 to Win10. Though on the Windows 7 machine, which has updates disabled, Driver fails to start due to error 577. Even after I’ve installed manually all possible certificates update mentioned above. And ‘signtool verify’ also reports all ok.

    Feb 28, 2017 at 10:49

  • The Overflow Blog
  • Featured on Meta

Related

Hot Network Questions

  • Problem on geometric probability

  • How does the Way of Mercy monk’s ability Physician’s Touch work exactly?

  • Need to Replace multiple spaces between PIPE symbols with no space

  • why has teixobactin not reached clinical use in humans yet?

  • What is an ideal layout for a normally-open solder jumper?

  • What do you call a nearly vertical step on a ridge?

  • Keep jumping till a cycle

  • Difference between «Extending LilyPond» and «Scheme (in LilyPond)»

  • How to tell Google Maps to avoid bad neighborhoods in San Francisco?

  • Left a PhD for a second one from which I got fired. What to write in the CV?

  • How do I make my male character take off his bra?

  • Conjecture about partitions of the powerset without the empty set

  • Japan e-Visa system cannot read my passport, and embassy have no slot for in-person application, what should I do?

  • Horizontal version of Print[]

  • MPQ4470-AEC1 Layout guideline clarification

  • Why do programming languages use the asterisk * for multiplication?

  • Can 21 sports kits be visually distinct?

  • String containing characters in the same order as other string

  • Double sharp: how to analyse a chord in Moonlight Sonata 3rd movement?

  • \midrule, \bottomrule, etc do not extend until last columns of my table

  • How (abc) is parsed in bash

  • Why study finite topological spaces?

  • Is there a possibility when calling .ToUpper() that the new string requires more memory?

  • Transitioning between scenes in a novel

more hot questions

Question feed

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Go Back   UnKnoWnCheaTs — Multiplayer Game Hacking and Cheats

  • Anti-Cheat Software & Programming


  • Programming for Beginners

  • Reload this Page

    [Help] [SC] StartService FAILED 577:

    [SC] StartService FAILED 577:
    [SC] StartService FAILED 577:

    sponsored advertisements

    Save

    Authenticator Code

    Reply

    Thread Tools

    [SC] StartService FAILED 577:

    Old
    8th November 2019, 09:17 PM

     
    #1

    Taniif

    n00bie

    Taniif's Avatar

    Join Date: Jun 2016


    Posts: 19

    Reputation: 10

    Rep Power: 178

    Taniif has made posts that are generally average in quality

    Points: 4,837, Level: 7

    Points: 4,837, Level: 7 Points: 4,837, Level: 7 Points: 4,837, Level: 7

    Level up: 38%, 563 Points needed

    Level up: 38% Level up: 38% Level up: 38%

    Activity: 0%

    Activity: 0% Activity: 0% Activity: 0%

    Last Achievements
    [SC] StartService FAILED 577:[SC] StartService FAILED 577:

    Question
    [SC] StartService FAILED 577:


    when i want to sc start its giving me this error
    [SC] StartService FAILED 577:

    Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.

    windows 10 x64 version 1903


    Taniif is offline

    Reply With Quote

    Old
    8th November 2019, 09:29 PM

     
    #2

    blaseROOT

    Junior Member

    blaseROOT's Avatar

    Join Date: Jan 2017

    Location: hungary


    Posts: 46

    Reputation: 837

    Rep Power: 163

    blaseROOT is Developing C+++blaseROOT is Developing C+++blaseROOT is Developing C+++blaseROOT is Developing C+++blaseROOT is Developing C+++blaseROOT is Developing C+++blaseROOT is Developing C+++

    Points: 4,152, Level: 6

    Points: 4,152, Level: 6 Points: 4,152, Level: 6 Points: 4,152, Level: 6

    Level up: 62%, 348 Points needed

    Level up: 62% Level up: 62% Level up: 62%

    Activity: 0%

    Activity: 0% Activity: 0% Activity: 0%

    Last Achievements
    [SC] StartService FAILED 577:[SC] StartService FAILED 577:

    go through the official Driver Signing article made by Microsoft, and check for mistakes on your part: link


    blaseROOT is offline

    Reply With Quote

    Old
    9th November 2019, 05:42 AM

     
    #3

    Taniif

    n00bie

    Taniif's Avatar


    Threadstarter

    Join Date: Jun 2016


    Posts: 19

    Reputation: 10

    Rep Power: 178

    Taniif has made posts that are generally average in quality

    Points: 4,837, Level: 7

    Points: 4,837, Level: 7 Points: 4,837, Level: 7 Points: 4,837, Level: 7

    Level up: 38%, 563 Points needed

    Level up: 38% Level up: 38% Level up: 38%

    Activity: 0%

    Activity: 0% Activity: 0% Activity: 0%

    Last Achievements
    [SC] StartService FAILED 577:[SC] StartService FAILED 577:

    i just want to make a unsigned kernel driver


    Taniif is offline

    Reply With Quote

    Old
    9th November 2019, 05:57 AM

     
    #4

    timoxa5651

    Hacker Supreme

    timoxa5651's Avatar

    Join Date: May 2019

    Location: Russia


    Posts: 225

    Reputation: 3814

    Rep Power: 111

    timoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating communitytimoxa5651 is a legend in the cheating community

    Points: 7,187, Level: 9

    Points: 7,187, Level: 9 Points: 7,187, Level: 9 Points: 7,187, Level: 9

    Level up: 63%, 413 Points needed

    Level up: 63% Level up: 63% Level up: 63%

    Activity: 2.4%

    Activity: 2.4% Activity: 2.4% Activity: 2.4%

    Last Achievements
    [SC] StartService FAILED 577:[SC] StartService FAILED 577:

    If you want to load it without signing,
    you can use kdmapper or drvmap to mmap your driver,
    or you can use(only for test): bcdedit /set TESTSIGNING OFF(ON)(cmd admin rights)


    timoxa5651 is offline

    Reply With Quote

    Old
    9th November 2019, 07:50 AM

     
    #5

    Scale1

    n00bie

    Scale1's Avatar

    Join Date: Sep 2019


    Posts: 11

    Reputation: 10

    Rep Power: 98

    Scale1 has made posts that are generally average in quality

    Points: 958, Level: 2

    Points: 958, Level: 2 Points: 958, Level: 2 Points: 958, Level: 2

    Level up: 12%, 442 Points needed

    Level up: 12% Level up: 12% Level up: 12%

    Activity: 0%

    Activity: 0% Activity: 0% Activity: 0%

    1. Press and hold the Shift key on your keyboard and click the Restart button.

    2. Choose Troubleshoot > Advanced options > Startup Settings and click the Restart button.
    3. When your computer restarts you’ll see a list of options. Press F7 on your keyboard to select Disable driver signature enforcement.
    4. Your computer will now restart and you’ll be able to install unsigned drivers.


    Scale1 is offline

    Reply With Quote

    Old
    9th November 2019, 09:02 AM

     
    #6

    asdqwerty123

    A God

    asdqwerty123's Avatar

    Join Date: May 2016


    Posts: 198

    Reputation: 3787

    Rep Power: 184

    asdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating communityasdqwerty123 is a legend in the cheating community

    Points: 8,259, Level: 10

    Points: 8,259, Level: 10 Points: 8,259, Level: 10 Points: 8,259, Level: 10

    Level up: 60%, 441 Points needed

    Level up: 60% Level up: 60% Level up: 60%

    Activity: 0%

    Activity: 0% Activity: 0% Activity: 0%

    Last Achievements
    [SC] StartService FAILED 577:[SC] StartService FAILED 577:

    It’s better if you use a VM to test drivers at first. Especially when you state

    Quote:

    I just want to make a unsigned kernel driver

    but you even don’t know how to load it.



    Last edited by asdqwerty123; 9th November 2019 at 09:04 AM.


    asdqwerty123 is offline

    Reply With Quote

    Reply


    Similar Threads
    Thread Thread Starter Forum Replies Last Post
    [Help] StartService FAILED 577: CryptecGaming20 Programming for Beginners 3 4th March 2019 10:47 AM
    [Help] TDL StartService Error 1275 jabiddle Anti-Cheat Bypass 2 15th May 2016 10:50 PM
    [Help] DSEFix startService Failed 1275 bananapredator Anti-Cheat Bypass 15 2nd May 2016 03:36 PM
    [Question] StartService Error 2 For NonPnp Driver HelpOut C and C++ 13 27th May 2015 09:01 PM
    [Question] StartService driver error IChooseYou C and C++ 2 25th August 2012 12:47 PM

    Tags

    software, [sc], file, windows, failed, change, installed, version, source, unknown

    «
    Previous Thread
    |
    Next Thread
    »

    Forum Jump

    All times are GMT. The time now is 05:51 PM.

    Contact Us —
    Toggle Dark Theme

    Terms of Use Information Privacy Policy Information
    Copyright ©2000-2023, Unknowncheats� UKCS #312436

    [SC] StartService FAILED 577: [SC] StartService FAILED 577:
    sponsored advertisement

    no new posts

    The “Security and Maintenance” Control Panel applet or the Action Center in Windows 10 may warn you that Windows Defender is disabled and no anti-virus is protecting your system. If you open the Windows Defender interface, it offers to Turn On protection, but the button doesn’t work.

    In the Services MMC, when you try to start Windows Defender Antivirus Service (now “Microsoft Defender Antivirus Service”) or Windows Defender Antivirus Network Inspection Service (“Microsoft Defender Antivirus Network Inspection Service”), you may get Error 577, as seen below:

    windows defender error 577

    Windows could not start Windows Defender.
    
    Error 577: Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that was signed incorrectly or damaged, or that might be malicious software from an unknown source.

    Sometimes, you may see a different error.

    windows defender service started and then stopped

    The Windows Defender Antivirus Service service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.

    Fix: Microsoft Defender Antivirus Service Error 577

    This problem can happen if you’ve been using a 3rd party anti-virus solution and later uninstalled it or its trial period has ended. Installation of a third-party anti-virus program automatically disables Windows Defender anti-virus.

    If a trial version of your anti-virus software (i.e. Avast, McAfee, Norton, etc) came preinstalled on your computer (or you installed one), it most likely turned Windows Defender off to avoid conflicts.

    Until the third-party anti-virus software has been completely uninstalled, Windows Defender will remain disabled. Sometimes, you’ll need to download and run the anti-virus software vendor’s uninstaller/cleanup tool to remove traces of the software completely. Once done, Windows Defender and the related services should resume automatically.

    Step 1: Uninstall third-party anti-virus software

    Open Apps & Features or Programs and Features and uninstall the third-party software. If the uninstall process fails, or the uninstall doesn’t fix the problem even after restarting the system, use the specialized cleanup tool from the respective anti-virus software vendor.

    1. Avast Uninstall Utility (aswClear)
    2. AVG Remover
    3. Avira: Manual uninstallation instructions
    4. Bitdefender Uninstall Tools
    5. Removal tool for Kaspersky products (kavremover) – Direct download kavremvr.exe
    6. F-Secure Uninstall Tool
    7. Remove McAfee products
    8. Uninstall ESET manually using the ESET uninstaller tool

    Also, see the comprehensive list of anti-virus uninstaller tools compiled by ESET Knowledgebase team: Uninstallers (removal tools) for common Windows antivirus software.

    Step 2: Fix Windows Defender Registry Settings

    If clean uninstalling third-party anti-virus solution and restarting Windows doesn’t help, follow these steps in addition:

    1. Download PsExec from Microsoft Sysinternals.
    2. Unzip and extract the tool to a permanent folder —  e.g., d:\tools.
    3. Open an elevated or admin Command Prompt window.
    4. Type the following command, and press ENTER:
      d:\tools\psexec.exe -sid c:\windows\regedit.exe

      regedit.exe psexec start as local system account

      The above PsExec command-line starts the Registry Editor under LOCALSYSTEM account so that you can modify some protected keys in the registry.

    5. In the Registry Editor window, go to the following key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender
    6. Double-click DisableAntiVirus and sets its data to 0
    7. Double-click DisableAntiSpyware and sets its data to 0
      disableantivirus and disableantispyware values set to 0
    8. Go to the following policies branch:
      HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
    9. Delete the two values DisableAntiVirusDisableAntiSpyware if found in the above location.
      delete disableantivirus and disableantispyware values
    10. Exit the Registry Editor.
    11. Restart Windows and see if Windows Defender is able to start correctly.

    Automate the above steps using a Registry file

    You can automate the steps 4-8 above by importing the .reg file in the Registry Editor (launched using PsExec tool).

    1. Download fix-defender-error-577.zip, unzip, and extract the .reg file to the desktop.
    2. In the Registry Editor, click the File menu, click Import…
    3. Select the file fix-defender-error-577.reg to apply it.
    4. Exit the Registry Editor.
    5. Restart Windows.

    Hope the above steps have resolved the Microsoft Defender Antivirus Service error 577.


    One small request: If you liked this post, please share this?

    One «tiny» share from you would seriously help a lot with the growth of this blog.
    Some great suggestions:

    • Pin it!
    • Share it to your favorite blog + Facebook, Reddit
    • Tweet it!

    So thank you so much for your support. It won’t take more than 10 seconds of your time. The share buttons are right below. :)


    Понравилась статья? Поделить с друзьями:
  • Steam appi dll ошибка
  • Status da selection error 0xc0030003 flashtool ошибка
  • Steam api dll отсутствует как исправить ошибку
  • Steam emu ini ошибка
  • Status code 522 tarkov ошибка