Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
d6b7b038
Unverified
Commit
d6b7b038
authored
Feb 10, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable UAC
parent
c3b89de4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
scripts/enable-uac.bat
scripts/enable-uac.bat
+1
-0
windows_10_insider.json
windows_10_insider.json
+2
-1
No files found.
scripts/enable-uac.bat
0 → 100644
View file @
d6b7b038
reg
add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System"
/v
EnableLUA
/t
REG_DWORD
/d
1
/f
windows_10_insider.json
View file @
d6b7b038
...
...
@@ -88,7 +88,8 @@
"execute_command"
:
"{{ .Vars }} cmd /c
\"
{{ .Path }}
\"
"
,
"scripts"
:
[
"./scripts/vm-guest-tools.bat"
,
"./scripts/enable-rdp.bat"
"./scripts/enable-rdp.bat"
,
"./scripts/enable-uac.bat"
]
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment