On error resume next
Dim Reg
Set Reg = CreateObject(“WScript.Shell”)
if msgbox(“Kembalikan menu Run ?” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerNoRun”, “0″, “REG_DWORD”
end if
if msgbox(“Enable Registry Tool ?” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableRegistryTools”, “0″, “REG_DWORD”
Reg.RegWrite “HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableRegistryTools”, “0″, “REG_DWORD”
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableRegedit”, “0″, “REG_DWORD”
Reg.RegWrite “HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableRegedit”, “0″, “REG_DWORD”
end if
if msgbox(“Perlihatkan file hidden” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerAdvancedHidden”, “1″, “REG_DWORD”
End if
if msgbox(“Perlihatkan Ekstensi file” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAdvancedFolderHideFileExtUncheckedValue”, “0″, “REG_DWORD”
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedHideFileExt”, “0″, “REG_DWORD”
End if
If msgbox (“Perlihatkan File Superhidden”, VbOkCancel) = VbOk then
Reg.RegWrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAdvancedFolderSuperHiddenUncheckedValue”, “0″, “REG_DWORD”
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedSuperHidden”, “0″, “REG_DWORD”
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionRegisteredOwner”,”Wardana Pro”
End if
if msgbox(“Kembalikan menu Find” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerNoFind”, “0″, “REG_DWORD”
End if
if msgbox(“Kembalikan menu Option” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerNoFolderOptions”, “0″, “REG_DWORD”
End if
if msgbox(“Enable Taskmanager” , VbOkCancel) = VbOK then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableTaskMgr”, “0″, “REG_DWORD”
Reg.RegWrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpoliciessystemDisableTaskMgr”, “0″, “REG_DWORD”
End if
If msgbox(“Enable Dos Command”, VbOkCancel) = VbOk then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableCMD”, “0″, “REG_DWORD”
End if
If Msgbox (“Enable Log Off”, VbOkCancel) = VbOk then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerNoLogOff”, “0″, “REG_DWORD”
End if
If msgbox (“Enable Turn Off”, VbOkCancel) = VbOk then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerNoClose”, “0″, “REG_DWORD”
End if
If msgbox (“Munculkan semua drive”, VbOkCancel) = VbOk then
Reg.RegWrite “HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerNoDrives”, “0″, “REG_DWORD”
End if
If msgbox (“Hilangkan Debugger program”, VbOkCancel) = VbOk then
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionscmd.exeDebugger”,”"
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsinstall.exeDebugger”,”"
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsmsconfig.exeDebugger”,”"
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsregedit.exeDebugger”,”"
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsregedt32.exeDebugger”,”"
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution OptionsTaskMgr.exeDebugger”,”"
Reg.Regwrite “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionssetup.exeDebugger”,”"
End if
kalo udah di copas (copy dan paste) di save as dengan extension . vbs di beri nama terserah apa aj, contoh disini Aa ngasih namanya “obat_msconfig.vbs” (tanpa tanda petik).