terkadang kita ingin mengamankan komputer kita dari tangan-tangan jahil, klo sistem operasi windows artikel dari john hill ini bisa di jadikan acuan, tapi hati-hati ya jangan menyalahkan klo registry anda rusak , soalnya blom di coba semua. Ada baiknya backup dulu registrynya
Windows Security Documentation
Written by John Hall
Documentation Notes
* Improvements – Originally, I released this documentation in a format that was a little odd/wild, so, as requested, I’ve cleaned it up and added more notes about using it. Hopefully this new organization and these notes will help you better understand how to use this information and its limitations. I, however, have not added any additional information to this documentation because of the limited amount of security information that is redily available for the newer operating systems.
* Known Limitations – This information does have some limitations of use. Those are mentioned below:
o Operating Systems – This information will most likely not work with Microsoft Windows XP or Millennium Edition. It’s not been tested, so I don’t recommend trying it. It’s known that a lot of this doesn’t work with Microsoft Windows NT 4.0 and below, so I also don’t recommend its application there. If you do decide to try to use it, remember, I’m not responsible for your actions and you are doing this on your own accord.
o Setting Overrides – Some settings, none that are noted, have been known to override other settings on certain operating systems. This is most likely because Microsoft didn’t spend the required amount of time making the Windows 98 security system(probably the most vulnerable to this problem) a high-performance or very reliable work. If you find that some of these settings have “holes” or something and it bothers you, I suggest you switch to a more securified operating system in the Windows class, such as Microsoft Windows 2000 Professional or greater.* Special Information – I’ve reviewed the comments that were posted on the original copy of this documentation and this section is here to answer some of the questions that I noticed.
o Disabling these Settings – To disable any of the settings that are shown in this documentation, simply reverse your process. Just delete anything that you added to lock or disable a feature or you can make the value the inverse. If it’s a DWORD value, make it “00000000″ instead of “00000001″, or a string value “yes” instead of “no” or vice versa.
o Blocking Internet Applications – To disable an application’s internet access, I suggest you download any free firewall available. A firewall will monitor what information is sent and recieved to your computer through any network connection and filter it according to rules. The most popular, free firewall that is available is ZoneAlarm, by ZoneLabs, Inc. It’s actually the most secure when it comes to application internet access prevention.
o Reversing Application Lock – As far as I know, there’s not a way to reverse the application locking method. You might want to experiment with it by making a seperate user account on your computer and applying the settings to that user only. Basically, that’s what I did throughout the period that I wrote this documentation and it doesn’t harm any of your stuff and it helps you uncover the truth. Don’t afraid to be creative with this information, just remember my disclaimer about it from above.
Windows System Security Settings
All the information that is included in this section affects the main Windows system. These alter actual system functions and/or settings that it uses to display certain items.
* Disable Wallpaper Change
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesActiveDesktopNoChangingWallPaper
o Data Type
DWORD (set value of 0×00000001)
* Disable All Active Desktop Changes
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoActiveDesktopChanges
o Data Type
DWORD (set value of 0×00000001)
* Disable All Desktop Icons
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoDesktop
o Data Type
DWORD (set value of 0×00000001)
* Disable Active Desktop
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoActiveDesktop
o Data Type
DWORD (set value of 0×00000001)
* Disable HTML Wallpaper
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesActiveDesktopNoHTMLWallPaper
o Data Type
DWORD (set value of 0×00000001)
* Disable Closing Active Desktop Components
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesActiveDesktopNoClosingComponents
o Data Type
DWORD (set value of 0×00000001)
* Disable Deleting Active Desktop Components
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesActiveDesktopNoDeletingComponents
o Data Type
DWORD (set value of 0×00000001)
* Disable Editing Active Desktop Components
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesActiveDesktopNoEditingComponents
o Data Type
DWORD (set value of 0×00000001)
* Disable Adding Active Desktop Components
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesActiveDesktopNoAddingComponents
o Data Type
DWORD (set value of 0×00000001)
* Disable Desktop Internet Icon
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoInternetIcon
o Data Type
DWORD (set value of 0×00000001)
* Disable Desktop Network Neighborhood Icon
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoNetHood
o Data Type
DWORD (set value of 0×00000001)
* Disable Disk Drive Autorun
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoDrvieTypeAutoRun
o Data Type
DWORD (set value of 0xb5000000)
* Disable Environment Appearance Properties Access
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoDispAppearancePage
o Data Type
DWORD (set value of 0×00000001)
* Disable Desktop Background Properties Access
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoDispBackgroundPage
o Data Type
DWORD (set value of 0×00000001)
* Disable Display Icon from Control Panel
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoDispCPL
o Data Type
DWORD (set value of 0×00000001)
* Disable Screen Saver Properties Access
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerNoDispScrSavPage
o Data Type
DWORD (set value of 0×00000001)
* Disable All But Selected Applications from Running
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesExplorerRestrictRun
o Data Type
DWORD (set value of 0×00000001)
o Special Notes – For this setting to work, you will need to make a list of programs that you want to allow to run. You can do this by creating a Key inside the Explorer Key and calling it RestrictRun and adding string values as demonstrated below:
+ String Value
Name “1″
Value “mspaint.exe”
This will allow any program named mspaint.exe to run on the system
+ String Value
Name “2″
Value “iexplore.exe”
This will allow any program named iexplore.exe to run on the system
* Disable Start Menu Shut Down Command
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoClose
o Data Type
DWORD (set value of 0×00000001)
* Disable Start Menu Log Off Command
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoLogoff
o Data Type
DWORD (set value of 0×00000001)
* Disable Start Menu Find Command
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoFind
o Data Type
DWORD (set value of 0×00000001)
* Disable Start Menu Documents Menu
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoRecentDocsMenu
o Data Type
DWORD (set value of 0×00000001)
* Disable Start Menu Favorites Menu
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoFavoritesMenu
o Data Type
DWORD (set value of 0×00000001)
* Disable Settings Menu Folder Options
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoFolderOptions
o Data Type
DWORD (set value of 0×00000001)
* Disable Desktop Update
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoDesktopUpdate
o Data Type
DWORD (set value of 0×00000001)
* Disable Settings Menu Active Desktop Settings
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion PoliciesNoSetActiveDesktop
o Data Type
DWORD (set value of 0×00000001)
* Disable Settings Menu Folder Settings
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesNoSetFolders
o Data Type
DWORD (set value of 0×00000001)
* Disable Settings Menu Taskbar Settings
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesNoSetTaskbar
o Data Type
DWORD (set value of 0×00000001)
* Disable Saving Changed Settings
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesNoSaveSettings
o Data Type
DWORD (set value of 0×00000001)
* Disable Right-Click on the Taskbar
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesNoTrayContextMenu
o Data Type
DWORD (set value of 0×00000001)
* Disable Right-Click on the Desktop
o Location
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesNoViewContextMenu
o Data Type
DWORD (set value of 0×00000001)
* Disable Microsoft Office Tune Up
This only applies to Microsoft Office 2000
o Location
HKEY_LOCAL_MACHINESoftwareMicrosoftOffice9.0CommonTuneUpDisabled
o Data Type
DWORD (set value of 0×00000001)
* Disable AutoComplete in Explorer
o Location
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionExplorerAutoCompleteUse
o Data Type
String (set value of “no”)
Internet Explorer System Settings
All the information that is included in this section affects the operation of Internet Explorer. Please note that these only affect Internet Explorer’s operation and will not work with any other browsers that may be installed on your computer.
* Disable Closing Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoBrowserClose
o Data Type
DWORD (set value of 0×00000001)
* Disable Right-Click in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoBrowserContextMenu
o Data Type
DWORD (set value of 0×00000001)
* Disable Options in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoBrowserOptions
o Data Type
DWORD (set value of 0×00000001)
* Disable Saving Pages in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoBrowserSaveAs
o Data Type
DWORD (set value of 0×00000001)
* Disable Favorites in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoFavorites
o Data Type
DWORD (set value of 0×00000001)
* Disable File Menu New Object in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoFileNew
o Data Type
DWORD (set value of 0×00000001)
* Disable File Menu Open Object in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoFileOpen
o Data Type
DWORD (set value of 0×00000001)
* Disable Finding Files in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoFindFiles
o Data Type
DWORD (set value of 0×00000001)
* Disable Opening Files in New Window from Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoOpenInNewWnd
o Data Type
DWORD (set value of 0×00000001)
* Disable Selectable Download Directory in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoSelectDownloadDir
o Data Type
DWORD (set value of 0×00000001)
* Disable Viewing in Theater Mode in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoTheaterMode
o Data Type
DWORD (set value of 0×00000001)
* Disable Viewing Source in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerRestrictionsNoViewSource
o Data Type
DWORD (set value of 0×00000001)
* Disable Adding Channels in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerInfodeliveryRestrictionsNoAddingChannels
o Data Type
DWORD (set value of 0×00000001)
* Disable Adding Subscriptions in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerInfodeliveryRestrictionsNoAddingSubscriptions
o Data Type
DWORD (set value of 0×00000001)
* Disable Removing Channels in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerInfodeliveryRestrictionsNoRemovingChannels
o Data Type
DWORD (set value of 0×00000001)
* Disable Removing Subscriptions in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerInfodeliveryRestrictionsNoRemovingSubscriptions
o Data Type
DWORD (set value of 0×00000001)
* Disable Search Customization in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerInfodeliveryRestrictionsNoSearchCustomization
o Data Type
DWORD (set value of 0×00000001)
* Disable Running the Connection Wizard
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerControl PanelRestrictionsConnwiz Admin Lock
o Data Type
DWORD (set value of 0×00000001)
* Disable Importing or Exporting Favorites in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerDisableImportExportFavorites
o Data Type
DWORD (set value of 0×00000001)
* Disable Using the Microsoft Script Debugger in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainDisable Script Debugger
o Data Type
String (set value of “yes”)
* Disable Using AutoComplete Forms in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainUse FormSuggest
o Data Type
String (set value of “no”)
* Disable Using AutoComplete Passwords in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainFormSuggest Passwords
o Data Type
String (set value of “no”)
* Disable Using Download Notification in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainNotifyDownloadComplete
o Data Type
String (set value of “no”)
* Disable Error Notification in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainErr Dlg Displayed On Every Error
o Data Type
String (set value of “no”)
* Disable Go Button in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainShowGoButton
o Data Type
String (set value of “no”)
* Disable Using a Custom Search Page in Web Browser
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainUse Custom Search URL
o Data Type
DWORD (set value of 0×00000000)
* Disable Custom Title for Web Browser Windows
o Location
HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainWindow Title
o Data Type
String (set value of “custom title text”)
* Disable Installation of ISP Distribution Kit for Internet Explorer
This only applies to Internet Explorer 5.0 and up
o Location
HKEY_LOCAL_MACHINESoftwareMicrosoftInternet Connection WizardCanInstallISPKit5
o Data Type
String (set value of “no”)
Windows Media Player System Settings
All the information that is included in this section affects the operation of Windows Media Player and components. Please note that these only affect Windows Media Player’s operation and will not work with any other players that may be installed on your computer.
* Disable Finding New Stations in Media Player
o Location
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsMediaPlayerNoFindNewStations
o Data Type
DWORD (set value of 0×00000001)
* Disable Media Favorites from Media Player
o Location
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsMediaPlayerNoMediaFavorites
o Data Type
DWORD (set value of 0×00000001)
* Disable Radio Bar for Media Player
o Location
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsMediaPlayerNoRadioBar
o Data Type
DWORD (set value of 0×00000001)
* Disable Media Player Upgrade Message
o Location
HKEY_LOCAL_MACHINESoftwareMicrosoftMediaPlayerPlayerUpgradeAskMeAgain
o Data Type
String (set value of “no”)
Tidak menyangka puasa adalah solusi sehat untuk manusia
7 tahun yang lalu
0 komentar:
Posting Komentar