Disable fast boot
This commit is contained in:
parent
911127eb45
commit
658cd7e0f0
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM quay.io/fedora/fedora-toolbox:41
|
||||
RUN dnf up -y
|
||||
RUN dnf install -y bash-color-prompt cargo-deny clang clang-tools-extra gcc hyperfine java-devel llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
|
||||
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.95.3/code-server-4.95.3-amd64.rpm
|
||||
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.96.1/code-server-4.96.1-amd64.rpm
|
||||
RUN mkdir /etc/systemd/system/user@.service.d
|
||||
RUN mkdir /var/lib/systemd/linger
|
||||
RUN touch /var/lib/systemd/linger/coder
|
||||
|
|
|
@ -2,5 +2,6 @@ reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetr
|
|||
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer /v DisableSearchBoxSuggestions /t REG_DWORD /d 1 /f
|
||||
reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v Enabled /t REG_DWORD /d 1 /f
|
||||
reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v Locked /t REG_DWORD /d 1 /f
|
||||
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d 0 /f
|
||||
reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1 /f
|
||||
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f
|
||||
|
|
Loading…
Add table
Reference in a new issue