jeudi 16 août 2012

Zebra TLP2844

Voici tout ce que j'ai pu apprendre de l'imprimante ZEBRA TLP 2844.

Tout d'abord, il s'agit d'un imprimante étiquette d'assez bonne qualité (j'entends qui ne casse pas)

Elle à besoin d'étiquette et de rouleau de transfert.

Quand elle plante, c'est toujours la faute de l'utilisateur.



1°)Bouton On/Off
2°)Connectique electrique
3°)Port USB pour configurer avec le logiciel Zebra Setup Utilities
4°)Bouton Réseau (pour obtenir la configuration réseau de l'imprimante
5°)Port réseau
6°)Voyants Vert: ok, Rouge: HS
7°)Etiquette avec adresse MAC
8°)Port COM

 


1°)Un gros bouton Vert pour passer à l'étiquette suivante, ou passe en rouge en cas d'erreur.
2°)Deux accroches sur les côtés à tirer vers l'avant pour ouvrir le capot








1°)Mettre le rouleau plein en haut, qui se deroulera dans le vide suivant
2°)Droite, bras à pousser vers la gauche pour refermer le capot
3°)Support pour étiquette
4°)Capteur
5°)Guide pour etiquette à géré avec la molette de droite
6°)Rouleau noir d'accroche qui entraine les étiquettes (possible d'être retiré pour nettoyage)

L'imprimante en réseau est accessible via interface web



ex: http://10.16.5.19
le login est : admin
le mdp est :1234

ou via le logiciel ZebraNet Bridge Enterprise (sans Clef d'activation) qui permet de scanner un reseau, et renvoyer vers les pages de config des imprimantes http://10.16.5.19

-Obtenir les informations réseau de l'imprimante:
Appuyer sur le petit bouton à l'arrière à coté du port réseau

-Réinitialiser l'imprimante
Eteindre l'imprimante, appuyer sur le bouton Vert
Rallumer l'imprimante toujours appuyé sur le bouton vert.
attendre que le bouton clignote.

-Il est préférable de laisser l'imprimante à son emplacement reseau.
Elle sont en DHCP mais avec baux reservé sur vlan 5 (10.16.5.19)
qui ne fonctionne pas sur une autre prise réseau.
Si l'imprimante à une ip differente, la brancher en directe sur un PC (qui aura une IP Fixe avoisinante.)

Problèmes:
>L'imprimante imprime une dizaine d'etiquettes sans lancer d'impression:
solution: retirer le rouleau d'encre et vérifier qu'il n'y a pas d'étiquette coincé sur le capteur (dans le capot)

>L'imprimante se calibre sur une étiquette de 3mm, réinitialiser l'imprimante

>L'imprimante imprime une étiquette et se bloque au milieu de la 2nd
Solution: Vérifier que le rouleau d'encre soit bien dans les coches
http://www.youtube.com/watch?v=ckSe6mkLRro&feature=related
http://www.youtube.com/watch?v=3PzcrGj3l-c&feature=related

mardi 14 août 2012

Clefs de base de registre

'http://allmytutorials.blogspot.fr/2011/02/windows-7-registry-tweaks.html

Windows Registry Editor Version 5.00

;---------------------------------------------
Windows 7 Registry Tweaks
;---------------------------------------------

;################################################# ##############################################
;# #
;# APPEARANCE #
;# #
;################################################# ##############################################

; eXPerience Wallpaper

[HKEY_CURRENT_USER\Control Panel\Desktop]
"WallPaper"="%WINDIR%\\Web\\Wallpaper\\experience. jpg"


;---------------------------------------------------------------------------------------------------------------------------
; Show Windows classic folders (File | Edit | View | Tools | Help)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"AlwaysShowMenus"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Disable grouping of system tray icons

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"TaskbarGlomming"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer]
"EnableAutoTray"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Remove the "Details Pane" from the bottom of Explorer windows

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Modules\GlobalSettings\Sizer]
"PreviewPaneSizer"=hex:51,00,00,00,00,00,00,00,00, 00,00,00



;---------------------------------------------------------------------------------------------------------------------------
; Unlock the taskbar

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"TaskbarSizeMove"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Show file extensions

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Show detailed Device settings in device manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Environment]
"DEVMGR_SHOW_DETAILS"="1"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Show hidden files and folders (not hidden system files and folders)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Hidden"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Show all hidden devices in device manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Environment]
"DEVMGR_SHOW_NONPRESENT_DEVICES"=1


;---------------------------------------------------------------------------------------------------------------------------
; Remove " - Shortcut" Suffix from shortcuts

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer]
"link"=hex:00,00,00,00


;---------------------------------------------------------------------------------------------------------------------------
; Cleartype

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002


;---------------------------------------------------------------------------------------------------------------------------
; Set Control Panel on Classic View and small icons

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\ControlPanel]
"AllItemsIconView"=dword:00000001
"StartupPage"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Use Small Icons

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\SmallIcons]
"SmallIcons"="yes"

;---------------------------------------------------------------------------------------------------------------------------
; Display drive letters
; 0 = windows default
; 1 = only network drive's letters shown.
; 2 = no drive letters shown
; 4 = all drive letters shown

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer]
"ShowDriveLettersFirst"=dword:00000004


;---------------------------------------------------------------------------------------------------------------------------
; Cache more Icons

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer]
"Max Cached Icons"="4096"


;---------------------------------------------------------------------------------------------------------------------------
; Show the full path in minimized explorer windows

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\CabinetState]
"FullPath"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Make the text white in command windows

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DefaultColor"=dword:0000000F


;---------------------------------------------------------------------------------------------------------------------------
; Disable window animations on minimize/maximize

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DWM]
"Animations"=dword:00000000


;################################################# ##############################################
;# #
;# CONTEXT MENU #
;# #
;################################################# ##############################################

;---------------------------------------------------------------------------------------------------------------------------
; Add "Take Ownership" to right click of all files and folders

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"


;---------------------------------------------------------------------------------------------------------------------------
; Show Encryption Commands on the Shortcut Menu

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Advanced]
"EncryptionContextMenu"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Disable file association web-service - Bypassing "Browse web for program" to open unknown extension.
; "Open With..." becomes default

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System]
"NoInternetOpenWith"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Add "Command Prompt" when you right click a folder

[HKEY_CLASSES_ROOT\Folder\shell\Command Prompt]

[HKEY_CLASSES_ROOT\Folder\shell\Command Prompt\command]
@="cmd.exe /k pushd %L"

;---------------------------------------------------------------------------------------------------------------------------
; Add 'Copy to Folder' and 'Move to Folder' to right click

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]


;---------------------------------------------------------------------------------------------------------------------------
; Underline letters on right click (EG "R" for Properties, "D" for Delete)

[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:b0,12,01,80


;---------------------------------------------------------------------------------------------------------------------------
; Add "Device Manager" to the right click menu of "Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices]
@=hex(2):44,00,65,00,76,00,69,00,63,00,65,00,20,00 ,4d,00,61,00,6e,00,61,00,67,\
00,65,00,72,00,00,00
"SuppressionPolicy"=dword:4000003c

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00 ,25,00,5c,00,73,00,79,00,73,\
00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00 ,63,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73 ,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00 ,74,00,65,00,6d,00,33,00,\
32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74 ,00,2e,00,6d,00,73,00,63,\
00,20,00,2f,00,73,00,00,00


;---------------------------------------------------------------------------------------------------------------------------
; Add "Services" to the right click menu of "Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00 ,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00 ,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00 ,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73 ,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00 ,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65 ,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00


;---------------------------------------------------------------------------------------------------------------------------
; Add "Edit Registry" to the right click menu of "Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Edit Registry]
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Edit Registry\command]
@="regedit.exe"


;---------------------------------------------------------------------------------------------------------------------------
; Add "MSCONFIG" to the right click menu of "Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig]
@="MSCONFIG"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command]
@="msconfig.exe"


;---------------------------------------------------------------------------------------------------------------------------
; Add "Advanced System Properties" to the right click menu of "Computer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp]
@=hex(2):41,00,64,00,76,00,61,00,6e,00,63,00,65,00 ,64,00,20,00,53,00,79,00,73,\
00,74,00,65,00,6d,00,20,00,50,00,72,00,6f,00,70,00 ,65,00,72,00,74,00,69,00,\
65,00,73,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp\command]
@=hex(2):63,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00 ,20,00,73,00,79,00,73,00,64,\
00,6d,00,2e,00,63,00,70,00,6c,00,00,00


;################################################# ##############################################
;# #
;# GENERAL SETTINGS #
;# #
;################################################# ##############################################

;---------------------------------------------------------------------------------------------------------------------------
; If an Administrator attempts a protected action - Silently Succeed

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000


;----------------------------------------------------------------------------------------------------------------------------
; Add Notepad as a Right Click Item

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shel l\Notepad]
@="Notepad"


;----------------------------------------------------------------------------------------------------------------------------
; Disable Tracking of Broken Shortcut Links

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoResolveTrack"=dword:00000001


;----------------------------------------------------------------------------------------------------------------------------
; Windows will tell you exactly what it is doing when it is shutting down or is booting

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\policies\system]
"verbosestatus"=dword:00000001


;----------------------------------------------------------------------------------------------------------------------------
; Search All File Types

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\ContentIndex]
"FilterFilesWithUnknownExtensions"=dword:00000 001


;----------------------------------------------------------------------------------------------------------------------------
; Make the Windows registration with Microsoft unnecessary

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"RegDone"="1"


;----------------------------------------------------------------------------------------------------------------------------
; Show the real CD-recording speed in Nero (example: 21.6x writing speed)

[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder]
"ShowSingleRecorderSpeed"=dword:00000001


;----------------------------------------------------------------------------------------------------------------------------
; Allows installing PlexTools Upgrade as full version

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Juxtaposition]
@="11111111"
"Parameter"="11111111"


;----------------------------------------------------------------------------------------------------------------------------
; Disable the Windows Mail splash screen

[HKEY_CURRENT_USER\Software\Microsoft\Windows Mail]
"NoSplash"=dword:00000001


;################################################# ##############################################
;# #
;# IE8 #
;# #
;################################################# ##############################################

;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Unlock IE8 toolbars

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"Locked"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Do not notify when downloads complete

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NotifyDownloadComplete"="no"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Gets rid of annoying popup for running files you download from internet

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Add Government and Military to auto url searches

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\UrlTemplate]
"5"="www.%s.gov"
"6"="www.%s.mil"

;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Set Google.com as homepage

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.google.com/"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Save session on exit

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Save_Session_History_On_Exit"="yes"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Make default browser

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"ShowedCheckBrowser"="Yes"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Disable 'Send information to the Internet' prompt

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings\Zones\3]
"1601"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Disable Internet Explorer Cookie 'Privacy Icon' prompt

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"PrivDiscUiShown"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Disable Internet Explorer 'Auto-Complete' prompt

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms]
"AskUser"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Increase Simultaneous Downloads

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\Cur rentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000014
"MaxConnectionsPer1_0Server"=dword:00000014

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000014
"MaxConnectionsPer1_0Server"=dword:00000014


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Disable script debugging in applications using IE

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"DisableScriptDebuggerIE"="yes"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Do not display a notification about every script error

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Error Dlg Displayed On Every Error"="no"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Enable page transitions

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Page_Transitions"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Enable personalized favourites menu

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"FavIntelliMenus"="NO"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Enable visual styles on buttons and controls in web pages

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"UseThemes"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Show friendly HTTP error messages

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Friendly http errors"="yes"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Use Smooth Scrolling

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"SmoothScroll"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Enable automatic image resizing

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Enable AutoImageResize"="yes"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Show image download placeholders

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Show image placeholders"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Use http 1.1 through proxy settings

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"ProxyHttp1.1"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Warn about invalid site certificates

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"WarnonBadCertRecving"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Disable FTP folder view (for faster browsing)

[HKEY_CURRENT_USER\Software\Microsoft\Ftp]
"Use Web Based FTP"="yes"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Show friendly/Full URL

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Show_FullURL"="yes"


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Smart image dithering

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]
"SmartDithering"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - Disallow spying by web-sites

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\ZoneMap\ProtocolDefaults]
"about"=dword:00000004


;---------------------------------------------------------------------------------------------------------------------------
; IE8 - IE toolbar layout (small icons, no text)

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"ShowDiscussionButton"="no"


;################################################# ##############################################
;# #
;# WMP12 #
;# #
;################################################# ##############################################


[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\S plitters]

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\S plitters]
"LeftV11"=dword:00000096

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\S ubscriptions]

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references]
"AcceptedPrivacyStatement"=dword:00000001
"MLSChangeIndexList"=dword:00000030
"LaunchIndex"=dword:00000005
"XV11"="272"
"YV11"="242"
"WidthV11"="510"
"HeightV11"="400"
"MigratedXML"=dword:00000001
"Migrating"=dword:00000000
"MetadataRetrieval"=dword:00000000
"SendUserGUID"=hex:00,
"UsageTracking"=dword:00000000
"DisableMRUMusic"=dword:00000001
"DisableMRUPictures"=dword:00000001
"DisableMRUVideo"=dword:00000001
"DisableMRUPlaylists"=dword:00000001
"SQMLaunchIndex"=dword:00000002
"AppColorLimited"=dword:00000000
"LibraryBackgroundImage"=dword:00000006
"LibraryHMENodesVisible"=dword:00000001
"LibraryForceShowColumns"=dword:00000000
"LastContainerV12"="{70C02500-7C6F-11D3-9FB6-00105AA620BB}"
"LastContainerMode"=dword:00000000
"UsageLoggerRanOnce"=dword:00000001
"SetHMEPermissionsOnDBDone"=dword:00000001
"EverLoadedServices"=dword:00000001
"TranscodedFilesCacheSize"=dword:00000800
"TranscodedFilesCacheDefaultSizeSet"=dword:0000000 1
"LastLicenseRefresh"=dword:122a738d
"ShowAppTitlebarVTen"=dword:00000001
"FirstRun"=dword:00000000
"NextLaunchIndex"=dword:00000006
"Volume"=dword:00000032
"ModeShuffle"=dword:00000000
"ModeLoop"=dword:00000000
"Mute"=dword:00000000
"Balance"=dword:00000000
"CurrentEffectType"="Bars"
"CurrentEffectPreset"=dword:00000003
"VideoZoom"=dword:00000064
"CurrentSettingsView"="EQView"
"CurrentMetadataView"="MediaInfoView"
"ShowAlbumArt"=dword:00000000
"EnableWMPDMR"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references\DolbyDigitalSettings]

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references\EqualizerSettings]

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references\VideoSettings]

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references\HME]
"UserWantsRemoteSharing"=dword:00000000
"UserWantsRemoteBrowsing"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references\HME\ErrorFolders]
"Folders"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references\HME\ShareFolders]
"ProcessedCount"=dword:00000000
"Folders"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\P references\HME\UnShareFolders]
"ProcessedCount"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.cda\UserChoice]
"Progid"="WMP11.AssocFile.CDA"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wmd\UserChoice]
"Progid"="WMP11.AssocFile.WMD"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wms\UserChoice]
"Progid"="WMP11.AssocFile.WMS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wmz\UserChoice]
"Progid"="WMP11.AssocFile.WMZ"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.3g2\UserChoice]
"Progid"="WMP11.AssocFile.3G2"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.3gp\UserChoice]
"Progid"="WMP11.AssocFile.3GP"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.3gp2\UserChoice]
"Progid"="WMP11.AssocFile.3G2"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.3gpp\UserChoice]
"Progid"="WMP11.AssocFile.3GP"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.AAC\UserChoice]
"Progid"="WMP11.AssocFile.ADTS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.ADT\UserChoice]
"Progid"="WMP11.AssocFile.ADTS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.ADTS\UserChoice]
"Progid"="WMP11.AssocFile.ADTS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.aif\UserChoice]
"Progid"="WMP11.AssocFile.AIFF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.aifc\UserChoice]
"Progid"="WMP11.AssocFile.AIFF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.aiff\UserChoice]
"Progid"="WMP11.AssocFile.AIFF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.asf\UserChoice]
"Progid"="WMP11.AssocFile.ASF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.asx\UserChoice]
"Progid"="WMP11.AssocFile.ASX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.au\UserChoice]
"Progid"="WMP11.AssocFile.AU"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.avi\UserChoice]
"Progid"="WMP11.AssocFile.AVI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.m1v\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.m2t\UserChoice]
"Progid"="WMP11.AssocFile.M2TS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.m2ts\UserChoice]
"Progid"="WMP11.AssocFile.M2TS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.m2v\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.m3u\UserChoice]
"Progid"="WMP11.AssocFile.m3u"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.m4a\UserChoice]
"Progid"="WMP11.AssocFile.M4A"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.m4v\UserChoice]
"Progid"="WMP11.AssocFile.MP4"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mid\UserChoice]
"Progid"="WMP11.AssocFile.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.midi\UserChoice]
"Progid"="WMP11.AssocFile.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mod\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mov\UserChoice]
"Progid"="WMP11.AssocFile.MOV"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mp2\UserChoice]
"Progid"="WMP11.AssocFile.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mp2v\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mp3\UserChoice]
"Progid"="WMP11.AssocFile.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mp4\UserChoice]
"Progid"="WMP11.AssocFile.MP4"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mp4v\UserChoice]
"Progid"="WMP11.AssocFile.MP4"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mpa\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mpe\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mpeg\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mpg\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mpv2\UserChoice]
"Progid"="WMP11.AssocFile.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.mts\UserChoice]
"Progid"="WMP11.AssocFile.M2TS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.rmi\UserChoice]
"Progid"="WMP11.AssocFile.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.snd\UserChoice]
"Progid"="WMP11.AssocFile.AU"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.ts\UserChoice]
"Progid"="WMP11.AssocFile.TTS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.tts\UserChoice]
"Progid"="WMP11.AssocFile.TTS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wav\UserChoice]
"Progid"="WMP11.AssocFile.WAV"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wax\UserChoice]
"Progid"="WMP11.AssocFile.WAX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wm\UserChoice]
"Progid"="WMP11.AssocFile.ASF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wma\UserChoice]
"Progid"="WMP11.AssocFile.WMA"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wmv\UserChoice]
"Progid"="WMP11.AssocFile.WMV"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wmx\UserChoice]
"Progid"="WMP11.AssocFile.ASX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wpl\UserChoice]
"Progid"="WMP11.AssocFile.WPL"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.wvx\UserChoice]
"Progid"="WMP11.AssocFile.WVX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/aiff\UserChoice]
"Progid"="WMP11.AssocMIME.AIFF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/basic\UserChoice]
"Progid"="WMP11.AssocMIME.AU"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/mid\UserChoice]
"Progid"="WMP11.AssocMIME.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/midi\UserChoice]
"Progid"="WMP11.AssocMIME.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/mp3\UserChoice]
"Progid"="WMP11.AssocMIME.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/mp4\UserChoice]
"Progid"="WMP11.AssocMIME.M4A"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/mpeg\UserChoice]
"Progid"="WMP11.AssocMIME.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/mpegurl\UserChoice]
"Progid"="WMP11.AssocMIME.M3U"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/mpg\UserChoice]
"Progid"="WMP11.AssocMIME.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/vnd.dlna.adts\UserChoice]
"Progid"="WMP11.AssocMIME.ADTS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/wav\UserChoice]
"Progid"="WMP11.AssocMIME.WAV"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-aiff\UserChoice]
"Progid"="WMP11.AssocMIME.AIFF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-mid\UserChoice]
"Progid"="WMP11.AssocMIME.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-midi\UserChoice]
"Progid"="WMP11.AssocMIME.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-mp3\UserChoice]
"Progid"="WMP11.AssocMIME.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-mpeg\UserChoice]
"Progid"="WMP11.AssocMIME.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-mpegurl\UserChoice]
"Progid"="WMP11.AssocMIME.M3U"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-mpg\UserChoice]
"Progid"="WMP11.AssocMIME.MP3"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-ms-wax\UserChoice]
"Progid"="WMP11.AssocMIME.WAX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-ms-wma\UserChoice]
"Progid"="WMP11.AssocMIME.WMA"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/x-wav\UserChoice]
"Progid"="WMP11.AssocMIME.WAV"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\midi/mid\UserChoice]
"Progid"="WMP11.AssocMIME.MIDI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/3gpp\UserChoice]
"Progid"="WMP11.AssocMIME.3GP"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/3gpp2\UserChoice]
"Progid"="WMP11.AssocMIME.3G2"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/avi\UserChoice]
"Progid"="WMP11.AssocMIME.AVI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/mp4\UserChoice]
"Progid"="WMP11.AssocMIME.MP4"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/mpeg\UserChoice]
"Progid"="WMP11.AssocMIME.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/mpg\UserChoice]
"Progid"="WMP11.AssocMIME.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/msvideo\UserChoice]
"Progid"="WMP11.AssocMIME.AVI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/quicktime\UserChoice]
"Progid"="WMP11.AssocMIME.MOV"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/vnd.dlna.mpeg-tts\UserChoice]
"Progid"="WMP11.AssocMIME.TTS"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-mpeg\UserChoice]
"Progid"="WMP11.AssocMIME.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-mpeg2a\UserChoice]
"Progid"="WMP11.AssocMIME.MPEG"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-ms-asf\UserChoice]
"Progid"="WMP11.AssocMIME.ASX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-ms-asf-plugin\UserChoice]
"Progid"="WMP11.AssocMIME.ASX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-ms-wm\UserChoice]
"Progid"="WMP11.AssocMIME.ASF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-ms-wmv\UserChoice]
"Progid"="WMP11.AssocMIME.WMV"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-ms-wmx\UserChoice]
"Progid"="WMP11.AssocMIME.ASX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-ms-wvx\UserChoice]
"Progid"="WMP11.AssocMIME.WVX"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\video/x-msvideo\UserChoice]
"Progid"="WMP11.AssocMIME.AVI"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\application/vnd.ms-wpl\UserChoice]
"Progid"="WMP11.AssocMIME.WPL"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\application/x-mplayer2\UserChoice]
"Progid"="WMP11.AssocMIME.ASF"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\application/x-ms-wmd\UserChoice]
"Progid"="WMP11.AssocMIME.WMD"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\application/x-ms-wmz\UserChoice]
"Progid"="WMP11.AssocMIME.WMZ"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/3gpp\UserChoice]
"Progid"="WMP11.AssocMIME.3GP"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\MIMEAssociations\audio/3gpp2\UserChoice]
"Progid"="WMP11.AssocMIME.3G2"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell \Associations\UrlAssociations\mms\UserChoice]
"Progid"="WMP11.AssocProtocol.MMS"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ PREFERENCES\HME\S-1-5-21-2959435985-2449557015-3420532266-500]
"RemoteSharingEnabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ Setup]
"Progress_CurrentDialog"=dword:00000009


;################################################# ##############################################
;# #
;# NETWORK #
;# #
;################################################# ##############################################

;---------------------------------------------------------------------------------------------------------------------------
; Use SSL 2.0 (Checked) + SSL 3.0 (Checked) + TSL 1.0 (unchecked)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"SecureProtocols"=dword:00000028


;---------------------------------------------------------------------------------------------------------------------------
; Do not save encrypted pages to disk

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"DisableCachingOfSSLPages"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Check for server certificate revocation

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"CertificateRevocation"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Stop caching negative responses

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"MaxNegativeCacheTtl "=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Force keep positive entries in DNS Cache for only 4 hours instead of the default 24 hours

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"MaxCacheTtl "=dword:00003840


;---------------------------------------------------------------------------------------------------------------------------
; Increase Network Throughput

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanworkstation\parameters]
"MaxCmds"=dword:00000064
"MaxThreads"=dword:00000064
"MaxCollectionCount"=dword:00000064

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\AFD\Parameters]
"BufferMultiplier"=dword:00000400


;---------------------------------------------------------------------------------------------------------------------------
; Increase RPC Packet Size

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc]
"MaxRpcSize"=dword:00100000


;---------------------------------------------------------------------------------------------------------------------------
; Mount net-drives first, when they are needed

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\NetworkProvider]
"RestoreConnection"=dword:00000000


;################################################# ##############################################
;# #
;# SECURITY #
;# #
;################################################# ##############################################

;---------------------------------------------------------------------------------------------------------------------------
; Disable Default Hidden Shares - This keeps Windows from creating the Admin$, C$, etc. shares
; (which are security holes) automatically on start-up.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanServer\parameters]
"AutoShareWks"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanServer\Parameters]
"AutoShareServer"=dword:00000000


;################################################# ##############################################
;# #
;# DISABLED SERVICES FOR SPEED AND SECURITY #
;# #
;################################################# ##############################################

; 00000002 = Automatic Startup (Service starts with Windows)
;
; 00000003 = Manual Startup (Service only starts when called upon by a program requiring the service)
;
; 00000004 = Disabled (Service never starts, unless changed to Manual or Automatic)

;---------------------------------------------------------------------------------------------------------------------------
; Remote Registry

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RemoteRegistry]
"Start"=dword:00000004


;---------------------------------------------------------------------------------------------------------------------------
; Windows Error Reporting Service...

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\WerSvc]
"Start"=dword:00000004


;---------------------------------------------------------------------------------------------------------------------------
; Windows Search

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\WSearch]
"Start"=dword:00000004


;################################################# ##############################################
;# #
;# START MENU #
;# #
;################################################# ##############################################

;---------------------------------------------------------------------------------------------------------------------------
; Remove 'Recent Items' from Start Menu

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\RecentDocs]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_ShowRecentDocs"=dword:00000000
"Start_TrackDocs"=dword:00000000

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\explorer\RecentDocs]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Modules\GlobalSettings\Sizer]
"PageSpaceControlSizer"=hex:d0,00,00,00,00,00,00,0 0,00,00,00,00

;---------------------------------------------------------------------------------------------------------------------------
; Do not 'Use large icons' on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_LargeMFUIcons"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Do not show 'Search the Internet' on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_SearchInternet"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Do not show 'Search' on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_ShowSearch"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Do not show 'Default Programs' on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_ShowSetProgramAccessAndDefaults"=dword:0000 0000


;---------------------------------------------------------------------------------------------------------------------------
; Do not show 'Games' on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_ShowMyGames"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Do not show 'Help and Support' on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_ShowHelp"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Do not show "My Music" on Start Menu

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer]
"Start_ShowMyMusic"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_ShowMyMusic"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Do not show "Devices and Printers" on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_AdminToolsTemp"=dword:00000000
"Start_ShowPrinters"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Show "Administrative Tools" on the Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_AdminToolsRoot"=dword:00000001


;################################################# ##############################################
;# #
;# SYSTEM #
;# #
;################################################# ##############################################

;---------------------------------------------------------------------------------------------------------------------------
; Disable Last Accessed Time Stamp

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Typing Long File Names In DOS

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"CompletionChar"=dword:00000009


;---------------------------------------------------------------------------------------------------------------------------
; Turn off system beeps

[HKEY_CURRENT_USER\Control Panel\Sound]
"beep"="no"


;---------------------------------------------------------------------------------------------------------------------------
; Right-click any drive to close the tray of the optical drive (Requires CDR.exe in system32)

[HKEY_CLASSES_ROOT\Drive\shell\draw]
@="Close CD-&tray"
[HKEY_CLASSES_ROOT\Drive\shell\draw\command]
@="cdr.exe close ALL"


;---------------------------------------------------------------------------------------------------------------------------
; Remove new BMP file

[-HKEY_CLASSES_ROOT\.bmp\ShellNew]


;---------------------------------------------------------------------------------------------------------------------------
; This adds an option in the right-click menu to open any folder on your computer in a new window

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shel l\openNew]
@="Open In New &Window"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shel l\openNew\Command]
@="explorer %1"


;---------------------------------------------------------------------------------------------------------------------------
; Disable screensavers

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="0"
[HKEY_CURRENT_USER\Control Panel\Desktop]
"SCRNSAVE.EXE"=""
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"ScreenSaveActive"="0"
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"SCRNSAVE.EXE"=""


;---------------------------------------------------------------------------------------------------------------------------
; Disable the NTFS Last Access Time Stamp
; (speeds up viewing folders in ntfs)
; (00000000 = disabled, 00000001 = enabled)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Disable kernel paging
; Optimize Core System Performance

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Change the Clock to 24 Hour time format

[HKEY_CURRENT_USER\Control Panel\International]
"iTime"="1"
"iTLZero"="0"
"sTime"=":"
"sTimeFormat"="H:mm:ss"
"iTimePrefix"="0"


;---------------------------------------------------------------------------------------------------------------------------
; Allow renaming and removing of Recycle Bin

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:70,10,00,20
"CallForAttributes"=dword:00000040


;---------------------------------------------------------------------------------------------------------------------------
; All items have an "edit.." on right-click sending to notepad

[HKEY_CLASSES_ROOT\*\shell\open]
@="Edit.."
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"


;---------------------------------------------------------------------------------------------------------------------------
; Add register / unregister to the context menu for .ocx files

[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""


;---------------------------------------------------------------------------------------------------------------------------
; Add register / unregister to the context menu for .dll files

[HKEY_CLASSES_ROOT\.dll]
"Content Type"="application/x-msdownload"
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@="Application Extension"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""


;---------------------------------------------------------------------------------------------------------------------------
; Opens 16-bit apps in a separate memory space
; This increases stability when dealing with 16-bit apps.
; (No = disabled, Yes = enabled)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\WOW]
"DefaultSeparateVDM"="Yes"


;---------------------------------------------------------------------------------------------------------------------------
; Notepad saves window position

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fSaveWindowPositions"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Makes a right click option for unknown files (Open with notepad)

[HKEY_CLASSES_ROOT\*\shell]
@="\"notepad.exe %1\""
[HKEY_CLASSES_ROOT\*\shell\open]
@="Open &With Notepad"
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"


;---------------------------------------------------------------------------------------------------------------------------
; Add new CMD file to right click > New

[HKEY_CLASSES_ROOT\.cmd\ShellNew]
"NullFile"=""


;---------------------------------------------------------------------------------------------------------------------------
; Disable 'Windows Defender' startup

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run]
"Windows Defender"=-


;---------------------------------------------------------------------------------------------------------------------------
; Enable Status bar in Notepad

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Enable Status Bar in all windows

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"StatusBarOther"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Enable search system folders in Search

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Search\Preferences]
"SystemFolders"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Kill hung services after 5 seconds

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l]
"WaitToKillServiceTimeout"="5000"


;---------------------------------------------------------------------------------------------------------------------------
; Open NFO files with notepad

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="a"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfoFile"=hex(0):

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo\UserChoice]
"Progid"="Applications\\notepad.exe"


;---------------------------------------------------------------------------------------------------------------------------
; Open HTA files (used for WPI) with MSHTA.EXE

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.hta]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.hta\OpenWithList]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.hta\OpenWithProgids]
"htafile"=hex(0):


;---------------------------------------------------------------------------------------------------------------------------
; Remove the annoying clicking sound

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\ Navigating\.Current]
@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\ Navigating\.Default]
@=""


;---------------------------------------------------------------------------------------------------------------------------
; Remove warning about showing hidden system folders

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Advanced\Folder\SuperHidden]
"WarningIfNotDefault"=-


;---------------------------------------------------------------------------------------------------------------------------
; Restore previous folder windows at logon

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"PersistBrowsers"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Speed up shell response

[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="2"

[HKEY_USERS\S-1-5-19\Control Panel\Desktop]
"MenuShowDelay"="2"

[HKEY_USERS\S-1-5-20\Control Panel\Desktop]
"MenuShowDelay"="2"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"Start_ShowRun"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Stops the 'Welcome Center' loading (for current user) when Windows starts

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Run]
"WindowsWelcomeCenter"=-


;---------------------------------------------------------------------------------------------------------------------------
; Disable User Accounts Control (UAC)
; (Stops the annoying 'are you sure' warnings when you run executable files)

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System]
"EnableLUA"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Disable automatic restart in the event of a blue screen

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\CrashControl]
"AutoReboot"=dword:00000000


;---------------------------------------------------------------------------------------------------------------------------
; Disable Automatic Updates (not the ability to update - just
; disables the automatic background updates and balloon tips)

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001
"IncludeRecommendedUpdates"=dword:00000000
"SetupWizardLaunchTime"=-
"BalloonTime"=-
"BalloonType"=-


;---------------------------------------------------------------------------------------------------------------------------
; Stop Windows Sidebar starting with Windows

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Run]
"Sidebar"=-


;---------------------------------------------------------------------------------------------------------------------------
; Fix for compatibility with older versions of "Windows Post Install Wizard" (WPI)

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Setup]
"SourcePath"=""


;---------------------------------------------------------------------------------------------------------------------------
; Small icons on the Taskbar

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"TaskbarSmallIcons"=dword:00000001


;---------------------------------------------------------------------------------------------------------------------------
; Remove blank icon from desktop

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Desktop\NameSpace\{98D99750-0B8A-4c59-9151-589053683D73}]


;---------------------------------------------------------------------------------------------------------------------------
; Do not allow Windows to turn off Network Adapters

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0002]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0003]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0006]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0010]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0016]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0017]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0018]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0024]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0025]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0026]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0027]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0028]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0029]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0030]
"PnPCapabilities"=dword:00000018


;---------------------------------------------------------------------------------------------------------------------------
; Remove Explorer, IE8 and WMP12 icons from the Taskbar

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\StartPage2]
"ProgramsCacheTBP"=hex:01,00,00,00,09,00,00,00 ,02,

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Taskband]
"Favorites"=hex:ff,

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Taskband]
"FavoritesChanges"=dword:00000009

jeudi 9 août 2012

Microsoft Document Imaging sous Office 2010

Comment installer Microsoft Document Imaging sous Office 2010 ?


Tout d'abord, il faut s'avoir que Microsoft Document Imaging est un super outils puissant et léger qui permet de visualiser les fichier Tif et Tiff même s'ils font plusieurs pages et sont volumineux.
Ce que d'autres outils comme pictures manager ne font pas bien du tout.

Ensuite il faut savoir également que l'outil Imaging à quitté Office pour se retrouvé dans SharePoint (gratuit)

On ne pourra pas l'installer vraiment sous Office 2010 mais cohabite très bien avec.

1°) Trouver l'outil SharePointDesigner.exe

2°)Extraire l'outil
Pour cela, utiliser la commande suivante: 




3°)Paramètrer l'Installation
Dans le répertoire crée plus haut, vous trouverez le fichier setup.exe, pour lancer OCT (Office Customize Tool) utilisez la commande suivante:
setup.exe /admin

Choississez le paramètrage qui vous convient et sauvegarder le résultat sous format MSP
-Désactivez tout
-Activez Outils Microsoft Office / Microsoft Office Document Imaging.


4°)Lancer l'installation Personnalisé
Pour lancer votre installation personnalisé :
setup.exe /adminfile config.msp

5°)Déployer la solution avec PDQ Deploy


 



mercredi 20 juin 2012

Commandes win7

En ligne de commande, argument, bref pour les script les batch ....
Panneau de contrôle control
Activation de Windows ou Vérification de l'activation de Windows      slui
Centre de maintenance wscui.cpl
Connexions réseau ncpa.cpl
Contacts Windows wab
Contrôle des comptes utilisateurs netplwiz
Diagnostiques DirectX dxdiag
Dossiers partagés fsmgmt.msc
Accéder à la base de registre (avec précaution) regedit   ou
regedt32
Gestionnaire de périphériques devmgmt.msc
Gestion de l'ordinateur compmgmt.msc
Informations système msinfo32
Invite de commande (ex DOS) cmd
Analyseur de performances perfmon.msc
Nettoyage de disque cleanmgr
Observateur d'évènements eventvwr.msc
Gestion du démarrage, configuration du système au démarrage msconfig
Options des dossiers control folders
Options d'alimentation powercfg.msc
Diagnostiques de la mémoire (Attention redémarrage du PC) mdsched
Pare-feu fonctions avancées wf.msc
Programmes et fonctionnalités appwiz.cpl
Propriétés internet inetcpl.cpl
Propriétés de l'écran desk.cpl
Propriétés système sysdm.cpl
Réglage de la date et de l'heure timedate.cpl
Restauration à partir d'un point de restauration système rstrui
Sauvegarde / restauration des mots de passe credwiz
Services services.msc
Réglages sonmmsys.cpl
SCCM Configuration Managercontrol smscfgrc ou smscfgrc.cpl
SCCM Configuration Manager
/
Actions TAB
C:\Windows\System32\rundll32.exe shell32.dll,Control_RunDLL C:\Windows\CCM\smscfgrc.cpl,@4,2
Prise en main Assistance à distanceMSRA
Prise en main Assistance à distance sur PC XXXX ou IPMSRA /offerra XXXX

mercredi 28 mars 2012

Word 2010 pas aligné

Si jamais vous aussi vous rencontrez des problèmes d'alignements dans vos documents word, n'hésitez pas à allez voir dans les options word "afficher" , l'option "Optimiser le positionnement des caractères pour la mise en page plutôt que pour la lisibilité

:)