0% found this document useful (0 votes)
161 views

Tweaks

The document provides instructions for silently installing software using a batch file, disabling security warnings in Internet Explorer, and modifying registry settings to hide desktop icons, change default applications, and disable UAC on Windows.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
161 views

Tweaks

The document provides instructions for silently installing software using a batch file, disabling security warnings in Internet Explorer, and modifying registry settings to hide desktop icons, change default applications, and disable UAC on Windows.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

dism /image:c:\mount /add-package /packagepath:c:\updates

; Set Control Panel on Classic View and small icons


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPan
el]
"AllItemsIconView"=dword:00000001
"StartupPage"=dword:00000001
;register Nfo files "open with notepad"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.nfo]
"PerceivedType"="document"
;** HIDE OR ENABLE DESKTOP ICONS **
; 0 = SHOW
; 1 = HIDE
; Computer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
; Internet Explorer ="{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
; Library ="{031E4825-7B94-4DC3-B131-E946B44C8DD5}"=dword:00000000
; Network = "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
; USER PROFILE = "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
; Control Panel = "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
; Recycle = "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
; Show Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDeskt
opIcons\ClassicStartMenu]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
; Remove Control Panel
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDeskt
opIcons\ClassicStartMenu]
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001
; Remove Network
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDeskt
opIcons\ClassicStartMenu]
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001
; Remove Libraries Folder From Desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDeskto
pIcons\NewStartPanel]
"{031E4825-7B94-4DC3-B131-E946B44C8DD5}"=dword:00000001
;Disable UAC (Requires a reboot)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"PromptOnSecureDesktop"=dword:00000000
"EnableLUA"=dword:00000001
"ConsentPromptBehaviorAdmin"=dword:00000000
"ConsentPromptBehaviorUser"=dword:00000000
;Window 7 Method (will not wk for Win 8)
;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
;"PromptOnSecureDesktop"=dword:00000001
;"EnableLUA"=dword:00000000
;"ConsentPromptBehaviorAdmin"=dword:00000002

;"ConsentPromptBehaviorUser"=dword:00000001

WIN8.1
;4 Show my Desktop background on Start Screen Background
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"MotionAccentId_v1.00"=dword:000000db
;5 Windows Explorer Show Libraries off
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabRoaming]
"NextTimer"=hex(b):86,d3,ed,1b,23,7b,ce,01,
;6 Go to the desktop instead of Start when I sign in
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"OpenAtLogon"=dword:00000000
;7 List desktop apps first in the Apps view when sorted by category
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"DesktopFirst"=dword:00000001
;8 Search everywhere instead of just my apps when I search from Apps view
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"GlobalSearchInApps"=dword:00000001
;9 Show APPS view auto when go to Start
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"MakeAllAppsDefault"=dword:00000001
;10 Default jpg, png, bmp = Windows Photo viewer
; Finalize Image AppAssoc.xml
;11 Remove 6 Folders from This PC = Windows Explorer
;Music
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComput
er\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
;Downloads
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComput
er\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
;Pictures
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComput
er\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
;Videos
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComput
er\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
;Documents
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComput
er\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
;Desktop
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComput
er\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
;DosProbie
;Kill the annoying "Switch between apps" pop-up when launching metro apps..
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI]
"DisableHelpSticker"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]
"DisableHelpSticker"=dword:00000001
;Play slide show on lockscreen

[HKEY_CURRENT_USER\Control Panel\Desktop]
"SlideshowEnabled"=dword:00000001
"SlideshowSourceDirectoriesSet"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lock Screen]
"SlideshowEnabled"=dword:00000001

SOFTWARE:
avg_free_x64_all_2013_releasenumber.exe /UILevel=silent /AppMode=setup /InstallT
oolbar=0 /ChangeBrowserSearchProvider=0 /SelectedLanguage=1040 /InstallSidebar=0
/ParticipateProductImprovement=0 /DontRestart /DisableScan /KillProcessesIfNeed
ed
"KMP_35077.exe" /S /D
cls
echo KMSPlayer Installed Successfully!
ping -n 3 127.0.0.1>nul
exit
1 - Make a BAT (or CMD file) to Silently Install (example)
start "" /wait "%SYSTEMDRIVE%\TEMP\setup.exe" /QUIET /NORESTART
2 - Do this is Notepad and "save as" (e.g.) "setup.BAT"
3 - Put the saved file in $OEM$
4 - Put the setup file (the EXE) in$OEM$\$1\TEMP
5 - Now go back and look at the link, info, and photo -X- gave CAREFULLY
It works that way. ;)

Disable

Open File

Security Warning

Message

REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\


3" /V "1806" /T "REG_DWORD" /D "00000000" /F
REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\
3" /V "1806" /T "REG_DWORD" /D "00000000" /F
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Security" /V "Disabl
eSecuritySettingsCheck" /T "REG_DWORD" /D "00000001" /F

You might also like