Compare commits
No commits in common. "0d5dc9b3e539c796e8e6deb8998ee9e8ba3d6541" and "cafff460d938bab8851c9db1c4bb22cd82b852a1" have entirely different histories.
0d5dc9b3e5
...
cafff460d9
@ -2,7 +2,7 @@
|
||||
|
||||
namespace RobloxLegacy.Utilities;
|
||||
|
||||
public static class Registry
|
||||
public class Registry
|
||||
{
|
||||
private static RegistryKey? OpenKey(bool writable = true)
|
||||
{
|
||||
|
@ -7,6 +7,7 @@ namespace RobloxLegacy.Utilities;
|
||||
// https://stackoverflow.com/a/14632782
|
||||
public static class Shortcut
|
||||
{
|
||||
|
||||
[ComImport]
|
||||
[Guid("00021401-0000-0000-C000-000000000046")]
|
||||
private class ShellLink
|
||||
|
Reference in New Issue
Block a user