mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
Base64+whoami命令+wget命令(未完成)
This commit is contained in:
@@ -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("====================================");
|
||||
|
||||
Reference in New Issue
Block a user