Skip to content

[BUG] Shouldn't these values be different? #277

Description

@KnivesTV

Please confirm these before moving forward

  • I have searched for my issue and have not found a similiar in the Open or Closed issues.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the Discussions section for solutions.
  • This issue is about a bug (if it is not, please use the correct template).

UnattendedWinstall Version

Latest / Current

Windows version, edition, and architecture

Windows 11 IoT Enterprise LTSC 2024

Describe your issue


I am pointing out several minor mistakes made in both the autounattend.xml file and Winhance program.

For more explanation and information, my original report can be found on Memory's Tech Tips Discord here:

https://discord.com/channels/1192038830245679177/1502674468198420611

I'll give the summary version below to keep things short and simple.


For the autounattend.xml file, these are wrong: 👎
These are the current settings in the autounattend.xml file.

    @{ S="7516b95f-f776-4464-8c53-06167f40cc99"; G="3c0bc021-c8a8-4e07-a973-6b14cbcb2b7e"; AC=0; DC=300; N="Specifies the period of inactivity before Windows turns off the display" },

    @{ S="238c9fa8-0aad-41ed-83f4-97be242c8f20"; G="29f6c1db-86da-48c5-9fdb-f2b67b1f44da"; AC=1; DC=1; N="Specifies the period of inactivity before Windows puts the computer to sleep" },

For the autounattend.xml file, these are right: 👍
These are the changes that should be made to the autounattend.xml file.

    @{ S="7516b95f-f776-4464-8c53-06167f40cc99"; G="3c0bc021-c8a8-4e07-a973-6b14cbcb2b7e"; AC=0; DC=180; N="Specifies the period of inactivity before Windows turns off the display" },

    @{ S="238c9fa8-0aad-41ed-83f4-97be242c8f20"; G="29f6c1db-86da-48c5-9fdb-f2b67b1f44da"; AC=0; DC=600; N="Specifies the period of inactivity before Windows puts the computer to sleep" },

For Winhance while viewing the "Technical Details", these are wrong: 👎
These are the current settings in the Winhance program when viewing the Technical Details.

Winhance > Optimizations > Power > Display > Turn off the display
Recommended: AC:0 DC:300

Winhance > Optimizations > Power > Sleep > Put the computer to sleep
Recommended: AC:0 DC:900


For Winhance while viewing the "Technical Details", these are right: 👍
These are the settings in the Winhance program that should be displayed when viewing the Technical Details.

Winhance > Optimizations > Power > Display > Turn off the display
Recommended: AC:0 DC:180

Winhance > Optimizations > Power > Sleep > Put the computer to sleep
Recommended: AC:0 DC:600


Steps to reproduce the issue

Steps are provided.

Expected behavior

One of the expected behaviours is to have the computer stay awake forever and not go to sleep after 1 minute when using the autounattend.xml file.

Actual behavior

The computer goes to sleep after 1 minute when using the autounattend.xml file. The other settings are also incorrect as noted, but the outcome of this is unknown.

Screenshots or Logs (if applicable)

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    acknowledged - deferredReviewed and on the roadmap, but not addressed in the immediate next release.bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions