Giter Site home page Giter Site logo

dive's Introduction

Hey there, I'm Jonas! 👋

Portfolio Twitter Instagram Twitch YouTube

I'm Jonas, a 21 year old guy from Germany, who loves programming. I specialize in developing software for desktops and mobile devices. Besides programming, I have an immense interest in Hacking and Hackintosh (macOS).

👨🏻‍💻  About me

💻  I like to explore new technologies and develop software solutions and quick hacks.
✍️  In my spare time I do software engineering as a hobby. I also build OpenCore configurations for various devices.
💬  Feel free to reach out to me if you have any question, or just for some interesting discussion.

🛠  Tech Stack

C#  C++  .NET  Git  GitHub  Markdown  Visual Studio Code  MySQL  HTML5 

⚙️  GitHub Analytics

Visitor's Count

visitor badge

valnoxy's Github Stats

dive's People

Contributors

valnoxy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dive's Issues

Failed unattend - Administrator + PW

Failed at configuring Windows with unattend.

Deployed OS: Windows Server 2022 Standard (no Eval) - GER

Deployment settings:

  • Username: Administrator
  • PW: ********
  • Firmware: EFI
  • Disk 0 (HW RAID 1)
  • With Recovery partition

image
image

[Apply - Unattend] Password expires after some days

The unattend file does not specify the PasswordExpires value.

Possible way to bypass (Component: Microsoft-Windows-Shell-Setup):

<FirstLogonCommands>
  <SynchronousCommand wcm:action="add">
    <Order>1</Order>
    <RequiresUserInput>false</RequiresUserInput>
    <CommandLine>cmd /C wmic useraccount where name="{username}" set PasswordExpires=false</CommandLine>
    <Description>Password Never Expires</Description>
  </SynchronousCommand>
</FirstLogonCommands>

or

SetupComplete.cmd (%WINDIR%\Setup\Scripts\SetupComplete.cmd)

net accounts /maxpwage:unlimited

It might be useful to implement both solutions so that the implementation of command-based functions (such as bloatware removal) can be easily accomplished.

Support for ARM64 based phones / devices

  • Add native support for ARM64 based PC's and Laptops

  • Deployment of "Windows 10/11 for ARM" on Microsoft Lumia 950/950XL (dualboot dualboot might be added later)

Unattended Deployment function test

In the following situations was the unattended deployment successful.

  • User + Passwort, Full OEM: Password must be changed after first login

[Capture] Cannot capture successfully -> Access denied

The following files / folders won't get excluded while capturing:

  • $ntfs.log
  • hiberfil.sys
  • pagefile.sys
  • swapfile.sys
  • System Volume Information
  • RECYCLER
  • Windows\CSC

Output of Debug log:

...
[*] Copying: E:\ProgramData\Vorlagen
[*] Scanning: 7873
[*] Copying: E:\Programme
[*] Scanning: 7874
[*] Copying: E:\System Volume Information
[*] Scanning: 1280
[*] Copying: E:\System Volume Information\IndexerVolumeGuid
[*] Scanning: 7875
[*] Copying: E:\System Volume Information\MountPointManagerRemoteDatabase
[*] Scanning: 7876
[*] Copying: E:\System Volume Information\SPP
[*] Scanning: 1281
[*] Copying: E:\System Volume Information\tracking.log
[*] Scanning: 7877
[*] Copying: E:\System Volume Information\WPSettings.dat
[*] Scanning: 7878
[*] Copying: E:\System Volume Information\{2ab76e05-5b07-11ed-89f6-000000000000}{3808876b-c176-4e48-b7ae-04046e6cc752}
Error: 0 (1)
CaptureImage error: Access denied

Failed to copy Recovery image

Dive fails to copy the recovery image on a Windows Vista image (maybe Vista doesn't even have a recovery image shipped??).

Empty unattend.xml

Dive will create a empty unattend.xml if only the username is provied.

[UI] Bugs in UI controls

  • Cloud: Background of Image list is missing.
  • Cloud: After clicking on next, the back button to the image list is disabled.
  • Tweaks: Disable AutoInit when user is on WinPE.
  • Cloud: Switching to the tab again will occur an error.
  • NavBar: Switching pages will create a new thread. (Might be an issue with WPF-UI)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.