Skip to content

Instantly share code, notes, and snippets.

@JunielKatarn
JunielKatarn / Star Wars - The Phantom Menace.reg
Created April 4, 2016 08:19
Registry keys to install The Phantom Menace on 64 bit Windows computers Note: Replace F with the intended CD drive or ISO mount.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts Entertainment Company LLC]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts Entertainment Company LLC\The Phantom Menace]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts Entertainment Company LLC\The Phantom Menace\v1.0]
"Source Path"="F:\\\\"
"CD Path"="F:\\\\"
"Source Dir"="F:\\\\"
@JunielKatarn
JunielKatarn / nbactions.xml
Last active April 30, 2016 05:27
Customize NetBeans maven actions.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Put this file under ${netbeans.userdir}/config/Projects/org-netbeans-modules-maven/ -->
<actions>
<action>
<actionName>build</actionName>
<packagings>
<packaging>*</packaging>
</packagings>
<goals>