This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Rabu, 09 September 2009

Windows XP SP2 Registry Keys for Student PCs

These are the registry keys I ZEN out to our student PC's (which is why they are a bit draconian) but so far, so good. I've tried to keep the format consistent where I can and add any notes. This isn't really a reg file, more my notes, but again, someone may find them useful!!!

;Disable Information Bar Prompt in Internet Explorer
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar]
"FirstTime"=dword:00000000

;Override Antivirus Monitoring
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusOverride"=dword:00000001

;Override Windows Firewall Monitoring
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirewallOverride"=dword:00000001

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

;Disable Firewall Notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirewallDisableNotify"=dword:00000001

;Disable Windows Firewall
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\ StandardProfile]
"EnableFirewall"=dword:00000000

;Disable Windows Firewall
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\ DomainProfile]
"EnableFirewall"=dword:00000000

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

;Disable Automatic Updates Notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"UpdatesDisableNotify"=dword:00000001

; Enforce Classic Shell
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ClassicShell"=dword:00000001

; Remove My Computer from the desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001

; Remove IE icon from desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetIcon"=dword:00000001

; Setup Cache for Desktop
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ Session Manager\Memory Management]
"LargeSystemCache"=dword:00000000

; Disable fast user switching
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AllowMultipleTSSessions"=dword:00000000

; Disable .NET password balloon
[HKEY_CURRENT_USER\Software\Microsoft\MessengerService]
"PassportBalloon"=Binary Value "0a 00 00 00"

; Hide last user login name
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DontDisplayLastUserName"=dword:00000001

; Hide You have mail balloon
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail]
"MessageExpiryDays"=dword:00000000

; Disable popup balloons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000001

; Lock taskbar position
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
TaskbarSizeMove=dword:00000000

; Clear the page file on Shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

; Disable save settings on exit
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000001

; Remove Manage option from desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoManageMyComputerVerb"=dword:00000001

; Numlock setting
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"=REG_SZ:2

;Popup errors on startup
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
"NoPopUpsOnBoot"=dword:00000001
"Error Mode"=dword:00000002

; No Shared Documents Setting
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001

;Special Folders
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Cache"=String "%*TEMPDIR%"
"Cookies"=String "f:\w2k\Cookies"
"Desktop"=String "c:\windows\desktop"
"Favorites"=String "f:\W2K\Favorites"
"My Pictures"=String "f:\W2K\My Documents\My Pictures"
"Personal"=String "f:\W2K\My Documents"

; Delete local cache profile on logout
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DeleteRoamingCache"=dword:00000001

; No Delete Printer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDeletePrinter"=dword:00000001

; Disable Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoControlPanel"=dword:00000001

;Control Panel Classic View (cuz I hate the new look)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001

; Lock IE Toolbars
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"Locked"=dword:00000001

; Disable IE Splash screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions]
"NoSplash"=dword:00000001

; IE Proxy Settings
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyServer"=String "ftp=172.19.1.120:8080;http=172.19.1.120:8080;https=172.19.1.120:8080"
"ProxyEnable"=dword:00000001
"ProxyOverride"=String "salisbury.ac.uk; salisbury-college.ac.uk"

;Web FTP View
[HKEY_CURRENT_USER\Software\Microsoft\Ftp]
"Use Web Based FTP"=String No

; Change IE Search engine
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant" =String "http://www.google.com/ie"

;Disable IE Password Caching
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"DisablePasswordCaching"=dword:00000001

;Disable IE Content Filter
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Ratings\.Default]
"Enabled"=dword:00000000

;Restrict Web Sites from Installing Software
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
"*"=dword:00000004

;Disable IE Auto Updates
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoUpdateCheck"=dword:00000001

;Disable IE Script debugger
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"=String "Yes"

;Mailto Groupwise
[HKEY_CLASSES_ROOT\mailto\shell\open\command]
(Default)=String "C:\Novell\GroupWise\grpwise.exe"

;Disable Media Player Auto Upgrade
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DisableAutoUpdate"=DWORD "1"

;Disable recent file list in Media Player
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"AddToMRU"=Binary "00"

;Disable Install from Media
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Installer]
"DisableMedia"=DWORD "1"

;Disable Author Mode in MMC
[HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC]
"RestrictAuthorMode"=DWORD "1"

english learning

"A friend in needs is a friend indeed."
artinya: Seorang teman dalam kebutuhan adalah teman sesungguhnya.
"A penny saved is a penny earned."
artinya: J penny disimpan adalah penny yang diperoleh.


be your selft Jadilah dirimu sendiri

Senin, 07 September 2009

Tak Sekedar Mesin Pencari

Google bukan hanya sebagai mesin pencari software,hardware,game,video dna juga lain sebagainya . Google juga sebagai mesin yang palin diminati oleh penguna internet antara lain:

Perhitungan
misalnya : 4+5*2,lalu tekan enter

Konversi mata uang
misalnya : 100 USD in INR, lalu tekan enter

Melihat waktu di berbagai kota di dunia
misalnya : time in barcelona

Konversi unit
misalnya : 100 inch in meter

Cek ejaan
misalnya : ejaan di kamus standar atau program lainnya

Mencari alamat e-mail seseorang
masukan nama lengkap lalu tekan enter . Fitur ini lebih efektif di jalankan pada yahoo people seacrh . Kemudian akan dimunculkan situs-situs yang pernah dikunjungi oleh orang yang kita cari

Web situs Tv internet:
www.liputan6.com
www.metrotvnews.com
www.seleb.tv
www.cnn.com
tritv.net
www.bbc.co.uk

Web stasiun tv indonesia :
www.an.tv
www.mtvasia.com
www.mtv.com
www.discovery.com
www.transtv.co.id
www.trans7.co.id/trans7news/
www.tvri.co.id
www.tvone.co.id
www.tvborobudur.com
www.cnn.com
www.hbo.com
www.nbc.com
www.hboasia.com


website microblog :
www.moodmill.com
www.kronologger.com
www.twitter.com
www.plurk.com/twitterapp
jaiku.com
speed.com

Mengupragde ke XP SP3 komputer yang digunakan :
windows xp media center edition
windows xp home edition
windows xp profesional edition
windows xp sp 1
windows xp sp 2
windows starter edition
windows xp tablet pc edition ( akan diupgrade menjadi ws tablet pc 2005 )

Spesifiksi Operasi System yang akan kita gunakan :

(1)Windows Vista
-kecepatan 1 Ghz
-memori 1 Gb
-video card directx 9.0
-wddm support < utk M'njlankan fitur aero >memori vga 128 Mb
-harddisk 40 Gb yang digunakan 15 Gb utk instalasi vista
-optical drive dvd utk instalasi

(2)Windows 7 RC1
-kecepatan 1 Ghz
-memori 1 Gb
-video card directx 9,0
-memori 128 Mb wddm
-space card disk instalasi sebesar 16 Gb
-optical drive dvd drive
- windows 7 32 bit

(3)Windows SP3
-kecepatan 300 Mhz atau lebih
-memori 128 Mb
-vga resolusi 800*600
-harddisk 2 Gb instalsi SP3
-optical drive Cd-rom drive atau dvd drive
-video card directx 9.0

Situs-Situs yang dapat mendowload berbagai macam software,game,antivirus dll:
www.gametop.com
www.download.com
www.gamespot.com
www.4shared.com
www.warez.com
www.games.co.id
www.stafaband.com ( lagu streaming )
www.mp3000.net
www.soft32.com
www.boilsoft.com ( video converter )
www.free-av.com ( download avira antivirus )
www.gameshell.com
www.brothersoft.com
www.filehippo.com
www.komputeraktif.com
www.mikrodata.com
www.freebook.com
www.ign.com
www.freshmeat.net
www.microsoft.com
www.infokomputer.com
www.natnit.net
www.neotek.co.id
www.total.or.id
www.vaksin.com ( berita virus yang beredar dan cara ngatasinnya )
www.microsoft.com/protect/yourself/password/checker.mspx ( menguji kekuatan password kita yang kita gunakan )
www.ansav.com
www.smadav.net ( antivirus dalam negeri )
download.cnet.com

Restore Windows Ke Kondisi Yang Sehat

(1)Klik start - all program - accessories - system tools.
(2)Pilih dan klik system restore.
(3)Windows system restore akan dibuka,klik tombol restore my computer to an earlier time.
(4)Klik tombol next, kalender akan ditampilkan.
(5)Klik hari dimana komputer bekerja sesuai dengan kondisi yang sehat dan klik next.
(6)Konfirmasi pilihan anda dan klik next.
(7)Dan proses restorepun akan dimulai.Tunggu dan beberapa saat komputer akan restart dengan sendirinya.ketika booting ikuti instruksinya yang ditampilkan pada komputer kita.