Feed Subscription (more)

Subscribe with My Yahoo!Subscribe with NewsGatorSubscribe with My AOLSubscribe with NetvibesSubscribe with GoogleSubscribe with PageflakesSubscribe with Bitty BrowserSubscribe with Live.com
Subscribe with RojoSubscribe with BloglinesSubscribe with PlusmoSubscribe with FeedLoungeSubscribe with The Free DictionarySubscribe with NewsAlloySubscribe with Excite MIXSubscribe with Yourminis.comSubscribe with Attensa for OutlookSubscribe with WebwagSubscribe with netomat HubSubscribe with Daily RotationSubscribe with Podcast ReadySubscribe with FlurrySubscribe with Particlsadd to Any Feed ReaderSubscribe with fwickiPřidej na Seznam

Just Share Tips and Tricks Computers, Internet, Anti Virus, Spam Blocker, Blogger Tips, Blogger Tricks, Internet Bussines, News, Awards, Adsense

syndicated content boosted by feedcat.net

 

Current Feed Content from 12 Mar 10 02:16



Booster Dengan FeedCat
Author by : DHUWUH™, Personal Inc. All Rights Reserved.
noreply@blogger.com (sETiawAn)
  • Defend Computer From Hacker and Virus

    Fri, 05 Dec 2008 03:20:00 +0000

    The arrival of broadband Internet access has opened a new playground for hackers. "There is no software available on the network that makes it easy for hackers to probe thousands of hosts and, if file sharing is turned on, they will find you and commitment, " said X - Force director Chris Rouland here talking about how to protect your computer from hackers let go! Stop using Internet Explorer and Firefox to make the change, it is more secure, easy and simple. If you have the ability to change our IP address, update regularly. A team will get a new IP address automatically when themachine boots after a restart. Some DSL accounts of their capacity. If your computer has a fixed IP, minimizeopportunities by hackers to shut down the computer when not in use. There are a variety of affodable software and hardware firewall solutions available for home computers and small business networks or Get Spybot Search and Destroy and AdAware SE and update it immediately Check with the manufacturer of your operating system patches and security bulletins issues.Download and install the system patches that are available An important part of any security plan is the installation of an up to date anti-virus software like Norton, Trend Micro PC-cillin, NOD 32, McAfee and Avast a system to protect against viruses and trojan is effective only if horses.This updates are installed on a regular basis basis.the makers of these products offer the ability to download updates of virus signatures to call over the Internet shut down file-sharing software on your computer's operating system.Your service The Internet may be able to provide information on how to manufacture this.your operating system, which may also help. If your computer has been hacked and specifically that can never be 100% sure that your system is no longer in danger and that starts with 11, to back up personal files on the infected system and format and reinstall Windows.

    noreply@blogger.com (sETiawAn)
  • Viral Link = Link Farm ?

    Mon, 01 Dec 2008 06:45:00 +0000

    Viral Link = mata rantai karena virus, duh ada-ada saja ya ide bagus dari sohib blogger ini dalam tips untuk menaikkan traffic-nya. Ini pas saya baca di blogger sohib-sohib yang sudah berkompetisi dibidang tersebut yang mengacu pada viral-linking. Saya sih belum berani coba karena mengacu pada artikel saya tentang Link Farm, salah satu kutipan tentang Link-Farm sendiri dimana "Dengan indikasi link farm, pihak search engine / mesin pencari seperti Google dll akan dengan mudah menutup akses (banned) hasil pencariannya ke situs link farm tersebut”. Ini mengingat link farm sangat mudah untuk disalahgunakan sebagai upaya mendongkrak ranking suatu situs/blog secara brutal". Saya mohon maap sudah mengomentari tentang ide ini dan tidak bermaksud menggurui atau apa, ya mungkin ini cuman sebagai referensi buat saya pribadi yg mungkin belum berani bertaruh untuk di Banned Mbah-nya dan hilang dalam peredaran dalam sekejap HeHeHe. Jika memang sudah ciamik, gak salah juga saya akan mencobanya, cuman kawatir aja sama Mbah Buyut Google tentang Viral-Link ini. Mohon-maap juga buat sohib blogger yang sudah tagged dan belum dipasang. Semoga dengan tricks tersebut sangat bermanfaat dan justru tidak merugikan kita. Ditunggu perkembangan dalam sesi selanjutnya.........

    Kurang lebih perintah kode-nya seperti ini :


    {Start Copy Here}


    Rules :
    1. Copy paste from {Start Copy Here} to {End Copy Here}
    2. Please link back to the person who tagged you and PASS this tag to many of your friends
    3. If you have more than one blog, please post this to all of your blogs, the more the merrier.
    4. The use of NO FOLLOW on links is not allowed, Let's all be fair!
    5. Remember to come back here at JENNY TALKS (pls don't change this link) and leave the exact post url so I can add you to the master list to help increase our rankings and improve our Technorati Authority.
    6. Spread the virus.. oooopps I mean the VIRAL LINKING and happy blogging!

    BLOGGERS :
    1. http://YourBlogsHere.com etc...

    {END Copy Here}
    noreply@blogger.com (sETiawAn)
  • Manual Registry Repair For Windows XP

    Mon, 01 Dec 2008 05:51:00 +0000

    To use the Regedits : Save the REG file on your hard drive. Double click it and answer yes to the import prompt. REG files can be viewed in Notepad by right-clicking on the file and selecting Edit.


    To use the files VBS : Download. Vbs file and save it to your hard drive (you may want to do right click and use Save Target As). Double click the vbs file. You will be prompted when the script is done.


    NOTE : If your anti-virus software that warns of a "malicious" script, this is normal if you have "security scripting" or similar enabled technology. These scripts are not malicious, but it does make changes to the system registry.

    Disable or Enable Registry Editing Tools .reg


    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableRegistryTools"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "**.del.DisableRegistryTools"=-

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableRegistryTools"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "**del.DisableRegistryTools"=-

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=dword:00000000


    Enable or Disable Screen Saver ( Save As To .vbs )

    Dim WSHShell, RegKey, ScreenSaver, Result
    Set WSHShell = CreateObject("WScript.Shell")
    RegKey = "HKCU\Control Panel\Desktop\"
    ScreenSaver = WSHShell ( Save As To .reg )Read (regkey & "ScreenSaveActive")
    If ScreenSaver = 1 Then 'Screen Saver is Enabled
    Result = MsgBox("Your screen saver is currently active." & _
    vbNewLine & "Would you like to disable it?", 36)
    If Result = 6 Then 'clicked yes
    WSHShell ( Save As To .reg )Write regkey & "ScreenSaveActive", 0
    End If
    Else 'Screen Saver is Disabled
    Result = MsgBox("Your screen saver is currently disabled." & _
    vbNewLine & "Would you like to enable it?", 36)
    If Result = 6 Then 'clicked yes
    WSHShell ( Save As To .reg )Write regkey & "ScreenSaveActive", 1
    End If
    End If


    Enable_DragDrop ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_EnableDragDrop"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoChangeStartMenu"=dword:00000000


    Enable_Installer ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\.exe]
    "Content Type"="application/x-msdownload"

    [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
    "{098f2470-bae0-11cd-b579-08002b30bfeb}"


    Enable_Fix-exe-XP ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\.exe]
    @="exefile"
    "Content Type"="application/x-msdownload"

    [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
    @="{098f2470-bae0-11cd-b579-08002b30bfeb}"

    [HKEY_CLASSES_ROOT\exefile]
    @="Application"
    "EditFlags"=hex:38, 07, 00, 00
    "TileInfo"="prop:FileDescription;Company;FileVersion"
    "InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

    [HKEY_CLASSES_ROOT\exefile\DefaultIcon]
    @="%1"

    [HKEY_CLASSES_ROOT\exefile\shell]

    [HKEY_CLASSES_ROOT\exefile\shell\open]
    "EditFlags"=hex:00, 00, 00, 00

    [HKEY_CLASSES_ROOT\exefile\shell\open\command]
    @="\"%1\" %*"

    [HKEY_CLASSES_ROOT\exefile\shell\runas]

    [HKEY_CLASSES_ROOT\exefile\shell\runas\command]
    @="\"%1\" %*"

    [HKEY_CLASSES_ROOT\exefile\shellex]

    [HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
    @="{86C86720-42A0-1069-A2E8-08002B30309D}"

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PEAnalyser]
    @="{09A63660-16F9-11d0-B1DF-004F56001CA7}"

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]
    @="{86F19A00-42A0-1069-A2E9-08002B30309D}"

    [HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]
    @="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"


    Enable_Flash_IE ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\MiscStatus\1]
    @="131473"


    Enable_Folder and Icon Refresh ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]
    "UpdateMode"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "NoNetCrawling"=dword:00000000


    Enable_FolderOptions ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoFolderOptions"=dword:0000000

    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoFolderOptions"=dword:0000000


    Enable_Right_Click ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
    "NoViewContextMenu"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoViewContextMenu"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSetTaskbar"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=dword:00000000


    Enable_Menu+Winlogin ( Save As To .inf )

    [Version]
    Signature="$Chicago$"
    Provider=Vaksincom

    [DefaultInstall]
    AddReg=UnhookRegKey
    DelReg=del

    [UnhookRegKey]
    HKLM, Software\CLASSES\batfile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\comfile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\exefile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\piffile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\regfile\shell\open\command, , , "regedit.exe "%1""
    HKLM, Software\CLASSES\scrfile\shell\open\command, , , """%1"" %*"
    HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell, 0, "Explorer.exe"
    HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Userinit, 0, "C:\WINDOWS\system32\userinit.exe"
    HKLM, SYSTEM\ControlSet001\Control\SafeBoot, AlternateShell, 0, "cmd.exe"
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell, 0, "cmd.exe"

    [del]
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableTaskMgr
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFind
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoRun
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableCMD
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFolderOptions
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoClose
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDesktop
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDrives
    HKCU, Software\Microsoft\Windows\ShellNoRoam\MUICache, C:\WINDOWS\system32\winlogin.exe
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\run
    HKCU, Software\Microsoft\Windows\CurrentVersion\RunServices
    HKCU, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce
    HKCU, Software\Microsoft\Windows\CurrentVersion\RunOnce, services
    HKCU, Software\Microsoft\Windows\CurrentVersion\RunServices, services
    HKCU, Software\Microsoft\Windows\CurrentVersion\RunServicesOnce, services
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run, services
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFind
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoClose
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDesktop
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDrives
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoRun
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, NoDiskCpl
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp, Disabled
    HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion, Winlogon
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer, ShowSuperHidden
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\run
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer, NoFind
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer, NoRun
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\System, DisableRegistryTools
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\System, DisableTaskMgr
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce, services
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx, services
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices, services
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce, services
    HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run, services
    HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion, winlogon
    HKU, S-1-5-21-1177238915-412668190-839522115-1003\Software\Microsoft\Windows\CurrentVersion\RunServices, services
    HKU, S-1-5-21-1177238915-412668190-839522115-1003\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce, services
    HKU, S-1-5-21-1177238915-412668190-839522115-1003\Software\Microsoft\Windows\ShellNoRoam\MUICache, C:\WINDOWS\system32\winlogin.exe
    HKU, .DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\run
    HKU, .DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools


    Enable_MenuSearch ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoShellSearchButton"=dword:00000000


    Enable_MyComputer ( Save As To .vbs )

    Message = "To work correctly, the script will close" & vbCR
    Message = Message & "and restart the Windows Explorer shell." & vbCR
    Message = Message & "This will not harm your system." & vbCR & vbCR
    Message = Message & "Continue?"
    X = MsgBox(Message, vbYesNo, "Notice")
    If X = 6 Then
    On Error Resume Next
    Dim WSHShell, n, MyBox, p, t, errnum, vers
    Dim itemtype
    Dim enab, disab, jobfunc
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum\{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
    itemtype = "REG_DWORD"
    enab = "ENABLED"
    disab = "DISABLED"
    jobfunc = "The My Computer icon is now "
    t = "Confirmation"
    Err.Clear
    n = WSHShell ( Save As To .reg )Read (p)
    errnum = Err.Number
    if errnum <> 0 then
    WSHShell ( Save As To .reg )Write p, 0, itemtype
    End If
    If n = 0 Then
    n = 1
    WSHShell ( Save As To .reg )Write p, n, itemtype
    Mybox = MsgBox(jobfunc & disab & vbCR, 4096, t)
    ElseIf n = 1 then
    n = 0
    WSHShell ( Save As To .reg )Write p, n, itemtype
    Mybox = MsgBox(jobfunc & enab & vbCR, 4096, t)
    End If
    Set WshShell = Nothing
    On Error GoTo 0
    For Each Process in GetObject("winmgmts:"). _
    ExecQuery ("select * from Win32_Process where name='explorer.exe'")
    Process.terminate(0)
    Next
    MsgBox "Finished." & vbcr & vbcr , 4096, "Done"
    Else
    MsgBox "No changes were made to your system." & vbcr & vbcr, 4096, "User Cancelled"
    End If


    Enable_SaveMode ( Save As To .inf )

    [Version]
    Signature="$Chicago$"
    Provider=Vaksincom

    [DefaultInstall]
    AddReg=UnhookRegKey
    DelReg=del

    [UnhookRegKey]
    HKLM, Software\CLASSES\batfile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\comfile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\exefile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\piffile\shell\open\command, , , """%1"" %*"
    HKLM, Software\CLASSES\regfile\shell\open\command, , , "regedit.exe "%1""
    HKLM, Software\CLASSES\scrfile\shell\open\command, , , """%1"" %*"
    HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell, 0, "Explorer.exe"
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\vgasave.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\vga.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\tdtcp.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\tdpipe.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\sr.sys, , , FSFilter System Recovery
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\sermouse.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpwd.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpdd.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpcdd.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\dmiot.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Network\dmboot.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\vgasave.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\vga.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\sr.sys, , , FSFilter System Recovery
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\sermouse.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmload.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmio.sys, , , Driver
    HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmboot.sys, , , Driver


    Enable_Scroll_Program ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

    "Start_ScrollPrograms"=dword:00000001
    "StartMenuScrollPrograms"="NO"


    Enable_Search ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoFind"=dword:00000000
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoFind"=dword:00000000


    Enable_StartMenu ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=dword:00000000
    "NoChangeStartMenu"=dword:00000000
    "NoStartMenuSubFolders"=dword:00000000
    "NoStartMenuMFUprogramsList"=dword:00000000
    "NoStartMenuMorePrograms"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_EnableDragDrop"=dword:00000001


    Enable_TaskMgr-1 ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableTaskMgr"=dword:00000000


    Enable_TaskMgr-2 ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableTaskMgr"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableTaskMgr"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
    "DisableTaskMgr"=dword:00000000
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "DisableCAD"=dword:00000000


    Enable_USB_PortFix ( Save As To .reg )

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
    "Type"=dword:00000001
    "Start"=dword:00000003
    "ErrorControl"=dword:00000001
    "ImagePath"=hex(2):53, 00, 79, 00, 73, 00, 74, 00, 65, 00, 6d, 00, 33, 00, 32, 00, 5c, 00, 44, 00, \
    52, 00, 49, 00, 56, 00, 45, 00, 52, 00, 53, 00, 5c, 00, 55, 00, 53, 00, 42, 00, 53, 00, 54, 00, 4f, \
    00, 52, 00, 2e, 00, 53, 00, 59, 00, 53, 00, 00, 00
    "DisplayName"="USB Mass Storage Driver"

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Security]
    "Security"=hex:01, 00, 14, 80, 90, 00, 00, 00, 9c, 00, 00, 00, 14, 00, 00, 00, 30, 00, 00, 00, 02, \
    00, 1c, 00, 01, 00, 00, 00, 02, 80, 14, 00, ff, 01, 0f, 00, 01, 01, 00, 00, 00, 00, 00, 01, 00, 00, \
    00, 00, 02, 00, 60, 00, 04, 00, 00, 00, 00, 00, 14, 00, fd, 01, 02, 00, 01, 01, 00, 00, 00, 00, 00, \
    05, 12, 00, 00, 00, 00, 00, 18, 00, ff, 01, 0f, 00, 01, 02, 00, 00, 00, 00, 00, 05, 20, 00, 00, 00, \
    20, 02, 00, 00, 00, 00, 14, 00, 8d, 01, 02, 00, 01, 01, 00, 00, 00, 00, 00, 05, 0b, 00, 00, 00, 00, \
    00, 18, 00, fd, 01, 02, 00, 01, 02, 00, 00, 00, 00, 00, 05, 20, 00, 00, 00, 23, 02, 00, 00, 01, 01, \
    00, 00, 00, 00, 00, 05, 12, 00, 00, 00, 01, 01, 00, 00, 00, 00, 00, 05, 12, 00, 00, 00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR\Enum]
    "0"="USB\\Vid_116f&Pid_0005\\20031015193616796"
    "Count"=dword:00000001
    "NextInstance"=dword:00000001


    Enable+Disable Show Hidden Files-Folders ( Save As To .vbs )

    Message = "To work correctly, the script will close" & vbCR
    Message = Message & "and restart the Windows Explorer shell." & vbCR
    Message = Message & "This will not harm your system." & vbCR & vbCR
    Message = Message & "Continue?"
    X = MsgBox(Message, vbYesNo, "Notice")
    If X = 6 Then
    On Error Resume Next
    On Error Resume Next
    Dim WSHShell, n, p, itemtype, MyBox
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
    itemtype = "REG_DWORD"
    n = WSHShell ( Save As To .reg )Read (p)
    errnum = Err.Number
    if errnum <> 1 then
    WSHShell ( Save As To .reg )Write p, 2, itemtype
    End If
    If n = 2 Then
    WshShell ( Save As To .reg )Write p, 1, itemtype
    MyBox = MsgBox("Show Hidden Files and Folders are now ENABLED", 64, "Hidden Files and Folders")
    End If
    If n = 1 Then
    WshShell ( Save As To .reg )write p, 2, itemtype
    MyBox = MsgBox("Show Hidden Files and Folders are now DISABLED", 64, "Hidden Files and Folders")
    End If
    Set WshShell = Nothing
    On Error GoTo 0
    For Each Process in GetObject("winmgmts:"). _
    ExecQuery ("select * from Win32_Process where name='explorer.exe'")
    Process.terminate(0)
    Next
    MsgBox "Finished." & vbcr & vbcr , 4096, "Done"
    Else
    MsgBox "No changes were made to your system." & vbcr & vbcr, 4096, "User Cancelled"
    End If


    Enable+Disable_WellcomeScreen ( Save As To .vbs )

    Dim WSHShell, n, MyBox, p, p1, t, cn, Caption, itemtype, errnum
    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\Administrator"
    itemtype = "REG_DWORD"
    t= "Choose Accordingly"
    On Error Resume Next
    n = ws ( Save As To .reg )Read(p)
    errnum = Err.Number
    If errnum <> 0 then
    n = 0
    End If
    Caption = "1 = Show Administrator on Destop, 0 = Don't Show Administrator on Desktop"
    On Error Goto 0
    cn = InputBox(Caption, t, n)
    If cn <> "" Then
    WSHShell ( Save As To .reg )Write p, cn, itemtype
    End If
    If cn <>"" Then
    MyBox = MsgBox("You must Log Off/Log On for the changes to take effect.", vbOKOnly, "Done")
    End If
    VisitKelly's Korner
    Sub VisitKelly's Korner
    If MsgBox("This script came from the Tweaks Section of Kelly's Korner" & vbCRLF & vbCRLF & "Would you like to visit Kelly's Web Site now?", vbQuestion + vbYesNo + vbDefaultButton, "Visit Kelly's Korner") =6 Then
    wshshell.Run "http://www.kellys-korner-xp.com/xp_tweaks.htm"
    End If
    End Sub
    noreply@blogger.com (sETiawAn)
  • Easy To Remove Virus From PC

    Thu, 27 Nov 2008 04:00:00 +0000

    Identify the name of the virus. I usually use systeminternals the manager know the name of the virus. if they can not even access the software then tell me what the virus is doing with your PC then i will help you determine your name. Killing the running process of the virus on your PC ... For example, if the virus is running under iph.exe process then kill the task. Remove the virus back up your hard drive to WipEout potential future threats. Redesign of the previous damage done by the virus as mission-manager with disabilities, autoruns virus, and so on.
    First open the notebook, then type the following, as I have done everything possible to kill the virus process running in the background.


    @ECHO OFF
    TASKKILL /F /IM "RUNDLL32.EXE"
    TASKKILL /F /IM "DRWTSN32.EXE"
    TASKKILL /F /IM "RAVMON.EXE"
    TASKKILL /F /IM "NEW FOLDER.EXE"
    TASKKILL /F /IM "NEWFOLDER.EXE"
    TASKKILL /F /IM "WINFILE.EXE"
    TASKKILL /F /IM "SCVSHOSTS.EXE"
    TASKKILL /F /IM "SCVVHSOT.EXE"
    TASKKILL /F /IM "SSCVIHOST.EXE"
    TASKKILL /F /IM "SVCHSOT.EXE"
    TASKKILL /F /IM "SCVHOSTS.EXE"
    TASKKILL /F /IM "SXS.EXE"
    TASKKILL /F /IM "BLASTCLNNN.EXE"
    TASKKILL /F /IM "SCCVIHOST.EXE"
    TASKKILL /F /IM "FUN.EXE"
    TASKKILL /F /IM "RMHOST.EXE"
    TASKKILL /F /IM WSCRIPT.EXE
    TASKKILL /F /IM IMAPD.EXE
    TASKKILL /F /IM DXDLG.EXE


    Remove possible virus backups from the hard disk. Here is the piece of code that I used.

    DEL "%WINDIR%\RAVMON.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\NEW FOLDER.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\NEWFOLDER.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\WINFILE.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SCVSHOSTS.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SCVVHSOT.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SSCVIHOST.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SSCVIHOST.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SCVHOSTS.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SVCHSOT.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SXS.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\RUN.WSH" /F /Q /S /A H R S A
    DEL "%WINDIR%\KERNEL32.SYS" /F /Q /S /A H R S A
    DEL "%WINDIR%\XMSS.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\BLASTCLNNN.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SCCVIHOST.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\KINZA.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\FUN.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\ISETUP.VBS" /F /Q /S /A H R S A
    DEL "%WINDIR%\RMHOST.EXE" /F /Q /S /A H R S A
    DEL "%WINDIR%\SYS.VBS" /F /Q /S /A H R S A
    DEL "%WINDIR%\BOOT.VBS" /F /Q /S /A H R S A
    DEL "%WINDIR%\SOVITTAMRAKAR.EXE" /F /Q /S /A H R S A


    Now we're going to repair the row that the virus had damaged.

    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Userinit /f /d "%windir%\system32\userinit.exe",
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /f /d "explorer.exe"
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t Reg_Binary /v NoDriveAutoRun /f /d ffffff03
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t Reg_dword /v NoDriveTypeAutoRun /f /d 36
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t Reg_dword /v NoFolderOptions /f /d 0
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /t Reg_dword /v DisbleRegistryTools /f /d 0
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /t Reg_dword /v DisableTaskMgr /f /d 0
    noreply@blogger.com (sETiawAn)
  • Remove Antivirus 2009

    Thu, 27 Nov 2008 01:00:00 +0000

    Antivirus 2009 is a new rogue anti-spyware program. It is also a clone of Antivirus 2008 - also a rogue, and that one of the clones produced more than any other recently. The list of these clones is long: System Antivirus 2008 Antivirus end of 2008, Vista Antivirus 2008, XP Antivirus 2008 etc. Like any of his predecessors, Trojans Antivirus2009 uses, such as Zlob or Vundo, to the spread. These Trojans lurking in the porn / warez sites disguised as video codecs and, upon entering the system, flooding the user with pop-ups and false notification system, presumably to inform him of an infection. While the system at hand can be infected, Antivirus 2009 to inform the user of this regardless of whether it is true or not. The point of this disinformation is to convince the user who is infected and therefore need an antispyware program to dispose of the threat. The user can click on one of the pop-ups or notifications, all of which assert that it will lead to a legitimate security tool, but try to buy him Antivirus2009 the "authorized version" instead. Antivirus2009 can redirect browser to anti-prima-scan.com, webscannertools.com, googlescanners-360.com, livesecurityinfo.com, antivirusonlivescan.com, bestantivirusscan.com, anti-best.com, internetquarantinesite.com, and premiumlivescan.com secureclick1.com Web sites that sell malware. Some of these website are not only fraudulent, but are also malicious. are able to install new malware. Antivirus 2009 is a scam and should be treated as such: Do not download or buy and block Web sites is through your HOSTS file. Download Remove For Antivirus 2009 or here.



    Kill processes :

    av2009.exe
    av2009[1].exe
    AV2009Install.exe
    Antivirus2009.exe


    Delete registry values:

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ CurrentVersion\Run\15358943642955870504508370025739
    HKEY_LOCAL_MACHINE\SOFTWARE\Antivirus
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\”Antivirus” = “%ProgramFiles%\Antivirus 2009\Antvrs.exe”
    HKEY_CURRENT_USER\Software\Antivirus


    Delete files :

    av2009.exe
    av2009install.exe
    av2009install_0011.exe
    av2009[1].exe
    Antivirus2009.exe
    ieupdates.exe
    scui.cpl
    %program_files%\\antivirus
    2009\\av2009.exe
    %startmenu%\\antivirus
    2009\\antivirus
    2009.lnk
    %startmenu%\\antivirus
    2009\\uninstall
    antivirus
    2009.lnk
    winsrc.dll
    %desktopdirectory%\\antivirus
    2009.lnk
    winsrc.dll
    ieupdates.exe
    av2009install_0011.exe
    av2009install.exe
    %program_files%\\antivirus
    2009\\av2009.exe
    noreply@blogger.com (sETiawAn)
  • Free Google Monitor for Blogger

    Tue, 25 Nov 2008 04:00:00 +0000

    Free Monitor for Google is free web promotion software designed for search engine specialists and webmasters. With it, you can find the position of your site in Google Top for popular keywords and get more traffic to Google. Google Monitor will query Google and show the position of your site by your target keywords and also how well your competitors are doing. Keeps statistics on several URLs and several lists of keywords. You can add notes. Google is the most popular search engine. Monitor Google with our free software. Google Monitor is easy-to-use software. Please follow the steps below in order to quickly check your rankings :


    1. Click the "Add URL" button.
    2. Type the URL of your site. Hint : you may omit http:// part of the URL. Click "OK".
    3. Click the "Keywords" button.
    4. Enter all keywords you are interested in one by one. Click "OK".
    5. Click the "Search" button and wait until the process is over.

    That's it! Now you can see the position of your site on Google for different keywords on the left side of the window and you can see all their competitors by the keyword selected on the right side of the window.
    Note: by default, Free Monitor for Google controls only the first 10 results. If you need more, please, open the Preferences window and increasing that value.



    Info
    Current version : 2.4 Feb 27, 2008
    Operating system : Windows 98/2000/XP/Vista
    Size : 1.45 Mb
    Download Now
    noreply@blogger.com (sETiawAn)
  • Increasing The Speed of The Hard Disk

    Tue, 25 Nov 2008 01:00:00 +0000

    To speed up the hard disk speed we need to set up a special buffer in computer memory to enable it to better address interruptions from the disc. This tip is only recommended if you have 256 MB of RAM or higher.


    Follow this steps :
    1. Run SYSEDIT.EXE from the Run command.
    2. Expand the system.ini file window.
    3. Scroll down almost to the end of the file till you find a line called [386enh].
    4. Press Enter to make one blank line, and in that line type Irq14=4096

    Note: This line IS CASE SENSITIVE. Click on the File menu, then choose Save. Close SYSEDIT and reboot your computer. Done. Speed improvement will be noticed after the computer reboots.
    noreply@blogger.com (sETiawAn)
  • Tips Convert To Basic and Dynamic Disks on Microsoft Windows XP

    Mon, 24 Nov 2008 12:23:00 +0000

    Windows XP Professional supports two types of disk storage : basic and Dynamic. Basic disk storage uses partition-oriented disks. A base disk contains basic volumes (primary partitions, extended partitions, and logical drives). Dynamic disk storage uses volume-oriented disks, and includes features that basic disks do not, such as the ability to create volumes that span multiple disks (and spanned volumes).

    General Notes
    Before you change a basic disk to a dynamic disk, keep in mind these points :

    Must be at least 1 megabyte (MB. of free space on any master Boot Record (MBR. disk that you want to convert. This space is automatically reserved when the partition or volume is created in Microsoft Windows 2000 or Windows XP Professional. However, it may not will be available on partitions or volumes that are created in other operating systems. When converting to a dynamic disk, the existing partitions or logical units in the basic disk become simple volumes in the dynamic disk.

    After converting to a dynamic disk, the dynamic volumes can not be changed back to partitions. First, you must delete all dynamic volumes on the disk and then convert the dynamic disk back to a basic disk. If you want to keep your data, you must first make a backup copy or move data another volume.

    After converting to a dynamic disk, local access to the dynamic disk is limited to Windows XP Professional and Windows 2000.

    If your disk contains multiple installations of Windows XP Professional or Windows 2000, not to convert a dynamic disk. The conversion operation removes the entries for the partition of all the partitions the disc with the exception of the system and boot volumes for the current operating system.

    Dynamic disks are not supported on portable computers or Microsoft Windows XP Home Edition.

    Before you change a dynamic disk back to a basic disk, note that all existing volumes must be deleted from the disk before you can convert return to a basic disk. If you want to keep your data, back up the data, or move your data to another volume.

    How to Convert a Basic Disk to a Dynamic Disk

    To convert a basic disk to a dynamic disk:


    1. Log on as Administrator or as a member of the Administrators group.
    2. Click Start, and then click Control Panel.
    3. Click Performance and Maintenance, click Administrative Tools, and then double-click Computer Management.
    4. In the left pane, click Disk Management.
    5. In the lower-right pane, right-click the basic disk that you want to convert, and then click Convert to Dynamic Disk.

    NOTE : You must right-click the gray area that contains the disk title on the left side of the Details pane. For example, right-click Disk 0.

    6. Select the check box that is next to the disk that you want to convert (if it is not already selected., and then clickOK.
    7. Click Details if you want to view the list of volumes in the disk.

    Cool Click Convert.

    8. Click Yes when you are prompted to convert, and then click OK.

    How to Convert a Dynamic Disk to a Basic Disk

    To change a dynamic disk back to a basic disk:

    1. Back up all the data on all the volumes on the disk you want to convert to a basic disk.
    2. Log on as Administrator or as a member of the Administrators group.
    3. Click Start, and then click Control Panel.
    4. Click Performance and Maintenance, click Administrative Tools, and then double-click Computer Management.
    5. In the left pane, click Disk Management.
    6. Right-click a volume on the dynamic disk that you want to change to a basic disk, and then click Delete Volume.
    7. Click Yes when you are prompted to delete the volume.

    Cool Repeat steps 4 and 5 for each volume on the dynamic disk.

    8. After you have deleted all the volumes on the dynamic disk, right-click the dynamic disk that you want to change to a basic disk, and then click Convert to Basic Disk.

    NOTE:You must right-click the gray area that contains the disk title on the left side of the Details pane. For example, right-click Disk 1
    noreply@blogger.com (sETiawAn)
    computers, notebook, laptops, internets, fast internet, antivirus, virus, anti spam, spyware blockers, antivirus firewall, spam blocker, intranet, security, website, software, free download, do follow, css, ptc, ppc, blogger tips, blogger tricks, tutorial, blog tutorial, tips, tricks, windows, microsoft, google, mobile phone, google adsense, make money, affiliate, hardware, internet bussines, tools, search engine, search engine optimization, seo, page rank, traffic, otomotif, car, music, computer repair, electro, heavy equipment, tips, tricks, bussnies internet, programming, blogspot, alexa

    feedcat.net promotes your content, measures audiences
    and reduces the load on your server resources!

    Start feed boosting now for free.