Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Control Panel\\Cursors]
@=""
"Scheme Source"=dword:00000000
"Arrow"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\\
00,25,00,5c,00,43,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,61,00,72,00,\\
72,00,6f,00,77,00,5f,00,69,00,2e,00,63,00,75,00,72,00,00,00
"Help"=hex(2):00,00
"AppStarting"=hex(2):00,00
"Wait"=hex(2):00,00
"Crosshair"=hex(2):00,00
"IBeam"=hex(2):00,00
"NWPen"=hex(2):00,00
"No"=hex(2):00,00
"SizeNS"=hex(2):00,00
"SizeWE"=hex(2):00,00
"SizeNWSE"=hex(2):00,00
"SizeNESW"=hex(2):00,00
"SizeAll"=hex(2):00,00
"UpArrow"=hex(2):00,00
登录进入系统之后的··
Windows Registry Editor Version 5.00
[HKEY_USERS\\.DEFAULT\\Control Panel\\Cursors]
启动之后,登录之前的键值
Hiding Mouse Pointer – microsoft.public.windowsxp.embedded &line; Google Groups
https://groups.google.com/group/microsoft.public.windowsxp.embedded/browse_thread/thread/d8162ccda0c7fa59/85ea0a4c8391e0e0?lnk=gst&q=Hide+Mouse+cursor
Hiding Mouse Pointer – Windows XP Embedded
http://www.realgeek.com/forums/hiding-mouse-pointer-88969.html
百度搜索_"null.cur"
http://www.baidu.com/s?word=%22null.cur%22&tn=mozillacncb
如果用户不希望删除鼠标指针则可用NULL.CUR不可视指针文件达到同样效果 该文件由MonitorMouse/Windows NT程序安装安装步骤如下 大部分触摸屏应用对鼠标指针无要求而且实际上此指针会分散用户注意力用户 可能会关注指针的运动而不能集中注意力…
Driver and file downloads – Elo TouchSystems – Tyco Electronics
http://www.elotouch.com/Support/Downloads/dnld.asp
小问题:XP启动时未登陆之前那段时间如何隐藏鼠标指针? Windows专区 / Windows NT/2000/XP/2003 – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20060802/15/4922035.html
有一个办法,找一个或者自己制作一个空白的透明的鼠标指针,然后修改注册表
HKEY_USERS\\.DEFAULT\\Control Panel\\Cursors下的Arrow,或者干脆修改下面的所有项,值为这个指针路径既可实现隐藏
小问题:XP启动时未登陆之前那段时间如何隐藏鼠标指针? Windows专区 / Windows NT/2000/XP/2003 – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20060802/15/4922035.html
表示多字符串值,值为空
导入后修改一下注册表就可以了
小问题:XP启动时未登陆之前那段时间如何隐藏鼠标指针? Windows专区 / Windows NT/2000/XP/2003 – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20060802/15/4922035.html
在用户未登录的时候,使用的配置环境是HKEY_USERS\\.DEFAULT下
如果如上方法还不行,可以复制一下配置:
先改“控制面板”-〉“鼠标”-〉"指针",改成透明指针
然后把注册表HKEY_CURRENT_USER\\Control Panel\\Cursors导出,用计事本将HKEY_CURRENT_USER替换为HKEY_USERS\\.DEFAULT,导入注册表,
再把控制面板里改回来,
注销一下看看,应该就变透明了
小问题:XP启动时未登陆之前那段时间如何隐藏鼠标指针? Windows专区 / Windows NT/2000/XP/2003 – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20060802/15/4922035.html
如果如上注册表没有的话,就新建一下,或者如下导入,然后自己修改一下:
Windows Registry Editor Version 5.00
[HKEY_USERS\\.DEFAULT\\Control Panel\\Cursors]
"Arrow"=hex(2):00,00
"Help"=hex(2):00,00
"AppStarting"=hex(2):00,00
"Wait"=hex(2):00,00
"Crosshair"=hex(2):00,00
"IBeam"=hex(2):00,00
"NWPen"=hex(2):00,00
"No"=hex(2):00,00
"SizeNS"=hex(2):00,00
"SizeWE"=hex(2):00,00
"SizeNWSE"=hex(2):00,00
"SizeNESW"=hex(2):00,00
"SizeAll"=hex(2):00,00
"UpArrow"=hex(2):00,00
"Hand"=hex(2):00,00
1210 TWEAKUI 注册表 SlickEdit Gadgets
SlickEdit是一个著名的制作开发工具以及插件的公司,可惜这些产品都是需要用美金购买的。幸运的是,现在它推出了一款免费的VS 2005的插件:SlickEdit Gadgets,对于开发来说还是很有帮助的。
SlickEdit Gadgets是一套能够在VS 2005上使用的工具,个人认为其中比较有用的功能包括:
Indentation guide – 会在编辑器内画一条纵向的线,可以清楚地看清楚当前行的缩进(比如多个if嵌套时可以一目了然地识别出了)。
Editor Graphic – 可以在编辑器内放一幅图或者背景,可以做为Note来使用。
Command Spy – 可以得到点击菜单项或者工具栏时的VS 2005使用的命令。
File Explorer – 在IDE内显示一个类似于“资源管理器”的窗口,可以使用拖动等功能与VS 2005交互。另外也有类似于“收藏夹”的功能,可以保存特定的文件夹,不用很麻烦地找文件了。
Data Object Analyzer – 拖放操作和剪贴版操作都会涉及到许多的“Data Object”,Data Object Analyzer能够将这些信息捕捉出来,这对于开发有拖放操作和剪贴版操作的程序很有帮助。
SLOC Report – 这是一个统计代码行数的工具,并且能够分别得出“代码”、“空白行”和“注释”分别有多少,并绘制成饼图。我们能够选择一个Solution、Project或者选择文件进行统计。
Free SlickEdit® Gadgets
As a programmer, one of the best feelings in the world is writing something that makes you want to call your programming buddies over and say, "This is cool! Check this out." Sometimes it happens while developing a prototype or proof of concept. Sometimes it\’s just a crazy idea you decided to experiment with.
We have these moments at SlickEdit too, and decided to gather some of them up and put them out there for others to use for free. We call these SlickEdit Gadgets. Some of the gadgets provide useful utilities and some of them are just for fun. We hope that as you go through these, at least one of them will make you want to call your office mates over to check it out.
Feel free to share these with as many people as you like, and be sure to stop by the SlickEdit® Tools forum as well, to discuss the gadgets, and find out new and interesting ways to use them.
SlickEdit Gadgets integrates with Visual Studio 2005, and will not run with previous, or express versions of Visual Studio.
Office 为何不显示最近使用的文件 问:我的电脑安装的是 Office XP ,在用 Word 、 Excel 、 PowerPoint 这些程序时,菜单栏中的“文件”列表没有最近使用的文件,而我在“工具 → 选项 → 常规”里已选中“列出最近文件数为 4 个”,请问这该如何解决?
答:解决方法如下:在“运行”中输入“ regedit ”打开注册表编辑器,在
HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer 分支下找到一个名为“ NoRecentDocsMenu ”的二进制值,将它删除或者将值改为 0 即可,重新启动后“文件”菜单中将恢复显示最近使用的文件。
不只怎么搞的《Microsoft Word》不能列出最近所用的文件。在它的
工具-选项-常规 中 列出最近所用的文件 是灰色的。我好象没用《Windows优化大师》等软件 禁止记录使用过的文档。服务我也还原为XP默认的服务。《Microsoft Word》也从新安装过。还是一样不行~~~~~~~
我的问题已经解决了,是《超级兔子》中我把禁止使用 文档 菜单打钩了。晕~~
“最近所用文件”选项为何变成灰色?
为了快速打开以前使用过的文档,我决定开启Word的“列出最近所用文件”功能。然而,当打开“选项”对话框时,我却发现“列出最近所用文件”选项变成灰色的了。经过一番排错和搜索后,终于在KB中找到了原因所在。原来,我以前在Tweak UI中出取消了“Explorer”分支下的“Maintain Document History”选项。查看Tweak UI中的相应选项的说明,我们会发现原来这个选项不光影响开始菜单中的“我最近的文档”,而且,还会影响到某些应用程序中文件菜单中的“最近所用文件”列表,Office就在其列。因此,如果我们取消这个选项,则会导致前面我所碰到的问题。
另外,提一下“Explorer”分支下的另一个选项“Clear Document History on exit”。前几天在新闻组碰到一个用户提到这样的问题:每次退出系统后,“运行”对话框中的命令记录总是会被自动清除,请问,如何才能取消这个设置?当时模模糊糊地记得有一个相关的设置选项,但是,一直没想在哪里。这次,打开Tweak UI时才发现原来在这里。那个用户肯定是在Tweak UI或其他类似的软件中设置了这样的选项,所以才会导致运行记录被自动清空。而且,通过查看这个选项的说明,我们会发现它和上面谈及的那个选项有个类似的地方,那就一个选项设置会对系统多个方面产生影响。不知是不是由于MS的开发人员为了省事而故意这样做的?他们可能是出于好心,可这对于一些不看说明的用户而言,可能就是麻烦了。因为光从选项名称来看我们能大概知道其基本用途,但是,其所带的一些附加功能则无法知晓。我想这大概就是产生以上两个问题的原因吧。
Mit TweakUI kann man viele kleine, aber sehr nützliche Einstellungen in Windows ändern. Aber hin und wieder kommt auch die Frage, wo diese Einstellunge denn in der Registry von Windows zu finden sind. So kann man sich z.B. eine Batchdatei schreiben, mit der auf Knopfdruck auch viele Settings auf einmal geändert werden (ganz nützlich nach einer Neuinstallation von Windows).
General: Settings
Beep on errors: HKEY_CURRENT_USER \\ Control Panel \\ Sound: Beep: [X] "yes" / [ ] "No"
Die folgenden 9 Einstellungen und die ersten 2 Einstellungen unter Mouse – X-Mouse haben einen einzigen gemeinsamen Wert. Dieser ändert sich also abhängig davon, welche Einstellungen man hier insgesamt vornimmt. Da sich hieraus 2048 Möglichkeiten ergeben, muss man selbst überprüfen, welchen Wert man für seine Einstellungen erhält.
Enable combo box animation: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable cursor shadow: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable list box animation: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable menu animation: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable menu fading: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable menu selection: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable mouse hot tracking effects: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable tooltip animation: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable tooltip fade: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Enable window animation: HKEY_CURRENT_USER \\ Control Panel \\ Desktop \\ WindowMetrics: MinAnimate: [X] "1" / [ ] "0"
Optimize hard disk when idle: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ OptimalLayout: EnableAutoLayout: [X] dword:00000001 / [ ] dword:00000000
Show Windows version on desktop: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: PaintDesktopVersion: [X] dword:00000001 / [ ] dword:00000000
General – Focus:
Nicht identifizierbar
General – Alt+Tab: Alt+Tab Window
Columns: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: CoolSwitchColumns: "3" bis "28"
Rows: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: CoolSwitchRows: "3" bis "22"
Mouse: Menu Speed
! Abstufung der Werte nach TweakUI in unregelmäßigen Schritten.
Menu Speed: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: MenuShowDelay: "0" bis "65534"
Mouse: Mouse sensitivity
Die beiden folgenden Einträge müssen den gleichen Wert haben. Nur gerade Zahlen (2, 4, 6, …).
Double-click: HKEY_CURRENT_USER \\ Control Panel \\ Mouse: DoubleClickHeight: "2" bis "64"
HKEY_CURRENT_USER \\ Control Panel \\ Mouse: DoubleClickWidth: "2" bis "64"
Die beiden folgenden Einträge müssen den gleichen Wert haben.
Drag: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: DragHeight: "1" bis "32"
HKEY_CURRENT_USER \\ Control Panel \\ Desktop: DragWidth: "1" bis "32"
Mouse – Hover:
Die beiden folgenden Einträge müssen den gleichen Wert haben. Nur gerade Zahlen (0, 2, 4, …).
Hover sensivity: HKEY_CURRENT_USER \\ Control Panel \\ Mouse: MouseHoverWidth: "0" bis "64"
HKEY_CURRENT_USER \\ Control Panel \\ Mouse: MouseHoverHeight: "0" bis "64"
Hover time: HKEY_CURRENT_USER \\ Control Panel \\ Mouse: MouseHoverTime: "0" bis "99999"
Mouse – Wheel:
Wird nicht in der Registry gespeichert
Mouse – X-Mouse:
Die folgenden 2 Einstellungen und 9 Einstellungen unter General: Settings haben einen einzigen gemeinsamen Wert. Dieser ändert sich also abhängig davon, welche Einstellungen man hier insgesamt vornimmt. Da sich hieraus 2048 Möglichkeiten ergeben, muss man selbst überprüfen, welchen Wert man für seine Einstellungen erhält.
Activation follows mouse: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Autoraise when activating: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: UserPreferencesMask
Activation delay (ms): HKEY_CURRENT_USER \\ Control Panel \\ Desktop: ActiveWndTrkTimeout: dword:00000000 bis dword:0000270F (0 bis 9999 anzugeben als Hex-Zahl)
Explorer: Settings
Allow Help on Start menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoSMHelp: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Allow Logoff on Startmenu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoLogoff: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Allow Recent Documents on Start menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoRecentDocsMenu: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Allow Web content to be added to the desktop: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoActiveDesktop: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Clear document history on exit: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: ClearRecentDocsOnExit: [X] hex:01,00,00,00, / [ ] hex:00,00,00,00,
Detect accidential double-clicks: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Advanced: UseDoubleClickTimer: [ ] dword:00000001 / [ ] dword:00000000
Enable smooth scrolling: HKEY_CURRENT_USER \\ Control Panel \\ Desktop: SmoothScroll: [X] dword:00000001 / [ ] dword:00000000
Enable Windows+X hotkeys: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoWinKeys: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Lock web content: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoActiveDesktopChanges: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Maintain document history: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoRecentDocsHistory: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Maintain network history: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoRecentDocsNetHood: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Manipulate connected files as a unit: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: NoFileFolderConnection: [X] dword:00000000 / [ ] dword:00000001
Prefix "Shortcut to" on new shortcuts: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: Link: [X] Eintrag komplett löschen / [ ] hex:00,00,00,00,
Show "Encrypt" on context menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Advanced: EncryptionContextMenu: [X] dword:00000000 / [ ] dword:00000001
Show Links on Favorites menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ MenuOrder \\ Favorites: Order: (den zugehörigen Wert bitte selbst über TweakUI ermitteln)
Show "View workgroup computers" in Net places: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoComputersNearMe: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Show My Documents on classic Start menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoSMMyDocs: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Show My Pictures on classic Start menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoSMMyPictures: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Show Network Connections on classic Start menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoNetworkConnections: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Use Classic Search in Explorer: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CabinetState: Use Search Asst: [X] "no" / [ ] Eintrag komplett löschen
Use Classic Search in Internet Explorer: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Main: Use Search Asst: [X] "no" / [ ] Eintrag komplett löschen
Use intuitive filename sorting: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoStrCmpLogical: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Use Tab to navigate AutoComplete: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ AutoComplete: Always Use Tab: [X] dword:00000001 / [ ] dword:00000000
Explorer – Shortcut:
System abhängig
Explorer – Colors:
Gewünschte Farbwerte über TweakUI ermitteln
Compressed files: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: AltColor: hex:XX,XX,XX,XX,
Hot-tracking: HKEY_CURRENT_USER \\ Control Panel \\ Colors: HotTrackingColor: XX XX XX
Encrypted files: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: AltEncryptionColor: hex:XX,XX,XX,XX,
Explorer – Thumbnails:
Image Quality: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: ThumbnailQuality: dword:00000032 bis dword:00000064 (50 bis 100 anzugeben als Hex-Zahl)
Size: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: ThumbnailSize: dword:00000020 bis dword:00000100 (32 bis 256 anzugeben als Hex-Zahl)
Explorer – Command Keys:
Unzählige Möglichkeiten, daher nur der Verweis auf den Schlüssel
Command Keys: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ AppKey \\ X: ShellExecute: "Programmpfad" (X steht dabei für die Keynummern, die aber nicht der Reihenfolge in TweakUI entsprechen)
Explorer – Customizations:
! Die beiden folgenden Einträge müssen den gleichen Wert haben.
Folders to remember: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ Shell: Bag MRU Size: dword:000000C8 bis dword:0001869F (200 bis 99999 anzugeben als Hex-Zahl. Option nicht mit BagMRU Size verwechseln!)
HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ ShellNoRoam: Bag MRU Size: dword:000000C8 bis dword:0001869F (200 bis 99999 anzugeben als Hex-Zahl. Option nicht mit BagMRU Size verwechseln!)
Explorer – Slide Show:
Wird nicht in der Registry gespeichert
Common Dialogs: Settings
Enable AutoComplete: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ AutoComplete: AutoComplete In File Dialog: [X] dword:00000001 / [ ] dword:00000000
Remeber previously-used filenames: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ comdlg32: NoFileMru: [X] dword:00000000 / [ ] dword:00000001
Show Back button on file open/save dialog: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ comdlg32: NoBackButton: [X] dword:00000000 / [ ] dword:00000001
Common Dialogs: Places Bar
Show default places: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ comdlg32: NoPlacesBar: Eintrag komplett löschen (außerdem muss der Schlüssel PlacesBar [siehe Custom places bar] gelöscht sein)
Hide places bar: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ comdlg32: NoPlacesBar: dword:00000001
Custom places bar: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ comdlg32 \\ PlacesBar: PlaceX: "Pfadangabe" (der Eintrag NoPlacesBar [siehe Hide places bar] muss gelöscht sein. Als Pfad kann jeder Ordner angegeben werden. Es sind maximal 5 Einträge von Place0 bis Place4 [Zeichenfolge] möglich.)
Taskbar and Start menu: Settings
Enable balloon tips: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Advanced: EnableBalloonTips: [X] dword:00000001 / [ ] dword:00000000
Show name on Start menu: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoUserNameInStartMenu: [X] hex:00,00,00,00, [ ] hex:01,00,00,00,
Show taskbar notifications icons: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoTrayItemsDisplay: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Warn when low on disk space: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoLowDiskSpaceChecks: [X] dword:00000000 / [ ] dword:00000001
Taskbar and Start menu – Grouping:
Group least used applications first: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Advanced: TaskbarGroupSize: dword:00000000
Group applications with most windows first: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Advanced: TaskbarGroupSize: dword:00000001
Group any application with at least X windows: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Advanced: TaskbarGroupSize: dword:00000002 bis dword:00000063 (2 bis 99 anzugeben als Hex-Zahl)
Taskbar and Start menu – Start Menu:
System abhängig
Desktop: Desktop Icons
Arbeitsplatz: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ HideDesktopIcons \\ NewStartPanel: &leftsign;20D04FE0-3AEA-1069-A2D8-08002B30309D&rightsign;: [X] dword:00000000 / [ ] dword:00000001
Eigene Dateien: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ HideDesktopIcons \\ NewStartPanel: &leftsign;450D8FBA-AD25-11D0-98A8-0800361B1103&rightsign;: [X] dword:00000000 / [ ] dword:00000001
Internet Explorer: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ HideDesktopIcons \\ NewStartPanel: &leftsign;871C5380-42A0-1069-A2EA-08002B30309D&rightsign;: [X] dword:00000000 / [ ] dword:00000001
Netzwerkumgebung: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ HideDesktopIcons \\ NewStartPanel: &leftsign;208D2C60-3AEA-1069-A2D7-08002B30309D&rightsign;: [X] dword:00000000 / [ ] dword:00000001
Papierkorb: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ HideDesktopIcons \\ NewStartPanel: &leftsign;645FF040-5081-101B-9F08-00AA002F954E&rightsign;: [X] dword:00000000 / [ ] dword:00000001
Desktop – First Icon:
Eigene Dateien: HKEY_CLASSES_ROOT \\ CLSID \\ &leftsign;450D8FBA-AD25-11D0-98A8-0800361B1103&rightsign;: SortOrderIndex: dword:00000048
HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Classes \\ CLSID \\ &leftsign;450D8FBA-AD25-11D0-98A8-0800361B1103&rightsign;: SortOrderIndex: dword:00000048
Arbeitsplatz: HKEY_CLASSES_ROOT \\ CLSID \\ &leftsign;450D8FBA-AD25-11D0-98A8-0800361B1103&rightsign;: SortOrderIndex: dword:00000054
HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Classes \\ CLSID \\ &leftsign;450D8FBA-AD25-11D0-98A8-0800361B1103&rightsign;: SortOrderIndex: dword:00000054
My Computer: My Computer Icons
Files Stored on This Computer: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoSharedDocuments: [X] hex:00,00,00,00, / [ ] hex:01,00,00,00,
Systemsteuerung: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ HideMyComputerIcons: &leftsign;21EC2020-3AEA-1069-A2DD-08002B30309D&rightsign;: [X] dword:00000000 / [ ] dword:00000001
My Computer – Drives:
Drive: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoDrives: Nein, ich liste nicht alle 67108864 Möglichkeiten auf
My Computer – Special Drives:
Am besten in TweakUI erstellen und dann exportieren
HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Shell Folders: Ordnerbezeichnung: "Pfadangabe"
HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ User Shell Folders: Ordnerbezeichnung: hex(2):00,00,00,00,
My Computer – AutoPlay: Drives
Drive: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoDriveAutoRun: Auch hier gibt es 67108864 mögliche Werte
My Computer – AutoPlay: Types
Autoplay Drive Types: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Policies \\ Explorer: NoDriveTypeAutoRun: Die 2 Einstellungen haben einen gemeinsamen Wert. Es ergeben sich folgende Möglichkeiten:
[X] Enable Autoplay for CD and DVD drives
[X] Enable Autoplay for removable drives
Wert: dword:00000091
[X] Enable Autoplay for CD and DVD drives
[ ] Enable Autoplay for removable drives
Wert: dword:00000095
[ ] Enable Autoplay for CD and DVD drives
[X] Enable Autoplay for removable drives
Wert: dword:000000B1
[ ] Enable Autoplay for CD and DVD drives
[ ] Enable Autoplay for removable drives
Wert: dword:000000B5
My Computer – AutoPlay: Handlers
System abhängig
My Computer – Drive Letter:
Show all drive letters after the label: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: ShowDriveLettersFirst: dword:00000000
Show all drive letters before the label: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: ShowDriveLettersFirst: dword:00000001
Show network drive letters before, drive letters after the label: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: ShowDriveLettersFirst: dword:00000002
Never show drive letters: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer: ShowDriveLettersFirst: dword:00000004
Control Panel:
Control Panel Extensions: HKEY_CURRENT_USER \\ Control Panel \\ don\’t load: name.cpl: [X] Eintrag komplett löschen / [ ] "no"
Templates: Document Templates
System abhängig
Internet Explorer: Settings
Autocorrect backslashes to slashes: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Band \\ Address: AutoCorrect: [X] dword:00000001 / [ ] dword:00000000
Include path search in address bar: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ Band \\ Address: Use PATH: [X] dword:00000001 / [ ] dword:00000000
Internet Explorer – Toolbar Background:
Nur BMP-Dateien
Use custom background for Internet Explorer toolbar: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Toolbar: BackBitmapIE5: [X] "Pfadangabe.bmp" / [ ] Eintrag komplett löschen
Use custom background for Explorer toolbar: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Toolbar: BackBitmapShell: [X] "Pfadangabe.bmp" / [ ] Eintrag komplett löschen
Internet Explorer – Search:
Am besten in TweakUI erstellen und dann exportieren
Search: Schlüssel: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ SearchUrl \\ Prefix
Internet Explorer – View Source:
View Source Editor: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Internet Explorer \\ View Source Editor \\ Editor Name: @: "Pfadangabe" (@ ist der (Standard)-Wert im angegebenen Schlüssel)
Internet Explorer – Small Animation:
Am besten in TweakUI erstellen und dann exportieren
Schlüssel: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Toolbar: SmBrandBitmap
HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Toolbar: SmBrandLeadIn
Internet Explorer – Large Animation:
Am besten in TweakUI erstellen und dann exportieren
Schlüssel: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Toolbar: BrandBitmap
HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Toolbar: BrandLeadIn
Internet Explorer – Image Toolbar:
Image Toolbar: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Internet Explorer \\ Main: Image_Filter: dword:00000001 bis dword:0001869F (1 bis 99999 anzugeben als Hex-Zahl)
Command Prompt:
Am besten in TweakUI erstellen und dann exportieren
Filename completion: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Command Processor: CompletionChar
Directory completion: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Command Processor: PathCompletionChar
Die zwei folgenden Optionen haben je zwei Einträge in der Registry. Der zweite (Seed) ist aber bei beiden Optionen identisch, und ändert sich somit immer für beide, auch wenn nur die jeweils andere Option an sich geändert wird!
Word separators: HKEY_CURRENT_USER \\ Console: WordDelimiters
HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Cryptography \\ RNG: Seed
Enable selection coloring: HKEY_CURRENT_USER \\ Console: EnableColorSelection: [X] dword:00000001 / [ ] Eintrag komplett löschen
HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Cryptography \\ RNG: Seed
Logon: Settings
Keep RAS connections after logoff: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows NT \\ CurrentVersion \\ Winlogon: KeepRasConnections: [X] "1" / [ ] "0"
Parse Autoexec.bat at logon: HKEY_CURRENT_USER \\ Software \\ Microsoft \\ Windows NT \\ CurrentVersion \\ Winlogon: ParseAutoexec: [X] "1" / [ ] "0"
Logon – Autologon:
Log on automatically at system startup: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows NT \\ CurrentVersion \\ Winlogon: AutoAdminLogon: [X] "1" / [ ] Eintrag komplett löschen
User name: HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows NT \\ CurrentVersion \\ Winlogon: DefaultUserName: "Name" / "leer" – Eintrag komplett löschen (Das Passwort kann hier nicht gesetzt werden)
Logon – Settings:
Wird nicht in der Registry gespeichert
Logon – Screen Saver:
Grace period (seconds): HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows NT \\ CurrentVersion \\ Winlogon: ScreenSaverGracePeriod: "X" (beliebiger Wert von 0 bis 99999 möglich)
标签:get, tweakui, 注册表1021 注册表 TWEAKUI
执行Tweak UI时提示"Tweak UI has been disabled by your administrator"。
折腾半天,看看资料:
好像也没用
看看注册表:
显示:不正确的DWORD值,
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System]
"DisableRegistryTools"=dword:00000000
"DisableTaskMgr"=hex(4):00,00
应该是 dword:00000000,结果变成 hex(4):00,00
改为 dword:00000000 就OK了
如何从“禁用注册表编辑器”中恢复
Q:
系统是英文版Windows XP SP1,今天想测试一下禁用注册表编辑器,导入如下.reg文 件:
————————————————————————–
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Policies\\\\System]
\\"DisableRegistryTools\\"=dword:00000000
————————————————————————–
测试过程中,发现System这个子键缺省并不存在,键值DisableRegistryTools自然也 就缺省不存在。在regedit.exe中将DisableRegistryTools的键值数据从0改成1,再
次执行regedit.exe时提示\\"注册编辑已被管理员停用\\",执行Tweak UI时提示\\"Tweak UI has been disabled by your administrator\\"。
至此一切都在预想之中。现在试图恢复,双击导入前述.reg文件,却得到一个意料之 外的提示\\"注册编辑已被管理员停用\\"。执行regedit.exe /s enable.reg,同样无济
于事。事实上以前用类似的办法解决过Windows 9x/NT/2000上同一问题,为什么这次 对XP无效,而Google上搜索到的此类文章99%地号称对XP有效。
顺便说一句,我还尝试了下列.reg文件。当regedit.exe未被禁用时,无疑它们是可 以达到预期目的的,可现在,它们可耻地失败了。
————————————————————————–
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Policies\\\\System]
\\"DisableRegistryTools\\"=-
————————————————————————–
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Policies\\\\System]
————————————————————————–
我可不想为此写一个Win32程序或其它什么脚本,一定有官方解决之道。
A: 小四 <> 2004-08-07 18:34
Google所能找到的那些白痴以及抄写狂们,真是令人没了言语。很不幸,从XP开始微 软增强了安全限制,以前的办法不再适用于XP及其后续版本。
运行gpedit.msc,访问
用户配置
\\\\管理模板
\\\\System
\\\\Prevent access to registry editing tools
这里有三种选择:
未配置(缺省选择)
已启用
已禁用
要做的就是选择\\"已禁用\\",这将导致键值DisableRegistryTools被删除,然后可以选 择未配置(彻底恢复),这是不必要的操作。现在一切都恢复了。
参DDK DOC中的\\"Summary of INF Sections\\"。编辑enable.inf文件如下:
————————————————————————–
[Version]
Signature = \\"$Windows NT$\\"
[DefaultInstall]
AddReg = DefaultInstall.AddReg
[DefaultInstall.AddReg]
HKCU,Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Policies\\\\System,DisableRegistryTools,0×00010001,0
————————————————————————–
鼠标右键选中enable.inf文件,点击Install即可。在英文版XP SP1/SP2、2003上测 试通过。不喜欢GUI的话,可以在cmd.exe中执行如下命令:
rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 .\\\\enable.inf
编辑delete.inf文件如下:
————————————————————————–
[Version]
Signature = \\"$Windows NT$\\"
[DefaultInstall]
DelReg = DefaultInstall.DelReg
[DefaultInstall.DelReg]
HKCU,Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Policies\\\\System,DisableRegistryTools,0×00010001
0426 DNS 编程 注册表取值
注册表取值:
读取注册表
LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\tcpip\\parameters下的nameserver,多个dns以逗号分开.
读注册表
在 LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\tcpip\\parameters
\\Interfaces\\&leftsign;17CE8728-AA4E-44BE-9F76-52C5F3B99842&rightsign;\\NameServer
&leftsign;17CE8728-AA4E-44BE-9F76-52C5F3B99842&rightsign;字符串根据网卡的不同而不同,通过下列代码获得
function GateWay:string;
var
Reg :TRegistry;
MyStr : TStrings;
buffer : array[0..1024] of byte;
i:integer;
info:TRegKeyInfo ;
str:string;
begin
Result:=\’\';
Reg :=TRegistry.Create;
Mystr:=Tstringlist.Create;
Reg.RootKey :=HKEY_LOCAL_MACHINE;
if Reg.OpenKey(\’SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards\’,false) then
begin
if reg.GetKeyInfo(info) then
begin
reg.GetKeyNames(mystr);
str:=\’SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards\\\’+Mystr.Strings[0];
end;
end;
Reg.CloseKey;
Mystr.Free;
Reg.RootKey :=HKEY_LOCAL_MACHINE;
if reg.OpenKey(str,false) then
str:=reg.ReadString(\’ServiceName\’);
Reg.CloseKey;
Reg.free;
Result:=Str;
end;
はじめまして松本と申します。
いつも参考にさせて頂いております。
さて、早速ですが質問させていただきます。
現在DNSの各レコードの検索を実装するクラスを作成しております。
(nslookupとほぼ同程度)
DNSサーバに回答請求を送るのですが、
送り先のDNSサーバのIPアドレスの取得方法について質問です。
NTの場合は、Platform SDK の RegQueryValueEx()を使って、
レジストリの
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters"
から"NameServer"を検索し、その値を取得できることはわかっております。
2000の場合、上記のレジストリが存在しません。
どのように取得すれば良いでしょうか?
因みに開発環境は、
VC++ 6.0 sp2
Platform SDK February 2001 Edition
0331 mpx220 注册表
3、改变开始菜单的前几项的快捷方式的排列顺序和开机时默认的桌面快捷方式。
HKEY_CURRENT_USER
Software-Microsoft-shell-startmenu-order
-startmru-initialorder
以上两个主键的键值是一些.lnk文件,上面的一个就是开始菜单的前几项的快捷方式,要改变他们的排列
顺序只要找到storage\\windows\\start menu 文件夹里的.lik文件,将你需要靠前排列的几项替换该主键的原有
键值就可以了。(其实有一个较简单的方法:在storage\\windows\\start menu 文件夹里再建几个如程序,通讯
等等的文件夹,把不常用的.lnk文件移动到里面,只剩你要置前的那几个.lnk文件,自然就到第一页了。)
下面一个就是开机时默认的几个桌面快捷方式,修改方法同上
———————————————————————
4、改变铃声的存储位置。
先在sd卡上建个文件夹,这里举例为\\Storage Card\\ring
HKEY_CURRENT_USER-Controlpanel-Soundcategories
-Notification-directory:\\Storage Card\\ring\\(短消息)
-ring-directory:\\Storage Card\\ring\\(电话)
-reminder-directory:\\Storage Card\\ring\\(提醒)
-alarm-directory:\\Storage Card\\ring\\(闹钟)
这里注意!!!!!
你改的路径,一定要把后面的\\带上,不然一定不好用。比如\\Storage Card\\ring\\这个路径后面的\\!!!
———————————————————————
10、关闭弹出式菜单的声音
HKEY_CURRENT_USER
–>; ControlPanel
–>; Sounds
–>; MenuPopup
–>; Sound
把 value data 改为 *none*
———————————————————————
11、关闭弹出式菜单下级菜单的声音
HKEY_CURRENT_USER
–>; ControlPanel
–>; Sounds
–>; MenuCommand
–>; Sound
把 value data 改为 *none*
28.改铃声大小
打开HK-…user/contropanel/soundcategories/ring下有个健值speaker,默认值是1,改成4或5,还有个initvol从2改成4,再听听如何。我的手机改完后,声音从几不可闻变得很大声,此方法在1.15和3.45版的rom环境下试过,都非常有效。但提醒一点,先将speaker改一下,听听声音,如好了,就不必改initvol了。其实initvol健值的大小的定义是在attenuation中,默认的值分为0,1,2,3,其中2对应音量为5(最大值),initvol最初选择的就是2,也就是最大音量,但这个设置不知为何无效,造成mpx220声音很小,现在我尝试将其改为4(这个4在attenuation中没有定义),声音反到大了。
修改开始菜单和桌面快捷方式顺序的方法
以前一直想把qq和msn还有日程表等我不太常用的放到后面去,把常用的放到前面来.大家发现在\\Storage\\windows\\Start Menu里自己后来添或装进去的快捷方式是可以移动和改名的,515原先带的都不能动没有移动删除修改的权限.其实菜单的顺序是可以修改注册表解决的.
菜单的第一页的顺序是固定的,从第2也开始是按字母顺序排的,英文前中文后,先快
捷方式后文件夹.现在找到"HKEY_CURRENT_USER\\SOFWARE\\Microsoft\\Shell\\Startmenu\\",然后修改其中
的"Order",里面会看到"Inbox.lnk Contacts.link……"这些就是原先515默认的强制顺序,每个*.link都代表\\Storage\\windows\\Start Menu里面的一个快捷方式,删掉里面任何一个就可以看到他没有特权了也按字母顺序排了….
你只要把你想要的快捷方式加进来就可以了,格式要和其他一样独占一行,而且要注意大小写不能错.(当然要先看\\Storage\\windows\\Start Menu里你需要的软件快捷方式叫什么名字).里面默认的有8个,自己添加可以加到8个以上的.只是8个以后从第2页开始算起的.关于文件夹放在快捷方式前面,我没找到是哪控制的.改完开始菜单就弄桌面快捷方(就是一开机桌面上那几个默认的是短信,联系人,日程和纸牌).设定这个的注册表位置是
HKEY_CURRENT_USER\\SOFWARE\\Microsoft\\Shell\\StartMRU是修改里面的InitialOrder,方法和前面修改开始菜单一样的,不过可以加入Start Menu下子文件的快捷方式了.说了这么多不知到是不是都懂了,其实这个很简单.有好多人都会吧.
摩托罗拉 MPx220–设置主题
3、扩展名为 jpg,只有一个图片文件,这是最简单的桌面背景通常把文件直接copy到手机里面就可以了,文件放在以下目录: storage\\Application Data\\Home 放在上面目录后,进入系统的桌面主题设置:"设置" – "主屏幕" ,在上面选择背景图象即可