Compare commits
2 Commits
cafff460d9
...
0d5dc9b3e5
Author | SHA1 | Date | |
---|---|---|---|
0d5dc9b3e5 | |||
9689c03c0d |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace RobloxLegacy.Utilities;
|
namespace RobloxLegacy.Utilities;
|
||||||
|
|
||||||
public class Registry
|
public static class Registry
|
||||||
{
|
{
|
||||||
private static RegistryKey? OpenKey(bool writable = true)
|
private static RegistryKey? OpenKey(bool writable = true)
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,6 @@ namespace RobloxLegacy.Utilities;
|
|||||||
// https://stackoverflow.com/a/14632782
|
// https://stackoverflow.com/a/14632782
|
||||||
public static class Shortcut
|
public static class Shortcut
|
||||||
{
|
{
|
||||||
|
|
||||||
[ComImport]
|
[ComImport]
|
||||||
[Guid("00021401-0000-0000-C000-000000000046")]
|
[Guid("00021401-0000-0000-C000-000000000046")]
|
||||||
private class ShellLink
|
private class ShellLink
|
||||||
|
Reference in New Issue
Block a user