Base64+whoami命令+wget命令(未完成)

This commit is contained in:
2026-02-03 02:04:43 +08:00
parent af6a505d16
commit c64330b22f
4 changed files with 372 additions and 1 deletions

View File

@@ -159,6 +159,18 @@ namespace CMLeonOS
}
}
public string CurrentUsername
{
get
{
if (currentLoggedInUser != null)
{
return currentLoggedInUser.Username;
}
return "Not logged in";
}
}
public void FirstTimeSetup()
{
Console.WriteLine("====================================");