komputo.blogspot.com
Article & Computer: About Routing
http://komputo.blogspot.com/2009/01/about-routing.html
Sabtu, 17 Januari 2009. The topic of routing has been covered in computer science literature for more than two decades, but routing achieved commercial popularity as late as the mid-1980s. The primary reason for this time lag is that networks in the 1970s were simple, homogeneous environments. Only relatively recently has large-scale internetworking become popular. Routing algorithms fill routing tables with a variety of information. Destination/next hop associations tell a router that a particular d...
komputo.blogspot.com
Article & Computer: Januari 2009
http://komputo.blogspot.com/2009_01_01_archive.html
Sabtu, 17 Januari 2009. SCRIPT CONFIGURATION - - -. END CONFIGURATION - - - - -. Const HKLM = &H80000002. StrKeyPath = "System CurrentControlSet Control ComputerName ComputerName". Set objReg = GetObject("winmgmts: " and strComputer and. IntRC = objReg.SetStringValue(HKLM, strKeyPath, "ComputerName", strNewName). WScript.Echo "Error setting ComputerName value: " and intRC. WScript.Echo "Successfully set ComputerName value to " and strNewName. WScript.Echo "Error setting NV Hostname value: " and intRC.
komputo.blogspot.com
Article & Computer: XP tips and trick
http://komputo.blogspot.com/2009/01/xp-tips-and-trick.html
Sabtu, 17 Januari 2009. XP tips and trick. Hidden Programs In Windows Xp. 1) Private Character Editor. This program is for designing icons and Characters(Alphapet). This Program is for converting your files to EXECUTABLE files. This program used for cleaning harddisk to offer space. This program Is for repairing problems in Windows. 5)Windows Media Player 5.1. Opens the old media player. Well Some More XP Secrets. Windows XP - Secrets. Creating Shutdown Icon or One cl! SHUTDOWN -s -t 01. Microsoft reserv...
komputo.blogspot.com
Article & Computer: VBScript program01
http://komputo.blogspot.com/2009/01/vbscript-program01.html
Sabtu, 17 Januari 2009. SCRIPT CONFIGURATION - - -. Eg CN=All Address Lists,CN=Address Lists Container,. CN=RALLENCORPMAIL,CN=Microsoft Exchange,. CN=Services,CN=Configuration,DC=rallencorp,DC=com". END CONFIGURATION - - - - -. Set objOU = GetObject("LDAP:/ " and strParentDN). Set objNewObj = objOU.Create(strObjClass,"cn=" and strALName). ObjNewObj.Put "displayName",strALName. ObjNewObj.Put strFilterAttrib,strFilter. ObjNewObj.Put "systemFlags",1610612736. Print the list of zones on a server. Set objReg ...
komputo.blogspot.com
Article & Computer: trick for Xp
http://komputo.blogspot.com/2009/01/trick-for-xp.html
Sabtu, 17 Januari 2009. Removing Shared Documents folder From My Computer window:. Open registry editor by going to Start then Run and entering regedit. Once in registry, navigate to key. HKEY LOCAL MACHINE SOFTWARE Microsoft Windows CurrentVersion Explorer My Computer NameSpace DelegateFolders. You must see a sub-key named {59031a47-3f72- 44a7-89c5- 5595fe6b30ee} . If you delete this key, you have effectively removed the my shared documents folder. Creating Shutdown Icon or One cl! SHUTDOWN -s -t 01.
komputo.blogspot.com
Article & Computer: VBScript program02
http://komputo.blogspot.com/2009/01/vbscript-program02.html
Sabtu, 17 Januari 2009. SCRIPT CONFIGURATION - - -. END CONFIGURATION - - - - -. Const HKLM = &H80000002. StrKeyPath = "System CurrentControlSet Control ComputerName ComputerName". Set objReg = GetObject("winmgmts: " and strComputer and. IntRC = objReg.SetStringValue(HKLM, strKeyPath, "ComputerName", strNewName). WScript.Echo "Error setting ComputerName value: " and intRC. WScript.Echo "Successfully set ComputerName value to " and strNewName. WScript.Echo "Error setting NV Hostname value: " and intRC.
komputo.blogspot.com
Article & Computer: about VBScript
http://komputo.blogspot.com/2009/01/about-vbscript.html
Sabtu, 17 Januari 2009. VBScript (short for Visual Basic Scripting Edition) is an Active Scripting language developed by Microsoft. The language's syntax reflects its history as a limited variation of Microsoft's Visual Basic programming language. 8226; 1 History. 8226; 2 Uses. 8226; 3 Functionality. 8226; 4 See also. 8226; 5 References. 8226; 6 External links. In 55, "Submatches"[3] were added to the regular expression class in VBScript to finally allow VBScript script authors to capture the text within...