diff --git a/groups/win/base b/groups/win/base index df027ef..20f0b6a 100644 --- a/groups/win/base +++ b/groups/win/base @@ -7,3 +7,4 @@ notepadplusplus pinta gimp bulkrenameutility.install +utc diff --git a/groups/win/office b/groups/win/office index be29aa3..54d1ec1 100644 --- a/groups/win/office +++ b/groups/win/office @@ -1,3 +1,4 @@ +win/base office thunderbird files diff --git a/handlers.available.windows b/handlers.available.windows index ef3de43..10c08b6 100644 --- a/handlers.available.windows +++ b/handlers.available.windows @@ -1 +1,2 @@ powershell +reg.reg diff --git a/packages/utc/reg.reg b/packages/utc/reg.reg new file mode 100755 index 0000000..fe974e3 --- /dev/null +++ b/packages/utc/reg.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] + "RealTimeIsUniversal"=hex(b):01,00,00,00,00,00,00,00 \ No newline at end of file