Jump to content

graphix

Üye
  • Posts

    278
  • Joined

  • Last visited

Everything posted by graphix

  1. Sanırım resim herşeyi anlatıyor. PC nizin bazı özelliklerini öğrenin. http://www.upload.gen.tr/d.php/s6/btc396mi/tncpc.exe.html[/CODE] [b]Alternatif:[/b] [CODE]http://asapload.com/234662[/CODE] [b]Alternatif2:[/b] [CODE]http://rapidshare.com/files/269442750/tncpc.exe[/CODE] [u][b]Kodları:[/b][/u] [CODE]http://www.mediafire.com/download.php?m4rzqmd2znn[/CODE]
  2. bir sitede buldum güzel bir kod özel klavye alternatif ekran klavyesi #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <StaticConstants.au3> Opt("WinWaitDelay",0) Opt("SendKeyDelay",0) Opt("SendKeyDownDelay",0) Opt("Sendcapslockmode",0) Opt("TrayIconHide",1) Opt("GUICloseOnESC",0) Global $fLeftShiftHolden = False Global $fLeftAltHolden = False Global $fLeftCtrlHolden = False Global $fRightShiftHolden = False Global $fRightAltHolden = False Global $fRightCtrlHolden = False Global Const $VK_NUMLOCK = 0x90 Global Const $VK_SCROLL = 0x91 Global Const $VK_CAPITAL = 0x14 ;HotKeySet("{Esc}","Quit") Func _NumberLockPushed() If $NumberLockOn = True Then GUICtrlSetState($NumberLockOnPic, $GUI_HIDE) PressButton("{NumLock}",1) $NumberLockOn = False Else GUICtrlSetState($NumberLockOnPic, $GUI_SHOW) PressButton("{NumLock}",1) $NumberLockOn = True EndIf EndFunc Func _ScrollLockPushed() If $ScrollLockOn = True Then GUICtrlSetState($ScrollLockOnPic, $GUI_HIDE) PressButton("{ScrollLock}",1) $ScrollLockOn = False Else GUICtrlSetState($ScrollLockOnPic, $GUI_SHOW) PressButton("{ScrollLock}",1) $ScrollLockOn = True EndIf EndFunc Func _CapsLockPushed() If $CapsLockOn = True Then GUICtrlSetState($CapsLockOnPic, $GUI_HIDE) PressButton("{CapsLock}",1) $CapsLockOn = False Else GUICtrlSetState($CapsLockOnPic, $GUI_SHOW) PressButton("{CapsLock}",1) $CapsLockOn = True EndIf EndFunc $ProductVersion = "" $MainGUITitle = "Özel Klavye "&$ProductVersion&" - " $Form1 = GUICreate($MainGUITitle, 722, 194, 300, 300, -1, BitOR($WS_EX_TOOLWINDOW,$WS_EX_TOPMOST,$WS_EX_WINDOWEDGE)) $Esc = GUICtrlCreateButton("Esc", 0, 0, 33, 25, $WS_GROUP) $F1 = GUICtrlCreateButton("F1", 48, 0, 33, 25, $WS_GROUP) $F2 = GUICtrlCreateButton("F2", 80, 0, 33, 25, $WS_GROUP) $F3 = GUICtrlCreateButton("F3", 112, 0, 33, 25, $WS_GROUP) $F4 = GUICtrlCreateButton("F4", 144, 0, 33, 25, $WS_GROUP) $F5 = GUICtrlCreateButton("F5", 184, 0, 33, 25, $WS_GROUP) $F6 = GUICtrlCreateButton("F6", 216, 0, 33, 25, $WS_GROUP) $F7 = GUICtrlCreateButton("F7", 248, 0, 33, 25, $WS_GROUP) $F8 = GUICtrlCreateButton("F8", 280, 0, 33, 25, $WS_GROUP) $F9 = GUICtrlCreateButton("F9", 320, 0, 33, 25, $WS_GROUP) $F10 = GUICtrlCreateButton("F10", 352, 0, 33, 25, $WS_GROUP) $F11 = GUICtrlCreateButton("F11", 385, 0, 33, 25, $WS_GROUP) $F12 = GUICtrlCreateButton("F12", 417, 0, 33, 25, $WS_GROUP) $PrintScreen = GUICtrlCreateButton("prtscr", 488, 0, 33, 25, $WS_GROUP) $ScrollLock = GUICtrlCreateButton("scr lo", 520, 0, 33, 25, $WS_GROUP) $PauseBreak = GUICtrlCreateButton("pa br", 552, 0, 33, 25, $WS_GROUP) $Igel = GUICtrlCreateButton("`", 0, 32, 33, 33, $WS_GROUP) $One = GUICtrlCreateButton("1", 32, 32, 33, 33, $WS_GROUP) $Two = GUICtrlCreateButton("2", 64, 32, 33, 33, $WS_GROUP) $Three = GUICtrlCreateButton("3", 96, 32, 33, 33, $WS_GROUP) $Four = GUICtrlCreateButton("4", 128, 32, 33, 33, $WS_GROUP) $Five = GUICtrlCreateButton("5", 160, 32, 33, 33, $WS_GROUP) $Six = GUICtrlCreateButton("6", 192, 32, 33, 33, $WS_GROUP) $Seven = GUICtrlCreateButton("7", 224, 32, 33, 33, $WS_GROUP) $Eight = GUICtrlCreateButton("8", 256, 32, 33, 33, $WS_GROUP) $Nine = GUICtrlCreateButton("9", 288, 32, 33, 33, $WS_GROUP) $Zero = GUICtrlCreateButton("0", 320, 32, 33, 33, $WS_GROUP) $Minus = GUICtrlCreateButton("-", 352, 32, 33, 33, $WS_GROUP) $Equal = GUICtrlCreateButton("=", 384, 32, 33, 33, $WS_GROUP) $Back = GUICtrlCreateButton("<-------", 416, 32, 65, 33, $WS_GROUP) $Insert = GUICtrlCreateButton("Insert", 488, 32, 33, 33, $WS_GROUP) $Home = GUICtrlCreateButton("Home", 520, 32, 33, 33, $WS_GROUP) $PageUp = GUICtrlCreateButton("PgUp", 552, 32, 33, 33, $WS_GROUP) $NumberLock = GUICtrlCreateButton("NmLo", 592, 32, 33, 33, $WS_GROUP) $NumberPadSlash = GUICtrlCreateButton("/", 624, 32, 33, 33, $WS_GROUP) $NumberPadX = GUICtrlCreateButton("*", 656, 32, 33, 33, $WS_GROUP) $NumberPadMinus = GUICtrlCreateButton("-", 688, 32, 33, 33, $WS_GROUP) $Tab = GUICtrlCreateButton("Tab", 0, 64, 41, 33, $WS_GROUP) $q = GUICtrlCreateButton("Q", 40, 64, 33, 33, $WS_GROUP) $w = GUICtrlCreateButton("W", 72, 64, 33, 33, $WS_GROUP) $e = GUICtrlCreateButton("E", 104, 64, 33, 33, $WS_GROUP) $r = GUICtrlCreateButton("R", 136, 64, 33, 33, $WS_GROUP) $t = GUICtrlCreateButton("T", 168, 64, 33, 33, $WS_GROUP) $y = GUICtrlCreateButton("Y", 200, 64, 33, 33, $WS_GROUP) $u = GUICtrlCreateButton("U", 232, 64, 33, 33, $WS_GROUP) $i = GUICtrlCreateButton("I", 264, 64, 33, 33, $WS_GROUP) $o = GUICtrlCreateButton("O", 296, 64, 33, 33, $WS_GROUP) $p = GUICtrlCreateButton("P", 328, 64, 33, 33, $WS_GROUP) $LeftBrackets = GUICtrlCreateButton("[", 360, 64, 33, 33, $WS_GROUP) $RightBrackets = GUICtrlCreateButton("]", 392, 64, 33, 33, $WS_GROUP) $Enter = GUICtrlCreateButton("Enter", 424, 64, 57, 65, $WS_GROUP) $Delete = GUICtrlCreateButton("Del", 488, 64, 33, 33, $WS_GROUP) $End = GUICtrlCreateButton("End", 520, 64, 33, 33, $WS_GROUP) $PageDown = GUICtrlCreateButton("PgDn", 552, 64, 33, 33, $WS_GROUP) $NumberPad7 = GUICtrlCreateButton("7", 592, 64, 33, 33, $WS_GROUP) $NumberPad8 = GUICtrlCreateButton("8", 624, 64, 33, 33, $WS_GROUP) $NumberPad9 = GUICtrlCreateButton("9", 656, 64, 33, 33, $WS_GROUP) $NumberPadPlus = GUICtrlCreateButton("+", 688, 64, 33, 65, $WS_GROUP) $CapsLock = GUICtrlCreateButton("CapsLck", 0, 96, 49, 33, $WS_GROUP) $a = GUICtrlCreateButton("A", 48, 96, 33, 33, $WS_GROUP) $s = GUICtrlCreateButton("S", 80, 96, 33, 33, $WS_GROUP) $d = GUICtrlCreateButton("D", 112, 96, 33, 33, $WS_GROUP) $f = GUICtrlCreateButton("F", 144, 96, 33, 33, $WS_GROUP) $g = GUICtrlCreateButton("G", 176, 96, 33, 33, $WS_GROUP) $h = GUICtrlCreateButton("H", 208, 96, 33, 33, $WS_GROUP) $j = GUICtrlCreateButton("J", 240, 96, 33, 33, $WS_GROUP) $k = GUICtrlCreateButton("K", 272, 96, 33, 33, $WS_GROUP) $l = GUICtrlCreateButton("L", 304, 96, 33, 33, $WS_GROUP) $Colon = GUICtrlCreateButton(";", 336, 96, 33, 33, $WS_GROUP) $Apostrophe = GUICtrlCreateButton("'", 368, 96, 33, 33, $WS_GROUP) $RightSlash = GUICtrlCreateButton("\", 400, 96, 33, 33, $WS_GROUP) $NumberPad4 = GUICtrlCreateButton("4", 592, 96, 33, 33, $WS_GROUP) $NumberPad5 = GUICtrlCreateButton("5", 624, 96, 33, 33, $WS_GROUP) $NumberPad6 = GUICtrlCreateButton("6", 656, 96, 33, 33, $WS_GROUP) $LeftShift = GUICtrlCreateButton("Shift", 0, 128, 33, 33, $WS_GROUP) $LeftSlash = GUICtrlCreateButton("\", 32, 128, 33, 33, $WS_GROUP) $z = GUICtrlCreateButton("Z", 64, 128, 33, 33, $WS_GROUP) $x = GUICtrlCreateButton("X", 96, 128, 33, 33, $WS_GROUP) $c = GUICtrlCreateButton("C", 128, 128, 33, 33, $WS_GROUP) $v = GUICtrlCreateButton("V", 160, 128, 33, 33, $WS_GROUP) $b = GUICtrlCreateButton("B", 192, 128, 33, 33, $WS_GROUP) $n = GUICtrlCreateButton("N", 224, 128, 33, 33, $WS_GROUP) $m = GUICtrlCreateButton("M", 256, 128, 33, 33, $WS_GROUP) $Comma = GUICtrlCreateButton(",", 288, 128, 33, 33, $WS_GROUP) $Dot = GUICtrlCreateButton(".", 320, 128, 33, 33, $WS_GROUP) $QuestionMark = GUICtrlCreateButton("/", 352, 128, 33, 33, $WS_GROUP) $RightShift = GUICtrlCreateButton("Shift", 384, 128, 97, 33, $WS_GROUP) $NumberPad1 = GUICtrlCreateButton("1", 592, 128, 33, 33, $WS_GROUP) $NumberPad2 = GUICtrlCreateButton("2", 624, 128, 33, 33, $WS_GROUP) $NumberPad3 = GUICtrlCreateButton("3", 656, 128, 33, 33, $WS_GROUP) $NumberPadEnter = GUICtrlCreateButton("Enter", 688, 128, 33, 65, $WS_GROUP) $LeftCtrl = GUICtrlCreateButton("Ctrl", 0, 160, 41, 33, $WS_GROUP) $LeftWindows = GUICtrlCreateButton("Win", 40, 160, 41, 33, $WS_GROUP) $LeftAlt = GUICtrlCreateButton("Alt", 80, 160, 41, 33, $WS_GROUP) $Space = GUICtrlCreateButton("Space", 120, 160, 201, 33, $WS_GROUP) $RightAlt = GUICtrlCreateButton("Alt", 320, 160, 41, 33, $WS_GROUP) $RightWindows = GUICtrlCreateButton("Win", 360, 160, 41, 33, $WS_GROUP) $RightCtrl = GUICtrlCreateButton("Ctrl", 400, 160, 81, 33, $WS_GROUP) $NumberPad0 = GUICtrlCreateButton("0", 592, 160, 65, 33, $WS_GROUP) $NumberPadDot = GUICtrlCreateButton(".", 656, 160, 33, 33, $WS_GROUP) $LeftArrow = GUICtrlCreateButton("<", 488, 160, 33, 33, $WS_GROUP) $DownArrow = GUICtrlCreateButton("|", 520, 160, 33, 33, $WS_GROUP) $RightArrow = GUICtrlCreateButton(">", 552, 160, 33, 33, $WS_GROUP) $UpArrow = GUICtrlCreateButton("^", 520, 128, 33, 33, $WS_GROUP) ;Pictures: $NumberLockOnPic = GUICtrlCreatePic("on.bmp", 600, 3, 18, 26, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) $NumberLockOffPic = GUICtrlCreatePic("off.bmp", 600, 3, 18, 26, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) $CapsLockOnPic = GUICtrlCreatePic("on.bmp", 624, 3, 18, 26, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) $CapsLockOffPic = GUICtrlCreatePic("off.bmp", 624, 3, 18, 26, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) $ScrollLockOnPic = GUICtrlCreatePic("on.bmp", 648, 3, 18, 26, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) $ScrollLockOffPic = GUICtrlCreatePic("off.bmp", 648, 3, 18, 26, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) $AboutButton = GUICtrlCreateButton("Hakkında", 676, 4, 43, 25, $WS_GROUP) ;Setting Pictures: _GetNumLock() _GetCapsLock() _GetScrollLock() If _GetNumLock() = 1 Then $NumberLockOn = True Else GUICtrlSetState($NumberLockOnPic,$GUI_HIDE) $NumberLockOn = False EndIf If _GetCapsLock() = 1 Then $CapsLockOn = True Else GUICtrlSetState($CapsLockOnPic,$GUI_HIDE) $CapsLockOn = False EndIf If _GetScrollLock() = 1 Then $ScrollLockOn = True Else GUICtrlSetState($ScrollLockOnPic,$GUI_HIDE) $ScrollLockOn = False EndIf ;Current focused window will remain focused even after the keyboard GUI is up: GUISetState(@SW_HIDE) $WGT = WinGetTitle("","") GUISetState(@SW_SHOW) WinActivate($WGT) ;/ While 1 If WinActive($Form1) = False Then WinSetTitle($Form1,"",$MainGUITitle & WinGetTitle("","")) EndIf $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $AboutButton GUISetState(@SW_DISABLE) GUISetState(@SW_HIDE) MsgBox(64,"Özel Klavye Hakkında "&$ProductVersion,"TnC Forum için yapılmıştır."&@CRLF&" www.tnctr.com") GUISetState(@SW_Enable) GUISetState(@SW_SHOW) Case $ScrollLock _ScrollLockPushed() Case $NumberLock _NumberLockPushed() Case $CapsLock _CapsLockPushed() Case $Esc PressButton("{Escape}",0) Case $F1 PressButton("{F1}",0) Case $F2 PressButton("{F2}",0) Case $F3 PressButton("{F3}",0) Case $F4 PressButton("{F4}",0) Case $F5 PressButton("{F5}",0) Case $F6 PressButton("{F6}",0) Case $F7 PressButton("{F7}",0) Case $F8 PressButton("{F8}",0) Case $F9 PressButton("{F9}",0) Case $F10 PressButton("{F10}",0) Case $F11 PressButton("{F11}",0) Case $F12 PressButton("{F12}",0) Case $PrintScreen GUISetState(@SW_HIDE) PressButton("{PrintScreen}",0) GUISetState(@SW_SHOW) Case $PauseBreak PressButton("{PAUSE}",0) Case $Igel PressButton("`",0) Case $One PressButton("1",0) Case $Two PressButton("2",0) Case $Three PressButton("3",0) Case $Four PressButton("4",0) Case $Five PressButton("5",0) Case $Six PressButton("6",0) Case $Seven PressButton("7",0) Case $Eight PressButton("8",0) Case $Nine PressButton("9",0) Case $Zero PressButton("0",0) Case $Minus PressButton("-",0) Case $Equal PressButton("=",0) Case $Back PressButton("{Backspace}",0) Case $Insert PressButton("{Insert}",0) Case $Home PressButton("{Home}",0) Case $PageUp PressButton("{PgUp}",0) Case $NumberPadSlash PressButton("/",0) Case $NumberPadX PressButton("*",0) Case $NumberPadMinus PressButton("{-}",0) Case $Tab PressButton("{Tab}",0) Case $q PressButton("q",0) Case $w PressButton("w",0) Case $e PressButton("e",0) Case $r PressButton("r",0) Case $t PressButton("t",0) Case $y PressButton("y",0) Case $u PressButton("u",0) Case $i PressButton("i",0) Case $o PressButton("o",0) Case $p PressButton("p",0) Case $LeftBrackets PressButton("[",0) Case $RightBrackets PressButton("]",0) Case $Enter PressButton("{Enter}",0) Case $Delete PressButton("{Delete}",0) Case $End PressButton("{End}",0) Case $PageDown PressButton("{PgDn}",0) Case $NumberPad7 PressButton("{NumPad7}",0) Case $NumberPad8 PressButton("{NumPad8}",0) Case $NumberPad9 PressButton("{NumPad9}",0) Case $NumberPadPlus PressButton("{+}",0) Case $a PressButton("a",0) Case $s PressButton("s",0) Case $d PressButton("d",0) Case $f PressButton("f",0) Case $g PressButton("g",0) Case $h PressButton("h",0) Case $j PressButton("j",0) Case $k PressButton("k",0) Case $l PressButton("l",0) Case $Colon PressButton(";",0) Case $Apostrophe PressButton("'",0) Case $RightSlash PressButton("\",0) Case $NumberPad4 PressButton("{NumPad4}",0) Case $NumberPad5 PressButton("{NumPad5}",0) Case $NumberPad6 PressButton("{NumPad6}",0) Case $LeftSlash PressButton("\",0) Case $z PressButton("z",0) Case $x PressButton("x",0) Case $c PressButton("c",0) Case $v PressButton("v",0) Case $b PressButton("b",0) Case $n PressButton("n",0) Case $m PressButton("m",0) Case $Comma PressButton(",",0) Case $Dot PressButton(".",0) Case $QuestionMark PressButton("/",0) Case $NumberPad1 PressButton("{NumPad1}",0) Case $NumberPad2 PressButton("{NumPad2}",0) Case $NumberPad3 PressButton("{NumPad3}",0) Case $NumberPadEnter PressButton("{NumPadEnter}",0) Case $LeftWindows PressButton("{Lwin}",0) Case $Space PressButton("{Space}",0) Case $RightWindows PressButton("{Rwin}",0) Case $NumberPad0 PressButton("{NumPad0}",0) Case $NumberPadDot PressButton("{NumPadDot}",0) Case $LeftArrow PressButton("{Left}",0) Case $DownArrow PressButton("{Down}",0) Case $RightArrow PressButton("{Right}",0) Case $UpArrow PressButton("{Up}",0) Case $LeftShift If $fLeftShiftHolden = False And $fRightShiftHolden = False Then PressButton("{SHIFTDOWN}",1) $fLeftShiftHolden = True GUICtrlDelete($LeftShift) $LeftShift = GUICtrlCreateButton("Shift", 0, 128, 33, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) ElseIf $fLeftShiftHolden = True And $fRightShiftHolden = False Then PressButton("{SHIFTUP}",1) $fLeftShiftHolden = False GUICtrlDelete($LeftShift) $LeftShift = GUICtrlCreateButton("Shift", 0, 128, 33, 33, $WS_GROUP) ElseIf $fLeftShiftHolden = False And $fRightShiftHolden = True Then PressButton("{SHIFTDOWN}",1) $fRightShiftHolden = False $fLeftShiftHolden = True GUICtrlDelete($LeftShift) GUICtrlDelete($RightShift) $LeftShift = GUICtrlCreateButton("Shift", 0, 128, 33, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) $RightShift = GUICtrlCreateButton("Shift", 384, 128, 97, 33, $WS_GROUP) EndIf Case $RightShift If $fRightShiftHolden = False And $fLeftShiftHolden = False Then PressButton("{SHIFTDOWN}",1) $fRightShiftHolden = True GUICtrlDelete($RightShift) $RightShift = GUICtrlCreateButton("Shift", 384, 128, 97, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) ElseIf $fRightShiftHolden = True And $fLeftShiftHolden = False Then PressButton("{SHIFTUP}",1) $fRightShiftHolden = False GUICtrlDelete($RightShift) $RightShift = GUICtrlCreateButton("Shift", 384, 128, 97, 33, $WS_GROUP) ElseIf $fRightShiftHolden = False And $fLeftShiftHolden = True Then PressButton("{SHIFTDOWN}",1) $fLeftShiftHolden = False $fRightShiftHolden = True GUICtrlDelete($RightShift) GUICtrlDelete($LeftShift) $RightShift = GUICtrlCreateButton("Shift", 384, 128, 97, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) $LeftShift = GUICtrlCreateButton("Shift", 0, 128, 33, 33, $WS_GROUP) EndIf Case $LeftCtrl If $fLeftCtrlHolden = False And $fRightCtrlHolden = False Then PressButton("{CTRLDOWN}",1) $fLeftCtrlHolden = True GUICtrlDelete($LeftCtrl) $LeftCtrl = GUICtrlCreateButton("Ctrl", 0, 160, 41, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) ElseIf $fLeftCtrlHolden = True And $fRightCtrlHolden = False Then PressButton("{CTRLUP}",1) $fLeftCtrlHolden = False GUICtrlDelete($LeftCtrl) $LeftCtrl = GUICtrlCreateButton("Ctrl", 0, 160, 41, 33, $WS_GROUP) ElseIf $fLeftCtrlHolden = False And $fRightCtrlHolden = True Then PressButton("{CTRLDOWN}",1) $fRightCtrlHolden = False $fLeftCtrlHolden = True GUICtrlDelete($LeftCtrl) GUICtrlDelete($RightCtrl) $LeftCtrl = GUICtrlCreateButton("Ctrl", 0, 160, 41, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) $RightCtrl = GUICtrlCreateButton("Ctrl", 400, 160, 81, 33, $WS_GROUP) EndIf Case $RightCtrl If $fRightCtrlHolden = False And $fLeftCtrlHolden = False Then PressButton("{CTRLDOWN}",1) $fRightCtrlHolden = True GUICtrlDelete($RightCtrl) $RightCtrl = GUICtrlCreateButton("Ctrl", 400, 160, 81, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) ElseIf $fRightCtrlHolden = True And $fLeftCtrlHolden = False Then PressButton("{CTRLUP}",1) $fRightCtrlHolden = False GUICtrlDelete($RightCtrl) $RightCtrl = GUICtrlCreateButton("Ctrl", 400, 160, 81, 33, $WS_GROUP) ElseIf $fRightCtrlHolden = False And $fLeftCtrlHolden = True Then PressButton("{CTRLDOWN}",1) $fLeftCtrlHolden = False $fRightCtrlHolden = True GUICtrlDelete($RightCtrl) GUICtrlDelete($LeftCtrl) $RightCtrl = GUICtrlCreateButton("Ctrl", 400, 160, 81, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) $LeftCtrl = GUICtrlCreateButton("Ctrl", 0, 160, 41, 33, $WS_GROUP) EndIf Case $LeftAlt If $fLeftAltHolden = False And $fRightAltHolden = False Then PressButton("{ALTDOWN}",1) $fLeftAltHolden = True GUICtrlDelete($LeftAlt) $LeftAlt = GUICtrlCreateButton("Alt", 80, 160, 41, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) ElseIf $fLeftAltHolden = True And $fRightAltHolden = False Then PressButton("{ALTUP}",1) $fLeftAltHolden = False GUICtrlDelete($LeftAlt) $LeftAlt = GUICtrlCreateButton("Alt", 80, 160, 41, 33, $WS_GROUP) ElseIf $fLeftAltHolden = False And $fRightAltHolden = True Then PressButton("{ALTDOWN}",1) $fRightAltHolden = False $fLeftAltHolden = True GUICtrlDelete($LeftAlt) GUICtrlDelete($RightAlt) $LeftAlt = GUICtrlCreateButton("Alt", 80, 160, 41, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) $RightAlt = GUICtrlCreateButton("Alt", 320, 160, 41, 33, $WS_GROUP) EndIf Case $RightAlt If $fRightAltHolden = False And $fLeftAltHolden = False Then PressButton("{ALTDOWN}",1) $fRightAltHolden = True GUICtrlDelete($RightAlt) $RightAlt = GUICtrlCreateButton("Alt", 320, 160, 41, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) ElseIf $fRightAltHolden = True And $fLeftAltHolden = False Then PressButton("{ALTUP}",1) $fRightAltHolden = False GUICtrlDelete($RightAlt) $RightAlt = GUICtrlCreateButton("Alt", 320, 160, 41, 33, $WS_GROUP) ElseIf $fRightAltHolden = False And $fLeftAltHolden = True Then PressButton("{ALTDOWN}",1) $fLeftAltHolden = False $fRightAltHolden = True GUICtrlDelete($RightAlt) GUICtrlDelete($LeftAlt) $RightAlt = GUICtrlCreateButton("Alt", 320, 160, 41, 33, $WS_GROUP, $WS_EX_CLIENTEDGE) $LeftAlt = GUICtrlCreateButton("Alt", 80, 160, 41, 33, $WS_GROUP) EndIf EndSwitch WEnd Func PressButton($_Key,$_HoldNeeded) $ReplacedString = StringReplace(WinGetTitle($Form1),"Virtual Keyboard v0.1 - ","") If WinActivate($ReplacedString) Then Send($_Key) If $_HoldNeeded = 1 Then SoundPlay("Hold.wav") Else SoundPlay("Type.wav") SoundSetWaveVolume(30);Set volume for both Hold.wav and Type.wav EndIf EndFunc Func _GetNumLock(); By GaryFrost Local $ret $ret = DllCall("user32.dll","long","GetKeyState","long",$VK_NUMLOCK) Return $ret[0] EndFunc Func _GetScrollLock(); By GaryFrost Local $ret $ret = DllCall("user32.dll","long","GetKeyState","long",$VK_SCROLL) Return $ret[0] EndFunc Func _GetCapsLock(); By GaryFrost Local $ret $ret = DllCall("user32.dll","long","GetKeyState","long",$VK_CAPITAL) Return $ret[0] EndFunc Func Quit() GUIDelete($Form1) Exit EndFunc[/CODE]
  3. ben tncxp cd1'i indirdim. virtualbox'a kurmaya çalıştım. %96ya geldiğinde wmploc.dll yüklenemedi diye bir hata verdi. Bilgisayar donduğu için resmini alamadım. Yeniden yütle. Atla gibi seçenekler vardı. Ne yapmam gerek?
  4. konuyu üste taşıyım bari bu vdmleyi gözleri kapamğ yazabilinmisiniz
  5. HJW tarafından oluşturulan InstallTıps Programı daha önceden kodlanmış olan birden çok komutları, programın çalışıtırılması ile işletir. Kullanıcı dilinden bağımsız bir şekilde çalışır, yani İngilizce yada Türkçe veya diğer dillerdeki sistemler üzerinde sorunsuz çalışır. Program iki dosyadan oluşur. InstallTips.exe ve InstallTips.ini. Bu iki dosyanın da aynı isimde olması gerekir. Yani isimlerini değiştirmeniz çalışmasını bozacaktır. Program Tam Olarak Ne Yapar? ini dosyasında daha önceden kodlanmış olan komutları sırayla işler. Komutu çalıştırır ve işlem devam ederken komuta ait bilgi verisini ekranda görüntüler. ini dosyası örneği: [COMMANDS] 1=jre-6u3-windows-i586-p.exe REBOOT=Suppress SYSTRAY=1 JU=0 /qn 2=SPTDinst-v153-x86.exe add -q 3=VMWARETOOLS.exe 4=wrar370.exe /s 4=wrarreg.exe 4=WrarThemes.exe 5=VCPACK.EXE transforms=1043.mst /qn 5a=MPCHC.EXE /SILENT 5a=QT4VCP108.EXE -ai 0=vistasounds.exe 0=alky.exe 0=CAPICOM.exe 0=FONTS\fontinst.exe 0=REGEDIT /S RegTweaks.reg 0=Wallpaper.cmd 0=SHORTCUTS.cmd [InstallTips] 0=Programların yüklenmesi bitiriliyor. 1=Java Runtimes yükleniyor. 2=SPTD-Layer yükleniyor. 3=VMWARE Tools yükleniyor. 4=WINRAR yükleniyor. 5a=Installatie VistaCodecPackage - Components 5=Installatie VistaCodecPackage[/CODE] Gördüğünüz gibi her bir [PROGRAMS] girdisinin, kendisi ile alakalı bir InstallTips girdisi bulunuyor. Eşittir simgesinin (=) öncesinde ve sonrasında ne girdiğiniz önemli değildir, asıl önemli olan [PROGRAMS] ve [iNSTALLTIPS] altında girdiğiniz değerlerin uyuşmasıdır. [Programs] altındaki tüm girdiler satır satır işlenirler. 5 ile başlayan satırdan sonra 0 ile başlayan bir satırın olması, 0 ile başlayan satırın önce işleyeceği anlamına gelmez. Program, [Programs] altındaki değerler için uygun bir [installTips] değerine bakacaktır. [installTips] altındaki değerlerin yukardaki sırada olma zorunluluğu bulunmamaktadır. InstallTips programını, Svcpack.inf, CmdLines.txt, yada cmd dosyası yardımı ile çalıştırabilirsiniz. CMD için örnek komut: [CODE]<span class="lit">@ECHO</span><span class="pln"> OFF start </span><span class="pun">/</span><span class="pln">wait </span><span class="typ">InstallTips</span><span class="pun">.</span><span class="pln">exe</span>[/CODE]Bunun dışında isterseniz 7zip sfx içine ekleyerek yada rar sfx içine ekleyerek, RunOnce yöntemi ile yada diğer türlü kurulum yöntemleri ile kullanımını deneyebilirsiniz. Programı buradan indirebilirsiniz: [CODE]http://vistapacks.siginetsoftware.com/files/InstallTips.7z[/CODE] MD5: 1C343470515A9874FE959835A75F1BFD / Boyutu: 197KB Program Sayfası: [CODE]http://www.ryanvm.net/forum/viewtopic.php?t=5788[/CODE]
  6. Windows Registry Editor Version 5.00 ; MicroXP SP3 Turkish Reg Tweak File ;========================================= ; Editied From eXPerience 2008 MicroXP Registry Tweaks ;========================================= ;------------------------------------------------------------------------------------------------------------ ;======================================== ; \\\\\\\\\\\\\\ Logon ////////////// ;======================================== ;------------------------------------------------------------------------------------------------------------ ;============================================ ; \\\\\\\\\\\\\\ Services ////////////// ;============================================ ; Note: Change the values to set the services to automatic, manual or disable ; 00000002 = Automatic ; 00000003 = Manual ; 00000004 = Disabled ;------------------------------------------------------------------------------------------------------------ ; Application Management [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppMgmt] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Event Log [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Human Interface Device Access [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidServ] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Net Logon [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Network Location Awareness (NLA) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Nla] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Network Provisioning Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\xmlprov] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; NT LM Security Support Provider [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtLmSsp] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Remote Procedure Call (RPC) Locator [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcLocator] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Routing and Remote Access [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Security Accounts Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SamSs] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Shell Hardware Detection [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ShellHWDetection] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Windows Management Instrumentation [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winmgmt] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; Windows Management Instrumentation Driver Extensions [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wmi] "Start"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ; WMI Performance Adapter [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApSrv] "Start"=dword:00000004 ; -------------------------------------------------------------------------------------------------- ;===================================================== ; \\\\\\\\\\\\\\ System Performance ////////////// ;===================================================== ;------------------------------------------------------------------------------ ;Speed up opening of My Computer and Explorer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "NoNetCrawling"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRemoteRecursiveEvents"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disable kernel paging; ;Optimize Core System Performance [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "DisablePagingExecutive"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Multiple Explorer Processes meaning its more stable [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "DesktopProcess"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disable the NTFS Last Access Time Stamp ;(speeds up viewing folders in ntfs) ;(00000000 = disabled, 00000001 = enabled) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Show Run in Separate Memory Space Option to run 16 bit programs in VDM ;(00000000 = disabled, 00000001 = enabled) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "MemCheckBoxInRunDlg"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "MemCheckBoxInRunDlg"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;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\Control\WOW] "DefaultSeparateVDM"="Yes" ;------------------------------------------------------------------------------------------------------------ ;====================================================== ; \\\\\\\\\\\\\\ General Customation ////////////// ;====================================================== ;------------------------------------------------------------------------------------------------------------ ;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 ;------------------------------------------------------------------------------------------------------------ ;Disable Baloon Tips ;(00000000 = disabled, 00000001 = enabled) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EnableBalloonTips"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Shortcuts without "Shortcut to..." [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 ;------------------------------------------------------------------------------------------------------------ ;Removes More Themes Online..." option in the Themes dropdown box [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DownloadSites] ;------------------------------------------------------------------------------------------------------------ ;=================================================== ; \\\\\\\\\\\\\\ General settings ////////////// ;=================================================== ;------------------------------------------------------------------------------------------------------------ ;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 Tracking of Broken Shortcut Links [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoResolveTrack"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=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" ;------------------------------------------------------------------------------------------------------------ ;Disable System Restore ;Value: (00000001 = disabled, 00000000 = enabled) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore] "DisableSR"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Change registered Owner and Organization [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "RegisteredOwner"="Morning" "RegisteredOrganization"="Turkish Network Community" ;------------------------------------------------------------------------------------------------------------ ;Keyboard Num-Lock on [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" ;------------------------------------------------------------------------------------------------------------ ;Disable Sticky Keys (Popups up when pressing shift for some time, accessibility) [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="506" ;------------------------------------------------------------------------------------------------------------ ;Disable Filter keys (Popups up when pressing shift for some time, accessibility) [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] "Flags"="122" ;------------------------------------------------------------------------------------------------------------ ;Disable Toggle Keys (Popups up when pressing shift for some time, accessibility) [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys] "Flags"="58" ;------------------------------------------------------------------------------------------------------------ ;Windows will tell you exactly what it is doing when it is shutting down or is booting [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "verbosestatus"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disables Error Reporting, but notifies when critical errors occur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Change Default Search Options (1 = ON, 0 = OFF) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "SearchSystemDirs"=dword:00000001 "SearchHidden"=dword:00000001 "IncludeSubFolders"=dword:00000001 "CaseSensitive"=dword:00000000 "SearchSlowFiles"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Enable Classic Search [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPath"=dword:00000001 "FullPathAddress"=dword:00000001 "Use Search Asst"="Yes" "Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00 ;------------------------------------------------------------------------------------------------------------ ;Disable "Search Dog" and use advanced search [HKEY_CURRENT_USER\Software\Microsoft\Search Assistant] "Actor"="" "SocialUI"=dword:00000000 "UsageCount"=dword:00000000 "UseAdvancedSearchAlways"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Search All File Types [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex] "FilterFilesWithUnknownExtensions"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Typing Long File Names In DOS [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor] "CompletionChar"=dword:00000009 ;------------------------------------------------------------------------------------------------------------ ;Disable Windows Tour [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Turn off system beeps [HKEY_CURRENT_USER\Control Panel\Sound] "beep"="no" ;------------------------------------------------------------------------------------------------------------ ;Show Detailed Info in Device Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment] "DEVMGR_SHOW_DETAILS"=dword:00000001 "DEVMGR_SHOW_NONPRESENT_DEVICES"="1" ;------------------------------------------------------------------------------------------------------------ ;Places shortcut to Scanner or Camera on your desktop when you connect it with the USB cable [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{E211B736-43FD-11D1-9EFB-0000F8757FCD}] @="Scanners & Cameras" ;------------------------------------------------------------------------------------------------------------ ;Disable Windows File Protection [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCSetting"=dword:ffffff9d "SFCDisable"=dword:ffffff9d ;------------------------------------------------------------------------------------------------------------ ;Disable Built in Windows CD Burning [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoCDBurning"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Make the Windows XP registration with Microsoft unnecessary [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion] "RegDone"="1" ;------------------------------------------------------------------------------------------------------------ ;Remove Alexa Spyware (comes built in Windows by default) Tweak not required for XP SP2 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}] ;------------------------------------------------------------------------------------------------------------ ;Recycle Bin Uses 3% of Available Space Rather than 10% [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "Percent"=dword:00000003 ;------------------------------------------------------------------------------------------------------------ ;Enable Remote Administration of Windows Installer [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer] "EnableAdminTSRemote"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;=========================================================== ; \\\\\\\\\\\\\\ Folder view and Taskbar ////////////// ;=========================================================== ;------------------------------------------------------------------------------------------------------------ ;Details view with status bar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams] "Settings"=hex:09,00,00,00,04,00,00,00,00,00,00,00,00,77,7e,13,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,03,00,00,00,43,00,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\ 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\ 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,78,00,\ 96,00,60,00,60,00,78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,05,\ 00,00,00,ff,ff,ff,ff,cf,f3,a8,b0,33,43,ab,4b,88,73,1c,cb,1c,ad,a4,8b,30,f1,\ 25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,04,00,00,00 "{F3364BA0-65B9-11CE-A9BA-00AA004AE837}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\ 00,00,00,90,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 90,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,\ 00,3c,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,b4,00,60,00,78,00,\ 78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00 ;------------------------------------------------------------------------------------------------------------ ;Enable quick-launch bar near start-menu [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop] "Default Taskbar"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00 "TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00 ;------------------------------------------------------------------------------------------------------------ ;Remove Shared Documents from My Computer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSharedDocuments"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disable Active Desktop [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoActiveDesktop"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disable all Balloon Tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EnableBalloonTips"=dword:00000000 "FolderContentsInfoTip"=dword:00000000 "ShowInfoTip"=dword:00000000 "StartButtonBalloonTip"=dword:00000000 "NoSMBalloonTip"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Wrap Icon Titles [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "IconTitleWrap"="1" ;------------------------------------------------------------------------------------------------------------ ;Use Small Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\SmallIcons] "SmallIcons"="yes" ;------------------------------------------------------------------------------------------------------------ ;Don't Group Similar Taskbar Buttons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Disable Automatic Hiding of Inactive Tray Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Stop Applcations from stealing the focus with pop ups [HKEY_CURRENT_USER\Control Panel\desktop] "ForegroundLockTimeout"=dword:00030d40 "ForegroundFlashCount"=dword:00000003 ;------------------------------------------------------------------------------------------------------------ ;Unlock taskbar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarSizeMove"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Control Panel Classic View [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Details View for Explorer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams] "Settings"=hex:09,00,00,00,04,00,00,00,00,00,00,00,00,77,7e,13,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,06,00,00,00,43,00,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=hex:1c,00,00,00,03,00,00,00,00,00,00,\ 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\ 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,78,00,\ 96,00,60,00,60,00,78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,05,\ 00,00,00,ff,ff,ff,ff,cf,f3,a8,b0,33,43,ab,4b,88,73,1c,cb,1c,ad,a4,8b,30,f1,\ 25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,04,00,00,00 "{F3364BA0-65B9-11CE-A9BA-00AA004AE837}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\ 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\ 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,b4,00,\ 60,00,78,00,78,00,3c,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,06,\ 00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ;------------------------------------------------------------------------------------------------------------ ;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\CurrentVersion\Explorer] "ShowDriveLettersFirst"=dword:00000004 ;------------------------------------------------------------------------------------------------------------ ;Show file extensions [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "HideFileExt"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Show protected operating system files [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden] "DefaultValue"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSuperHidden"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show Hidden Files and Folders [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Display contents of system folders and C:\ (protected folder) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "WebViewBarricade"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show Windows classic folders [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView] "DefaultValue"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Cache more Icons [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "Max Cached Icons"="4096" ;------------------------------------------------------------------------------------------------------------ ;Display High Color Icons ;4 - 16 colors ;8 - 256 colors ;16 - 65536 colors ;24 - 16.7 million colors [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "Shell Icon BPP"="24" ;------------------------------------------------------------------------------------------------------------ ;Improve Thumbnail Quality [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "ThumbnailQuality"=dword:00000064 ;------------------------------------------------------------------------------------------------------------ ;====================================================== ; \\\\\\\\\\\\\\ Start menu & Taskbar ////////////// ;====================================================== ;------------------------------------------------------------------------------------------------------------ ;Zero Programs on Start Menu instead of six. This keeps the Start Menu nice ;and small, it will still accomodate programs if you add them manually [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_MinMFU"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_MinMFU"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Do not show My Pictures on Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_ShowMyPics"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_ShowMyPics"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Start menu Items: Hide/Show/Cascade. ;dword:00000000= Don't display ;dword:00000001= Display as a link (Default) ;dword:00000002= Display as a menu (Cascade) ;Don't Show Favorites [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "StartMenuFavorites"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Show Help and Supportlink [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowHelp"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Show My Computer [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowMyComputer"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show My Documents [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowMyDocs"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show My Music [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowMyMusic"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Show My Pictures [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowMyPics"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show Run Command [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowRun"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show Search Command [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowSearch"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;No Recent Docsmenu removes the recent documents from the start menu. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRecentDocsMenu"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Change MenuShowDelay (Start Menu load speed) [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="2" ;------------------------------------------------------------------------------------------------------------ ;Remove "set programs access default" from startmenu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMConfigurePrograms"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disable Highlighting New Programs on Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_NotifyNewApps"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Sort Start Menu and Favorites in Alphabetical Order [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites] ;------------------------------------------------------------------------------------------------------------ ;Show logoff button on classic start menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "StartMenuLogoff"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "StartMenuLogoff"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Administrative Tools in your Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_AdminToolsRoot"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Set icon size for start menu , 1 = Large / 0 = Small Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_LargeMFUIcons"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;==================================================== ; \\\\\\\\\\\\\\ Internet Explorer ////////////// ;==================================================== ;Max your Internet Explorer's simultaneous downloads to 10 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a ;------------------------------------------------------------------------------------------------------------ ;Max your Internet Explorer's simultaneous downloads to 50 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000032 ;------------------------------------------------------------------------------------------------------------ ;No header and footer in Internet explorer printout [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup] "header"="" "footer"="" ;------------------------------------------------------------------------------------------------------------ ;Disable IE Links Bar [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions] "NoLinksBar"=dword:00000001 ; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ ; *You Can Use This Batch Instead* ; ; @ECHO OFF ; IF EXIST %SYSTEMDRIVE%\SYSTEM32\CMDOW.EXE CMDOW @ /HID ; IF EXIST "%USERPROFILE%\FAVORITES\LINKS" RD /S /Q "%USERPROFILE%\FAVORITES\LINKS" ; ; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ ;------------------------------------------------------------------------------------------------------------ ;Make IE address bar search like Mozilla [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl] @="http://www.google.com/keyword/%s" "provider"="gogl" " "="+" "&"="%26" "+"="%2B" "#"="%23" "?"="%3F" ;------------------------------------------------------------------------------------------------------------ ;Add Google As Main/default Search Page [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Use Search Asst"="no" "Search Page"="http://www.google.com" "Search Bar"="http://www.google.com/ie_rsearch.html" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL] @="http://www.google.com/keyword/%s" "provider"="gogl" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search] "SearchAssistant"="http://www.google.com/ie_rsearch.html" ;------------------------------------------------------------------------------------------------------------ ;Disable Internet Explorer "Send information to the Internet" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "1601"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Disable Internet Explorer Auto-Complete prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms] "AskUser"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Disable Internet Explorer Cookie "Privacy Icon" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "PrivDiscUiShown"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;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" ;------------------------------------------------------------------------------------------------------------ ;Remove Norton Antivirus from IE Toolbar List [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] "{42CDD1BF-3FFB-4238-8AD1-7859DF00B1D6}"=- ;------------------------------------------------------------------------------------------------------------ ;Disable persistent internet caching, among other things [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache] "Persistent"=hex:00,00,00,00 "FreshnessInterval"=hex:80,f4,03,00 "CleanupFactor"=hex:19,00,00,00 "CleanupTime"=hex:00,00,00,00 "CleanupInterval"=hex:80,51,01,00 "DebugFlag"=hex:ff,ff,00,00 ;------------------------------------------------------------------------------------------------------------ ;Set auto complete to full on [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] "AutoSuggest"="yes" "Append Completion"="yes" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Use FormSuggest"="yes" "FormSuggest Passwords"="yes" "FormSuggest PW Ask"="yes" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows] "PopupMgr"="yes" ;------------------------------------------------------------------------------------------------------------ ;skips the Internet Connection Wizard (which comes the first time you start IE6) [HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard] "Completed"=hex:01,00,00,00 "DesktopChanged"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Enable Internet Explorer Status Bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StatusBarWeb"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show Statusbar in all windows [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StatusBarOther"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Always expand ALT text for images [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Expand Alt Text"="yes" ;------------------------------------------------------------------------------------------------------------ ;Automatically check for internet updates - disabled [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NoUpdateCheck"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Disable script debugging in applications using IE [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "DisableScriptDebuggerIE"="yes" ;------------------------------------------------------------------------------------------------------------ ;Disable script debugging in IE [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Disable Script Debugger"="yes" ;------------------------------------------------------------------------------------------------------------ ;Do not display a notification about every script error [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Error Dlg Displayed On Every Error"="no" ;------------------------------------------------------------------------------------------------------------ ;Enable page transitions [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Page_Transitions"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Enable personalized favourites menu [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "FavIntelliMenus"="NO" ;------------------------------------------------------------------------------------------------------------ ;Enable third party browser extensions [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Enable Browser Extensions"="yes" ;------------------------------------------------------------------------------------------------------------ ;Enable visual styles on buttons and controls in web pages [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "UseThemes"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Force offscreen compositing even under terminal server [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Force Offscreen Composition"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Notify when add-ons disabled [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NotifyControlDisable"="yes" ;------------------------------------------------------------------------------------------------------------ ;Do not notify when downloads complete [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NotifyDownloadComplete"="no" ;------------------------------------------------------------------------------------------------------------ ;Do not reuse windows for launching shortcuts [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AllowWindowReuse"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Show friendly HTTP error messages [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Friendly http errors"="yes" ;------------------------------------------------------------------------------------------------------------ ;Show GO button in address bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "ShowGoButton"="yes" ;------------------------------------------------------------------------------------------------------------ ;Underline links [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Anchor Underline"="yes" ;------------------------------------------------------------------------------------------------------------ ;Use Smooth Scrolling [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "SmoothScroll"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Display java applets blocked dialog [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "DisplayJavaHardeningDlg"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Enable automatic image resizing [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Enable AutoImageResize"="yes" ;------------------------------------------------------------------------------------------------------------ ;Enable image toolbar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Enable_MyPics_Hoverbar"="yes" ;------------------------------------------------------------------------------------------------------------ ; Show image download placeholders [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Show image placeholders"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Show pictures [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Display Inline Images"="yes" ;------------------------------------------------------------------------------------------------------------ ;Advanced tab settings (set for fast-browsing) [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Show_ChannelBand"="No" "Cache_Update_Frequency"="Once_Per_Session" "Show_StatusBar"="yes" "Show_ToolBar"="yes" "Show_URLinStatusBar"="yes" "Show_URLToolBar"="yes" "Start Page"="about:blank" "Use_DlgBox_Colors"="yes" "FullScreen"="no" "Show_FullURL"="no" "ShowedCheckBrowser"="Yes" "Check_Associations"="No" ;------------------------------------------------------------------------------------------------------------ ;Use http 1.1 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "EnableHttp1_1"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Use http 1.1 through proxy settings [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyHttp1.1"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;check for server certificate revocation [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "CertificateRevocation"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Do not save encrypted pages to disk [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "DisableCachingOfSSLPages"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Enable integrated windows authentication [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "EnableNegotiate"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Use SSL 2.0 (Checked) + SSL 3.0 (Checked) + TSL 1.0 (unchecked) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "SecureProtocols"=dword:00000028 ;------------------------------------------------------------------------------------------------------------ ;Warn about invalid site certificates [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "WarnonBadCertRecving"=dword:00000001 ;------------------------------------------------------------------------------------------------------------ ;Warn if changing between secure and insecure mode [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "WarnonZoneCrossing"=dword:00000000 ;------------------------------------------------------------------------------------------------------------ ;Always send URL as UTF-8 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "URLEncoding"=dword:00000000 ;----------------
  7. ben microxp yi indirdim. Virtualboxta denemek istiyorum. Xp'yi kurarken formatlama diye bir yer var. Bu formatlama yeri benim paylaştığım bölümdeki dosyaları siler mi?
  8. Taşınabilir Safari 4.0.530.17 Türkçe http://www.upload.gen.tr/download.php/s6/cmroj43i/Safari.exe.html[/CODE]
  9. http://500portable.li/[/CODE] sunucu bulunamıyor
  10. Dev-C++ ile programlama yapılabilir ve C++ kodları derlenir (compilation) ve bu sayede kendi yazılımlarınızı hazırlayabilirsiniz. Bu ücretsiz yazılım bir editör ve bir compiler içeriyor. Dev-C++ yazılımını kurduktan sonra bir asistan sayesinde ayarlar yapılabilir ve ondan sonra programlamaya başlayabilirsiniz. Kaynak editörde komut satırlarını yazıyorsunuz. Girilen veriler ve sınıflar için otomatik bir kod ön izlemesi için gerekli metotları sunuyor. Yazılımınız için gerekli kodu hazırladıktan sonra bu kodu bilgisayar için mantıklı bir dile tercüme etmek gerekir. Bu görevi de entegre edilmiş GNU-C++ Compiler MinGW yerine getiriyor. Kaynak kodundaki sentaks hatalarını da buluyor aynı zamanda. Tüm Bilgiler hatasız girildi ise Dev-C++ programı hazırlıyor ve oluşan dosyayı istek üzerine çalıştırıyor. Bu sayede çalışmalarınızın meyvelerini görebilirsiniz. http://www.upload.gen.tr/d.php/s6/24d89122/Dev-C__.exe.html[/CODE]
  11. Google Earth Pro 4.2.0180 Portable Full Google Earth programı ile uydu üzerinden dünyayı inceleyebilir, büyük kentlerde evleri ve binaları dahi görebilir hatta çok meşhur dünya şehirlerinin içerisinde üç boyutlu binaların arasında dolaşabilirsiniz. Google Earth ayrıca size banka, okul, hastane vb. ihtiyacınız olabilecek önemli tüm yerlerin konumlarını da gösterebiliyor, bununla birlikte mesafeler arasını hesaplayabiyor. Yeni versiyonuyla birlikte dünyanın her yerindeki tarihi görüntüler, denizcilik uzmanlarından alınan okyanus tabanı ve yüzeyi verileri, Ses kayıtlı basit tur imkanı da sunuyor. Onlarca yıllık tarihi görüntülerle küresel değişiklikleri görün ve Okyanusun derinliklerine dalın. Dünya haritasından çok öte olan Google Earth ile dünya artık küçülecek... http://www.upload.gen.tr/d.php/s6/8fe5cjs7/Google_Earth_Pro.exe.html[/CODE]
  12. oradaki yazı bölümüne yazı yazamıyorum
  13. ya bende böyle birşey oluyor kullanamıyorum:
  14. FlashGet 1.9.6.1073 Katılımsız Full TR http://www.dosya.tc/FlashGet_5140.exe.html[/CODE]
  15. Otostop Bir adam, karanlık ve fırtınalı bir gecede, yol kenarında otostop çekmektedir. Fırtına o kadar şiddetlidir ki, bir metre ilerisini zor görür. Birden, yaklaşan bir otomobil fark eder, otomobil bizimkinin önünde durur. Eleman kendini arabaya atar ve hemen kapıyı kapatır, sürücüye döndüğü anda irkilir. Direksiyonda kimse yoktur! Araba yavaşça hareket etmeye başlar. Adam şoktadır, yola bakar ve ileride bir viraj görür. Dua etmeye başlar... Viraja girmek üzereyken, direksiyonda bir elin belirdiğini ve arabanın virajı döndüğünü görür. Kafayı sıyırmak üzeredir, sonraki birkaç virajda da aynı el arabayı yönlendirir ! Adam donup kalmıştır... Cesaretini toplamaya çalışır ve kendini arabadan dışarı atıp, en yakın kasabaya doğru koşmaya başlar. Kasabaya girdiğinde hala şoktadır. Bir bara dalar ve iki kadeh tekila isteyip, ağlayarak olanları oradakilere anlatmaya başlar. Ortalığı bir sessizlik kaplar...Bir saat kadar sonra, aynı bara iki kişi girer. Girenlerden biri bizim elemanı görür görmez yanındakine döner ve şöyle der : "Bak Pepe, biz arabayı iterken binen herif buydu işte!" Asil Kan Zengin bir arap kalp ameliyatı geçirecekmiş doktorlar ameliyat sırasında bir tedbir olarak bir miktar kan depolamak istemişler ama bu arab'ın kanı çok nadir bir kan imiş. Bütün dünya'yı arayıp taramışlar ve sonunda Kudüs'te yaşayan bir yahudide bu kanın olduğu anlaşılmış. Yahudi kanı vermeyi kabul etmiş ve ameliyat yapılmış. Ameliyattan hemen sonra zengin arap, kendisine kan veren Yahudiye teşekkürleri ile beraber müthiş bir otomobil ve bir milyon dolar para göndermiş. Bir kaç ay sonra arab'ın bir kere daha ameliyet olması icap etmiş.Doktorlar yine Yahudi'yi aramışlar ve Yahudi'de tekrar kan vereceğini söylemiş. Arap yine ameliyat edilmiş. Ancak bu defa kendisine kan veren Yahudi'ye bir teşekkür notu ile bir kutu Şam baklavası yollamış. Çok daha kıymetli hediyeler ve para bekleyen Yahudi bu işe çok bozulmuş. Kan verdiği arap zenginine bir telefon açıp, neden bu kadar cimri davrandığını sormuş. Arap kahkahalar atarak şu cevabı vermiş - Ya habibi, gözümün nuru. Artık damarlarımda Yahudi kanı dolaşıyor! Buradan Tuhafiyeci,dükkanından geçimini sağlayabiliyor, bi köşede üç beş kuruş da biriktirebiliyordu. Günün birinde sağındaki dükkan boşakdı, derken orası da tuhafiyeci oldu.Sonra solunda bir tuhafiyeci daha...rekabet başladı,işleri kötüye gitti.ama sonunda bir çözüm yolu buldu.Sağındaki tuhafiyeci dükkanın üzerine, “gerçek ucuzluk burada” yazdırmıştı.solundaki, “en büyük tuhafiye mağazası” yazılı bir bez asmıştı.Bizimki ikisinin ortasına şu yazıyı koydurdu: “Mağazaya buradan girilir”. Kutup Ayısı Yavru kutup ayisi babasinin yanina gelip sormus -Baba ben gercekten kutup ayisi miyim? -Elbette yavrum nereden cikardin bunu? -Allah Allah?!.. deyip gitmis yavru ayi. Bu sefer annesinin yanina gitmis ve sormus, -Anne ben gercekten kutup ayisi miyim? -Tabii evladim kutup ayisisin. -Yani sen babami hic aldatmadin degil mi, ben gercekten babamin ogluyum. -O ne bicim soz, baban duymasin ikimizi de oldurur. yine Allah Allah?!.. deyip, yeniden babasinin yanina gitmis yavru ayi. bir daha sormus yaa baba Allah askina doru sole bak beni evlatlik falan almadiniz degil mi? yani ben sizin oz oglunuzum. Baba dayanamamis artik oglum sen manyak misin dedim ya sana bizim oglumuzsun diye, hem sen neden ikide birde soruyorsun ki bunu? yavru ayi: -Ya o zaman ben niye üşüyorum yaaaa
  16. inmio ama sürekli müşteri alıyo
  17. rapid için yararlı olabilir mi bu program (premiumsuzlar için)
  18. tatildeyim okullar başlayınca da öğrenciyim
  19. 2.denemem bu camleyi gözleri tahamı laçasimidkizriç? nasıl
×
×
  • Create New...