Bekijk een demo×
×

Zie NinjaOne in actie!

Door dit formulier in te dienen geef ik aan akkoord te gaan met het privacybeleid van NinjaOne.

Hoe Snel Opstarten Uitschakelen in Windows 10 en Windows Server 2016

Voor IT-professionals en Managed Service Providers (MSP’s) is het begrijpen en beheren van systeemfuncties een deel van het werk. Snel Opstarten (ook bekend als Hiberboot of Fast Boot) in Windows 10 en Windows Server 2016 is over het algemeen gunstig, maar moet soms worden uitgeschakeld. In deze post gaan we dieper in op wat Snel Opstarten is, wat de implicaties ervan zijn, hoe u het handmatig of via PowerShell kunt uitschakelen en wat de verschillen zijn tussen Snel Opstarten en Slaapstand.

Snel Opstarten Begrijpen

Snel opstarten, of Hiberboot, werkt door een image van de geladen Windows kernel en stuurprogramma’s op te slaan in het hiberfile (hiberfil.sys) voordat een computer wordt afgesloten. Bij het opnieuw opstarten gebruikt Windows deze image om de opstarttijd te versnellen, wat een betere gebruikerservaring oplevert.

Mogelijke Complicaties bij Snel Opstarten

Snel Opstarten kan echter in bepaalde situaties voor uitdagingen zorgen:

  • Dual Boot-systemen: Snel Opstarten kan leiden tot schijffouten of gegevensverlies als een ander besturingssysteem toegang krijgt tot de Windows-partitie.
  • Systeemonderhoud: IT-professionals kunnen problemen ondervinden bij het uitvoeren van systeemupdates of onderhoudstaken.
  • Hardwarewijzigingen: Mogelijk herkent Snel Opstarten nieuwe hardwarewijzigingen die tijdens het afsluiten zijn aangebracht niet.

Hoe Snel Opstarten Handmatig Uitschakelen

Volg deze stappen om Snel Opstarten handmatig uit te schakelen:

  1. Navigeer naar het Configuratiescherm en selecteer ‘Energiebeheer’
  2. Kies ‘Kies wat de aan/uit-knoppen doen’
  3. Klik op ‘Instellingen wijzigen die momenteel niet beschikbaar zijn’
  4. Schakel onder ‘Afsluitinstellingen’ het selectievakje ‘Snel Opstarten inschakelen’ uit.

Snel opstarten vs. Slaapstand

Snel Opstarten en slaapstand lijken op elkaar, maar dienen verschillende doelen. Slaapstand slaat een image van je werk op en sluit je computer af, terwijl Snel Opstarten alleen een image van de systeemkernel en geladen stuurprogramma’s opslaat om de opstarttijd te verkorten.

De Impact van het Uitschakelen van Snel Opstarten

Het uitschakelen van Snel Opstarten kan resulteren in iets langere opstarttijden. De impact is echter meestal verwaarloosbaar op moderne systemen met snelle solid-state drives (SSD’s).

Problemen Oplossen Na Uitschakelen van Snel Opstarten

Als je problemen ondervindt na het uitschakelen van Snel opstarten, kan u:

  • Controleren op Windows-updates: Zorg ervoor dat je systeem up-to-date is.
  • Controleren op stuurprogramma-updates: Een verouderd stuurprogramma kan problemen veroorzaken.
  • Snel Opstarten opnieuw inschakelen: Als de problemen aanhouden, wilt u misschien Snel Opstarten opnieuw inschakelen en professionele hulp zoeken.

Snel Opstarten Uitschakelen met PowerShell

Voor professionals die de voorkeur geven aan automatisering, is hier een PowerShell-script dat controleert op beheerdersrechten en het register wijzigt om Snel Opstarten uit te schakelen:

<#
.SYNOPSIS
    Disable Windows Fast Boot, also known as Hiberboot or Fast Startup.
.DESCRIPTION
    Disable Windows Fast Boot, also known as Hiberboot or Fast Startup.
.EXAMPLE
    No parameter needed.
    Disables Windows Fast Boot
.OUTPUTS
    None
.NOTES
    Minimum OS Architecture Supported: Windows 10, Windows Server 2016
    Release Notes:
    Initial Release
    (c) 2023 NinjaOne
    By using this script, you indicate your acceptance of the following legal terms as well as our Terms of Use at https://www.ninjaone.com/terms-of-use.
    Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms. 
    Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party. 
    Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library or website belonging to or under the control of any other software provider. 
    Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations. 
    Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks. 
    Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script. 
    EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).
#>
[CmdletBinding()]
param ()

begin {
    function Test-IsElevated {
        $id = [System.Security.Principal.WindowsIdentity]::GetCurrent()
        $p = New-Object System.Security.Principal.WindowsPrincipal($id)
        $p.IsInRole([System.Security.Principal.WindowsBuiltInRole]::Administrator)
    }
}
process {
    if (-not (Test-IsElevated)) {
        Write-Error -Message "Access Denied. Please run with Administrator privileges."
        exit 1
    }

    $Path = "HKLM:SYSTEMCurrentControlSetControlSession ManagerPower"
    $Name = "HiberbootEnabled"
    $Value = "0"

    try {
        if (-not $(Test-Path $Path)) {
            New-Item -Path $Path -Force | Out-Null
            New-ItemProperty -Path $Path -Name $Name -Value $Value -PropertyType DWord -Force | Out-Null
        }
        else {
            New-ItemProperty -Path $Path -Name $Name -Value $Value -PropertyType DWord -Force | Out-Null
        }
    }
    catch {
        Write-Error $_
        Write-Host "Failed to disable Fast Boot."
        exit 1
    }
    exit 0
}
end {}

 


Toegang tot meer dan 300 scripts in de NinjaOne Dojo

Toegang Krijgen

Concluderend is Snel Opstarten, hoewel het een nuttige functie is, misschien niet ideaal in specifieke IT-scenario’s. Als u deze functie begrijpt en weet wanneer en hoe u deze handmatig of via PowerShell moet uitschakelen, kan dit essentieel zijn voor het behoud van een stabiele en robuuste IT-infrastructuur. Door Snel Opstarten goed te begrijpen en te beheren, kunnen IT-professionals en MSP’s potentiële risico’s beperken en tegelijkertijd efficiënte systeemprestaties garanderen.

NinjaOne kunt u activiteiten stroomlijnen door repetitieve en tijdrovende taken te automatiseren. Dankzij de gebruiksvriendelijke interface kunnen technici van alle niveaus eenvoudig automatisering toepassen op endpoints, inclusief aangepaste scripts uit een uitgebreide bibliotheek, waardoor herstel eenvoudig en intuïtief is. Zoals Chris Hesler van Crossroads Church opmerkte: “NinjaOne heeft ons geholpen… de manuren te verminderen… we zijn in staat meer automatisering toe te passen met de scriptbibliotheek om onze terugkerende problemen op te lossen.” Ontdek de transformerende kracht van automatisering in uw IT-activiteiten met NinjaOne, een tool die is ontworpen met flexibiliteit en intuïtiviteit als uitgangspunt.

Volgende stappen

Het opbouwen van een efficiënt en effectief IT-team vereist een gecentraliseerde oplossing die fungeert als uw kerndienstleveringstool. NinjaOne stelt IT-teams in staat om al hun apparaten te monitoren, beheren, beveiligen en ondersteunen, waar ze ook zijn, zonder de noodzaak van complexe on-premises infrastructuur.

Leer meer over NinjaOne Endpoint Management, bekijk een live rondleiding, of start uw gratis trial van het NinjaOne-platform

Categorieën:

Dit vindt u misschien ook leuk

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).