diff options
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index e4fc510..761aa29 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -249,7 +249,14 @@ namespace ShiftOS.WinForms public void PromptForLogin() { - throw new NotImplementedException(); + this.Show(); + this.TopMost = true; + lblHijack.Text = ""; + textgeninput = lblhackwords; + + var fsw = new FakeSetupScreen(this, 10); + fsw.Show(); + fsw.TopMost = true; } public void StartTrailer() |
