登錄設定集 (查詢用) - 第 27 頁

第 27 頁,共 30 頁 首頁首頁 ... 17 25 26 27 28 29 ... 末頁末頁
顯示結果從第 261 筆 到 270 筆,共計 296 筆
  1. #261
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Change the Location of System and Special Folders

    Windows keeps a number of special folders such as "My Documents", "Desktop", "Favorites" and the "Start Menu". These folders can be moved anywhere on you system and the new location updated in this key.

    User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]

    了解更多關於Change the Location of System and Special Folders

  2. #262
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Change Program and Common Files Directory

    This tweak allows you to change the directory used as the default location for software applications and shared files.

    System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
    Value Name: CommonFilesDir, ProgramFilesDir
    Data Type: REG_SZ (String Value)
    Value Data: Directory Name


    了解更多關於Change Program and Common Files Directory

  3. #263
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Enable Font Smoothing on the Welcome Screen (Windows XP)

    Windows XP includes a new feature called Clear Type which is designed to make fonts more readable on LCD and low resolution screens. This tweak allows you to enable font smoothing on the Welcome screen where it is normally disabled.

    User Key: [HKEY_CURRENT_USER\Control Panel\Desktop]
    System Key: [HKEY_USERS\.DEFAULT\Control Panel\Desktop]
    Value Name: FontSmoothing, FontSmoothingType
    Value Data: (0 = disabled, 2 = enabled)


    了解更多關於Enable Font Smoothing on the Welcome Screen

  4. #264
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Enable Monitor Power-off on the Logon Screen

    Normally Windows will not automatically turn off the monitor if the system is waiting at the logon screen. This setting can be used to cause the monitor to be powered-down when not in use as per the default power-saving profile.

    Open your registry and find the key [HKEY_USERS\.DEFAULT\Control Panel\Desktop].

    To enable power-off on logon screen
    Modify the value of "PowerOffActive" and set it to "1".

    Modify the value of "ScreenSaveActive" and set it to "1".

    Modify the value of "SCRNSAVE.EXE" and set it to "(None)".

    Open the key [HKEY_USERS\.DEFAULT\Control Panel\PowerCfg].

    Modify the value of "CurrentPowerPolicy" and set it to "0".


    了解更多關於Enable Monitor Power-off on the Logon Screen

  5. #265
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Configure Notepad to use Word Wrap

    This setting controls whether text is wrapped onto the next line when the screen in full in Notepad. Although it can be configured by using the Edit menu in Notepad, this tweak allows you to change the word-wrap feature through the registry.

    User Key: [HKEY_CURRENT_USER\Software\Microsoft\Notepad]
    Value Name: fWrap
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = off, 1 = on)


    了解更多關於Configure Notepad to use Word Wrap

  6. #266
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Change the Number of Page Table Entries (Windows 2000/XP)

    Page Table Entries (PTEs) may become depleted or fragmented on systems that perform a large number input/output (I/O) actions. When they become completely depleted the system may show a Stop error and halt. This tweak allows you to increase the number of PTEs available on the system.

    System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    Value Name: SystemPages
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = system default, 110000 = maximum)


    了解更多關於Change the Number of Page Table Entries

  7. #267
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Modify the Paged and Non Paged Pool Memory Sizes (Windows NT/2000/XP)

    Windows normally calculates the paged and non paged pool memory sizes using complex algorithms based on physical memory size. These settings allow you to override and manually specify values.

    System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
    Value Name: PagedPoolSize, NonPagedPoolSize
    Data Type: REG_DWORD (DWORD Value)
    Value Data: size of paged pool in bytes (default = 0)


    Note: Having invalid or values too small may cause Windows to display this error "Not enough server storage is available to process this command."

    了解更多關於Modify the Paged and Non Paged Pool Memory Sizes

  8. #268
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Remove GoTo Option on Explorer Menu (Windows NT/2000)

    This restriction can be used to remove the the GoTo menu from Tools in Explorer.

    User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    Value Name: NoGoTo
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = show, 1 = hide)


    Note: Requires Service Pack 4 for Windows NT 4.0 or Windows 2000.

    了解更多關於Remove GoTo Option on Explorer Menu

  9. #269
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Receive Notification of Missed Tasks

    By default when you are using Task Scheduler to automatically run programs you will not receive notification if a task is not run. This tweak can be used to cause Windows to show a pop-up message with the option to re-run any missed tasks.

    System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SchedulingAgent]
    Value Name: NotifyOnTaskMiss
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = no notify, 1 = notify)


    了解更多關於Receive Notification of Missed Tasks

  10. #270
    萌え尽き症候群 琥珀 的大頭照
    註冊日期
    2002-08-17
    所在地區
    中和區
    討論區文章
    10,022
    Disable Web Content in Explorer and Desktop (Windows XP)

    This tweak can be used to disable the web content and tasks in Explorer, it will also remove the "Desktop" item from Display Properties.

    User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    Value Name: ClassicShell
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = Default, 1 = Classic Desktop)


    了解更多關於Disable Web Content in Explorer and Desktop

第 27 頁,共 30 頁 首頁首頁 ... 17 25 26 27 28 29 ... 末頁末頁

類似的主題

  1. 個人使用的登錄設定值 (xp)
    作者:琥珀 所在討論版:-- Windows 討 論 版
    回覆: 4
    最後發表: 2010-02-28, 05:48 PM
  2. 登錄設定集 (討論用)
    作者:琥珀 所在討論版:-- Windows 討 論 版
    回覆: 104
    最後發表: 2006-08-14, 03:00 PM
  3. 讓IE不留下,查詢的東西
    作者:stone886 所在討論版:-- 網 路 技 術 版
    回覆: 3
    最後發表: 2004-06-27, 06:12 PM
  4. Access 2002 查詢的問題
    作者:Hendry 所在討論版:-- OFFICE 相 關 軟 體 討 論 版
    回覆: 0
    最後發表: 2002-07-22, 10:27 PM

 

什麼是強迫開啟Active_Desktop.reg

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •