wah... terimakasih banyak neh.. buat sesepuh yang sudah banyak membantu... btw saran yang diberikan akan saya coba walaupun masih rada bingung sama script yang dikasih... :)
thks nyilem lagi... ah... blepp..bleepp...bleeeppp..... On 4/21/06, gogon <[EMAIL PROTECTED]> wrote: > > On 4/21/06, Albert Siagian <[EMAIL PROTECTED]> wrote: > > > > > -----Original Message----- > > > From: [email protected] > > > [mailto:[EMAIL PROTECTED] On Behalf Of Rusdianto > > > Sent: Thursday, April 20, 2006 4:51 PM > > > To: [email protected]; [email protected] > > > Subject: [ITCENTER] Update CLIENT ke WSUS tanapa kudu join domain/AD > > > > > > mau tanya neh.. buat sesepuh IT ..... > > > > > > pegimane caranye supaya update mikocok pake WSUS, tanpa kudu > > > join domain/AD... > > > misal : updatenya mikocok http://update.mikrosoft.com > > > > > > > Pakai Local Policy, ada fasilitas untuk itu. Bisa juga tungguin email > dari > > member milis, ada yang bikin software yang mempermudah hal ini. > > Mudah-mudahan dia mau muncul :-) > > > > Salam > > Albert > > > ==================================================================== > > Coba Lihat2 lagi di local policy klien nya.. tepatnya di *administrative > templates - windows component - windows update* ... > disitu bisa di set kemana klien akan cari lokal update.. > kalo mau keliatan atau dapet notify .. set *'configure automatic updates'* > - > nya jadi *'notify for donlod and notify for instal'* ... > > biar cepet sinkron ato lgsg dapet update dari server coba buat script ini > jadi batch file, dan execute... > > ---------------------------------------------------------- > @echo off > Echo File Batch ini akan melakukan Force Update Detection : > Echo 1. Stop "Automatic Updates" Servis (wuauserv) > Echo 2. Hapus "LastWaitTimeout" registry key (Bila ada) > Echo 3. Hapus "DetectionStartTime" registry key (Bila ada) > Echo 4. Hapus "NextDetectionTime" registry key (Bila ada) > Echo 5. Restart "Automatic Updates" Servis (wuauserv) > Echo 6. Force deteksi > Pause > @echo on > net stop wuauserv > REG DELETE > "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" > /v LastWaitTimeout /f > REG DELETE > "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" > /v DetectionStartTime /f > REG DELETE > "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" > /v NextDetectionTime /f > net start wuauserv > wuauclt /detectnow > @echo off > Echo klien ini sekarang akan memeriksa Updates pada SUS Server lokal. > Pause > > ------------------------------------------------------------------------------------------------------- > > semoga membantu :-) > > > > > > ☻-9☺9☺n♫eZ-☻ > > > > > [Non-text portions of this message have been removed] > > > > > > > -- > www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia > Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] > :: Hapus bagian yang tidak perlu (footer, dst) saat reply! :: > ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## > $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ > > [@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id > > > Yahoo! Groups Links > > > > > > > -- ''~`` ( o o ) +------------------.oooO--(_)--Oooo.------------------+ | | | http://www.rusdi.org | | Email:[EMAIL PROTECTED] | | Yahoo id:nice_cisco | | | | .oooO | | ( ) Oooo. | +---------------------\ (----( )----------------------------+ \_) ) / (_/ [Non-text portions of this message have been removed] -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] :: Hapus bagian yang tidak perlu (footer, dst) saat reply! :: ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ [@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
