Tampilkan postingan dengan label Komputer. Tampilkan semua postingan
Tampilkan postingan dengan label Komputer. Tampilkan semua postingan

Membuat daftar gambar otomatis

Tulisan ini sebenernya jadi satu sama membuat daftar pustaka tapi karena beda fungsi dan cara pembuatannya jadi dipisah deh:
Cara buat daftar gambar otomatis pada halaman yang ingin dikasih nama daftar gambar gampang banget (waktu nulis ini gw pake Microsoft© Office Word 2007, kalo belum pake belilah) caranya seperti ini:

Membuat halaman daftar pustaka otomatis

Dalam pembuatan laporan halaman ini yang paling bikin capek, bukan karena banyaknya tapi karena harus bolak-balik buka halaman yang dimaksud buat nentuin nomornya, kalo laporannya tipis sih gak masalah, kalo tebel ?

Hard Drive Performance Theory



How You’re Hard Drive Works
Your hard drive is the only “data handling” peripheral in your computer with moving parts. This makes it the slowest performing peripheral, when compared to the CPU and memory. As a result it is the performance rate limiting device on your computer. Most of the time, the CPU and memory has done its work and is waiting on the hard drive to provide or save data.



In the most simplistic of descriptions, your hard drive consists of spinning platters and read/write heads. The platters contain data bits that consist of magnetic patterns of data. The platters spin at a rate of anywhere between
4,200 and 15,000 RPM, depending upon your drive specifications. This rapid rotation of the platters results in a cushion of air that makes the read/write heads float only a few micrometers above the surface of the platters - just like a hovercraft floats a few inches above the water. When a request for a file is sent from the main CPU the read/write heads move across your drive to locate the file, they then read that file and send the data back to the CPU.
A file may be 512 bytes in size or it may be many Gigabytes in size.

If you do not run any kind of defragging or file ordering process, generally speaking, files exist on your drive in random order. Files may also become fragmented and this is a leading cause of reduced hard drive performance.


A Little about Drive Fragmentation
Fragmentation of your computer’s hard drive is a natural phenomenon that occurs when deleted files leave empty spaces amongst your drive’s data. When the operating system needs to write another file back to the
hard drive it generally looks for the first available free space and writes the data to that free space. If the data to be written does not fit in that space it will fill the space with data and then move onto the next free space and continue to write the data until the file is completely written – the result is parts of a file scattered in a fragmented (non-contiguous) manner.

When the operating system requests that fragmented file from the hard drive the hard drive read-write heads need to move around the drive to collect all the pieces of that file. The result is vastly reduced performance since the hard drive head has to make many movements to collect all
the pieces of the file rather than pick it all up in one smooth motion from consecutive clusters.

The more fragments a file has the longer it takes to load that particular file. The result is that your hard drive performs far slower than it is capable of in the process of loading that file.

This is, in a nutshell, the phenomenon of file fragmentation.


Fragmentation and Optimization
File fragmentation is only part of the equation in the cause of reduced hard drive performance. UltimateDefrag addresses this and the other, more important, part of the equation in reduced hard drive performance and that is, the placement and ordering of files on your hard drive.


File Placement - A More Important Issue
Most defraggers that are out there have pretty much ignored this much more important aspect of hard drive performance – the placement of files on your hard drive. Loading one file that is fragmented is a discreet issue at the individual file level. However, the way in which the Windows operating system and NTFS file system function results in an almost
constant dialog between the computer and the hard drive as hundreds of files are accessed during system boot time and during regular operation of the computer.

What comes into importance here is the work the hard drive read-write



heads need to do to read all of these files that are both fragmented and scattered all around the drive. If they are not fragmented they are still scattered all around the drive and loading these files requires extensive movement of the hard drive read-write heads to pick up these files from wherever they may be on the drive – from the outer tracks to the inner tracks. Reading a file from the outer tracks and then having to go all the way to the very inner tracks takes the amount of time that is actually twice as slow as your drive’s rated seek speed. If your hard drive has an average access speed of 13 mS then reading a cluster from the outer and then the inner track takes about 26 mS.

See the File Scattering Example diagram.



Hard Drive File Location
Another important item to note is the location of the data on your hard drive. It is a fact that data transfer from the outer tracks of your hard drive platter is about 180 to 240% that of your inner tracks. This is due to the phenomenon of zoned bit recording and angular velocity. Please consult the Basic Hard Drive Theory section for more information on this.

The Ideal Scenario
Your hard drive is capable of performing around 4 times what manufacturers specify as average performance for your hard drive
In order to have your hard drive perform as fast as it is capable of and even faster than the average rated speed, four elements need to be considered.

1. Your files need to be defragmented in order to minimize drive head movement while reading a file.

. Your files need to be placed as far as possible towards the outer tracks of your hard drive in order to be accessed from the fastest part of the hard drive.

. Your files need to be placed or consolidated as closely together as possible to minimize head movement while loading different files – also known as “seek confinement”



. Files that are rarely used should be placed out of the way so that your most used files are clustered as closely together as possible.
Basic Hard Drive Theory
We will now focus a little more closely on how your hard drive works from the viewpoint of data access



Seek Time: The amount of time a drive head takes to move to the correct position to access data. Usually measured in milliseconds (mS)

Latency: Also know as rotational delay. The amount of time it takes for the desired data to rotate under the disk heads. Usually the amount of
time it takes for the drive to perform a half revolution. Usually measured in milliseconds (mS)

Access Time: The amount of time a drive head takes to access data after the request has been made by the operating system. Usually measured in milliseconds (mS). Other minor factors taken out of the equation it is very closely approximate to: Access Time = Seek Time + Latency.

So when data is being requested from the drive the hard drive head moves into position (seek), waits for the data/sector to move into position under the head (latency) and then accesses the data. The time taken for these 2 steps is the access time.

Full Stroke Seek: The amount of time it takes for the drive head to move from the outermost track to the inner most track.

Track-To-Track Seek (Adjacent Track Seek): The amount of time it takes for the drive head to move from one track to the very next track

Data Transfer Rate: The speed at which data can be read from the hard drive. Measured in Megabits per second

Zoned-Bit Recording: A method of optimizing a hard drive (at the factory) by placing more sectors in the outer tracks of a hard drive than on the inner tracks. Standard practice for all modern hard drives.

Sectors: The smallest individually addressable unit of data stored on a hard drive. In a typical formatted NTFS hard drive it is usually 512 bytes.

Tracks: Tightly packed concentric circles (like the annual rings on inside of a tree) where sectors are actually laid out.

Rotational Speed: The speed at which a drive platter rotates in revolutions per minute.

With all these terms now outlined, let’s look at the numbers in a typical 160
Gb EIDE hard drive.

Read Seek Time: 8.9 mS Latency: 4.2 mS Full Stroke Seek: 21.0 mS Track-To-Track Seek: 2.0 mS
Transfer Rate: 750 Mbits/s

Hard Drive Performance Explained
Let’s look at how these factors work to affect hard drive performance


Data Access
When the CPU submits a request for a file from the hard drive - this is what happens.

1. CPU sends request to the hard drive

. The read/write head moves into position above the track where the data is. This is the seek and the amount of time taken is the seek time.

. The read/write head waits until the data that is requested spins underneath the head. It then reads the data. The time taken for the data to move beneath the head is the latency and is usually the time it takes for the platter to rotate a half revolution.

. Data is accessed and transferred back to the CPU.

The time it took for the initial request, the seek and the latency is approximately equal to the access time.

Having the numbers above available now enable further explanations of data performance to be put into comprehendible perspective.

The average Access Time for this hard drive is 8.9 + 4.2 = 13.1 mS.
The minimum access time is 2.0 + 4.2 = 6.2 mS and the maximum access time is 21.0 + 4.2 = 25.2 mS.

When complete data files or parts of a data file are scattered all around the hard drive you will get a performance that is the average rated access time
– in this case 13.1 mS – some accesses are as little as 6.2 mS but some
are as great as (or approaching) 25.2 mS. So there is a 406% performance difference between fastest and slowest access time.

Often, hard drive and operating system intelligence result in a lot of instantaneous track-to-track seeks i.e. without the latency due to file layout patterns and relative location of data. On top of this, the “seek confinement” of the data also promotes vastly increased probabilities of instantaneous, zero-latency, seeks due to the
“compaction” of the data. This increases the probability that the data requested will already be under the drive read/write heads. This actually increases the theoretical 406% figure in the above paragraph to a greater number however it is not accurately quantifiable but can be as high as 1000%.

In a typical fragmented and non-optimized hard drive you will only achieve the average rated performance as average access time with some accesses faster and some slower.



Data transfer
Part of the hard drive performance equation is Data Transfer Rates. Due to a combination of Zoned-Bit Recording (more densely packed sectors) and angular velocity i.e. the outer tracks of the hard drive have a greater angu- lar velocity – data transfer at the outer tracks of the drive is typically 180
to 240 % that of the inner tracks. So when a drive is boasting a maximum of 750 Mbits/second as the maximum – the minimum is about 350 and the average about 550 Megabits per second.

Again – if you’re operating a full, fragmented and non-optimized hard drive, performance is more around the average of 550 Megabits per second.



Hard Drive Fatigue
When it comes to hard drives, entropy is alive and well.

If you’ve had your computer for a while you will notice that, when com- pared to when it was brand new, it feels a whole lot slower. Also, as your hard drive gets fuller you’ll notice the same phenomenon.

This is due to several factors with the main one being that with the hard drive filling up and files being fragmented and scattered all over the drive in no particular order, your drive is performing more like the “average” quoted performance as opposed to when the drive was new and mostly empty and performing better than quoted.

Depending upon where your mostly accessed files are located, it could be performing much less than quoted averages.



What About Partitioning?
There are many arguments for partitioning. Proponents of partitioning argue that it helps organize your data, keep your hard drive “less” complex etc. They advise to put your operating system on one partition, archive on another, program files on another, data on another and it seems a sound argument.

The main problem with partitioning however is that actually creates drives that are slower and slower as more partitions are created. Partitions
are created in cylinders (group of tracks) working their way inwards as more are created. So when you create say 5 partitions of 40 Gb on a 200
Gb drive. The very inner partition – the highest drive letter is actually also created at the inner tracks. So it actually performs twice as slow as the primary partition. Remember our discussion of data transfer above. Each partition is about 10% slower than the previous one. C: drive gives you fastest performance; D would be approximately 10% slower; E:
approximately 20% slower; F: 30% Slower; and so on. You may be putting the games or product that you want highest performance from on a partition that results in much slower performance of that product.





source: Unreadable header/Ultimate defrager

Penempatan nomor halaman berbeda tiap bab

hari ini gw iseng nulis ah...
lagi musim laporan nih eh gw liat banyak adik kelas yang pada mo print laporan tapi kok halamannya dipisah-pisah ya ??
gw tanya .... kok dipisah kenapa ??
pusing kak soalnya gak bisa bikin halaman beda tiap halaman pertama Bab.....!
ada senior yang nanggapin kaya gini..... bikin aja dialog box terus di copy pasting tiap Bab.. kelar coy emang hebat..
gw makin pusing ????? mang gak diajarin apa ??, pa lu punya komputer buat ngegame doang ??
jawaban gw sih Bwahahahhahahahahahahahahahahahahahahahahahahahahahahahahahahaha
buat hal kaya gitu sih enteng nih gw kasih cara yang bener..

- Pertama nyalain dulu komputernya jadi Bisa langsung praktek (kecuali situ Ki Joko Bodo)
- Buka office terus Wordnya n ikutin cara ini
1. Page layout -> page setup -> centang different first page (liat gambar dibawah biar gampang)

2. Tiap bab di break ke next page -> ini namanya section loh....!!! (liat gambar dibawah biar gampang)

3. Kasih nomor di halaman kedua tiap section di kanan atas header (liat gambar dibawah biar gampang)

4. Terus kasih nomor footer halaman pertamanya tempatin ditengah (liat gambar dibawah biar gampang)

5. Biar gak cape nomorin tiap halaman BAB centang continue from previous page ya
6. Kelar pasti hasilnya kaya gini

tambahan buat halaman kaya lembar pengesahan, kata pengantar n tetek bengek yang pake nomor dibawah di jadiin section aja.. OK

Bikin cepet shutdown + menu di klik kanan

"Punk klo mo akses regedit gmana"
"Gw mo liat running process nih buka lwt mna"
"Bkn'n dong recycle bin lwt klik knan"
"Laptop aing startup'y 5 menit cepetin heula bsa gak"
"coba lu bkin menu buka pake notepad dklik knan"

Ok kali ini gw mo ksih tips bikin windows cepet shutdown n akses menu lewat klik kanan tanpa software XP Tweaker (coz mahhaal)
Sebenernya kalo sering buka regedit kita bisa akses seluruh komputer dari mulai startup sampe shutdown coz itu tujuannya dibikin regedit
tapi kebanyakan orang mlah gak tau n ngandelin software buat ngendaliin windows
.... hi hi hi hi lucu banget coz kita harus bayar buat sesuatu yang udah disediain windows

ok buat semua pertanyaan "Mantoel dkk" diatas nih gw udah siapin Tweak XP gratis, gak pake lama, tinggal copy pasting di notepad trus kasih extensi (inf), klik kanan install trus Ok

[awal inf]

Windows Registry Editor Version 5.00

;============================================================================
;====ReX================ XP SERVICE PACK 2 TWEAKS ================ReX========
;============================================================================

; Disable Security Warning Popup when Running Files
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"

; Disable Windows Security Center Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000004

; Disable Anti-Virus Notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000001


; Disable Search Windows Update for Drivers Prompt
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]
"DontSearchWindowsUpdate"=dword:00000001
"DontPromptForWindowsUpdate"=dword:00000001


;============================================================================
;================ SOFTWARE / INTERNET EXPLORER TWEAKS =======================
;============================================================================

; Disable 'Send Information To The Internet' Prompt
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1601"=dword:00000000

; Set Window Title
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Window Title"="Senzo Patria"

; Set HomePage
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.astalavista.com/"

; Empty Temporary Internet Files Folder When Browser Is Closed
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]
"Persistent"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]
"Persistent"=dword:00000000

; Skip Internet Connection Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard]
"Completed"=hex:01,00,00,00
"DesktopChanged"=dword:00000001

; Max Internet Explorer Simultaneous Downloads To 10
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a

; Remove 'Links' Folder From Favorites
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"Locked"=dword:00000001
"LinksFolderName"=""

; Disable Spying By Websites
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\ProtocolDefaults]
"about"=dword:00000004

; Set Google As Default Search Page
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"

; Change How Long History Is Stored (Enter Below)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History]
"DaysToKeep"=dword:00000001

; Set Internet Explorer Address Bar Search like Firefox
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl]
@="http://www.google.com/keyword/%s"
"provider"="gogl"
" "="+"
"&"="%26"
"+"="%2B"
"#"="%23"
"?"="%3F"

;============================================================================
;============================= NETWORK TWEAKS ===============================
;============================================================================

; Enable Faster Web Page Loading
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
"DnsPriority"=dword:00000001
"HostsPriority"=dword:00000001
"LocalPriority"=dword:00000001
"NetbtPriority"=dword:00000001

;============================================================================
;======================= STARTUP / SHUTDOWN TWEAKS ==========================
;============================================================================

; Make XP Register with Microsoft Unnecessary (Windows Update)
[HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion]
"RegDone"="1"

; Disable Winamp Agent from Startup
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"WinampAgent"=-

; Set Start Menu to use Small Icons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_LargeMFUIcons"=dword:00000000

; Disable Yahoo Messenger from Startup
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Yahoo! Pager"=-

[HKEY_CURRENT_USER\Software\yahoo\pager]
"Launch on Startup"=dword:00000000

; Disable MSN Messenger from Startup
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"msnmsgr"=-

;============================================================================
;======================= GENERAL WINDOWS TWEAKS =============================
;============================================================================

; Disable ALL Balloon Tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMBalloonTip"=dword:00000000

; Disable Windows Tour
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

; Disable System Beeps
[HKEY_CURRENT_USER\Control Panel\Sound]
"beep"="no"

; Set Keyboard Num-Lock to be ON by Default
[HKEY_CURRENT_USER\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

; Disable Browse Web For Program to Open Unknown Extensions
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"NoInternetOpenWith"=dword:00000001

; Open 16-bit Applications In Seperate Memory Space
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW]
"DefaultSeparateVDM"="Yes"

;============================================================================
;========================== CONTEXT MENUS TWEAKS ============================
;============================================================================

; Add Empty Recycle Bin to Right Click Menu
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
@="Empty Recycle Bin"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"
[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"
[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Empty Recycle Bin]
@="{645FF040-5081-101B-9F08-00AA002F954E}"

; Add Open With Notepad to Right Click Menu of Unknown Files
[HKEY_CLASSES_ROOT\*\shell]
@="\"notepad.exe %1\""
[HKEY_CLASSES_ROOT\*\shell\open]
@="Open &With Notepad"
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"

; Add Registry Editor to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Regedit.exe"

; Add Services to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

; Add LogOff to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Logging off\command]
@="shutdown -l -f -t 5"

; Add Reboot to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Restart Windows\command]
@="shutdown -r -f -t 5"

; Add Shutdown to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Shutdown Windows\command]
@="shutdown -r -f -t 5"

; Add Microsoft Configurator to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Microsoft Configurator\command]
@="msconfig.exe"

; Add Sound And Audio Devices to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Sound & Audio Devices\command]
@="control mmsys.cpl"

; Add Internet Properties to Right Click Menu of My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Internet Properties\command]
@="control inetcpl.cpl"

;============================================================================
;=========================== APPEARANCE TWEAKS ==============================
;============================================================================

; Remove More Themes Online... from Themes Dropdown Box
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DownloadSites]


;============================================================================
;=========================== MY COMPUTER TWEAKS =============================
;============================================================================

; Add Printers And Faxes to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}]

; Add Recycle Bin to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]

; Add Network Connections to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{7007ACC7-3202-11D1-AAD2-00805FC1270E}]

; Add Administrative Tools to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D20EA4E1-3957-11D2-A40B-0C5020524153}]

; Add Scheduled Tasks to My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

;============================================================================
;============================ DESKTOP TWEAKS ================================
;============================================================================

; Disable Desktop Cleanup Wizard
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

; Put My Computer Shortcut on Desktop
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

; Put My Network Places Shortcut on Desktop
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

; Put My Documents Shortcut on Desktop
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

; Rename My Computer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
@="Epicentrum"

; Rename My Documents
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
@="Documents"

; Rename My Network Places
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}]
@="Network Places"

;============================================================================
;====================== SYSTEM PERFORMANCE TWEAKS ===========================
;============================================================================

; Speed up Opening of My Computer and Windows Explorer
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]
"Start"=dword:00000004
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRemoteRecursiveEvents"=dword:00000001

; Speed up Copying/Moving of .ZIP Files
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]
[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder]

; Speed up Shutdown
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="100"
"WaitToKillAppTimeout"="1000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

; Speed up Access to .AVI Media Files
[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]

; Optimize Core System Performance
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001

; Disable MFT Fragmentation
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsMftZoneReservation"=dword:00000002

; Disable TimeStamp
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001

;============================================================================
;======================= START MENU / TASKBAR TWEAKS ========================
;============================================================================

; Disable Grouping of 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

; Show QuickLaunch on Taskbar
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"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


;Right-Click Copy-To
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

;Right-Click Move-To
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

; Disable Windows File Protection
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:FFFFFF9D

;cached "folder-view settings", currently 250 (to speed-up browsing local folders)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:000000FA
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
"BagMRU Size"=dword:000000FA

;Reduces size of index.dat in cookies
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Cookies]
"CacheLimit"=dword:00000100
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\History]
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Cookies]
"CacheLimit"=dword:00000100
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\History]
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]
"PerUserItem"=dword:00000001
"CachePrefix"=""
"CacheLimit"=dword:00000800
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Cookies]
"PerUserItem"=dword:00000001
"CachePrefix"="Cookie:"
"CacheLimit"=dword:00000100
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\History]
"PerUserItem"=dword:00000001
"CachePrefix"="Visited:"
"CacheLimit"=dword:00000800

;Dont Use Smooth Scrolling
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"SmoothScroll"=dword:00000000

;This adds an option in the right-click (context) menu to open any folder on your computer in a new window.
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\open in New]
@="Open In New &Window"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\open in New\Command]
@="explorer %1"

;add new reg file to right click>new
[HKEY_CLASSES_ROOT\.cmd\ShellNew]
"NullFile"=""


;Allows boot files to be placed optimally on the hard-drive for faster boots.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

;Disables Backup System Files with Successful Boot
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ReportBootOk"="0"

; Stop MSN Messenger from Running on Windows Startup
;[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger]
;"AppSettings"= hex:22,04,00,00

; Show Administrator Account on Welcome Screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator"=dword:00000001

;Reverse the Mouse Buttons (0 for normal, 1 = swap buttons)
;[HKEY_CURRENT_USER\Control Panel\Mouse]
;"SwapMouseButtons"="0"

;WMP title bar
[HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer]
"Titlebar"="[R@zoR & PuNx]"

;MSN Messenger: Disables - Auto Busy & Away & Disables the annoying MSN Today On Logon
[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger]
"EnableBusyDetect"=dword:00000000
"EnableIdleDetect"=dword:00000000
"AppSettings"=hex:22,02,00,00


[akhir inf]

Tweak ini ngasih tambahan klik kanan di computer
-Shutdown
-logoff
-regedit
-ms config
-taskman
-empty recycle bin
-network

klik kanan disemua drive
-empty recycle bin
-buka file dengan extensi laen pake notepad

start menu
-ganti nama my computer jadi Epicentrum
-ganti nama my document jadi documents
-ganti nama my network places jadi milky ways
-ganti nama my picture jadi pictures
-ganti nama my music jadi musics
-ganti nama my video jadi videos
-gak ada icon di desktop

di komputer
-nambahin shortcut recycle bin
-nambahin shortcut network places
-nambahin shortcut schedule task
-nambahin shortcut camera & scanner

puuu...h selesai juga akhirnya,gw jamin komputer n laptop lo jadi cepet (+/- 1 menit) kecuali lo pake deep freeze

Computer Base Information System (CBIS)


Sejarah perkembangan CBIS
          Pada awal perkembangan komputer, penggunaan teknologi komputer diterpkan pada area bisnis yang difokuskan hanya pada data. Namun seiring dengan perkembangan jaman, komputer dimungkinkan untuk menghasilkan informasi.
        Komputer memiliki kemampuan untuk menghasilkan informasi yang padat, akurat dan tepat waktu. Oleh karena itu di buatlah suatu infoemasi berbasis komputer untuk menunjang setiap keputusan.