Blog

  • Disable Gmail Spam Filter

    Step 1 .Click on Settings > Filters > Create a new Filter

    Step 2 .You would see 4 text boxes. In “Has the words” enter is:spam and click on next step .

    Step 3. Click OK on the pop up that follows.

    Step 4. Check the box against “Never send it to Spam” and click on “Create filter”

     

    http://www.aeinrst.info/turn-off-or-disable-gmail-spam-filter/

  • VAG-COM

    Currently hunting a Micro-CAN cable… If you got one, please contact me…

    VAG-COM is an independently written PC application that Ross Uwe originally wrote as a tool to check out his own car and be a useful tool to the enthusiast community.  It basically combines the diagnostic abilities of a number of dealer only electronic gizzmos and puts their power into the hands of owners and enthusiasts.

    http://www.wak-tt.com/vagcom/vagcom.htm

     

  • Remove the URL Field From the Comment Form WordPress

    In your theme folder, locate the comments.php and comments-popup.php template files.

    Make sure to back up your files before editing, then find the following that starts with and delete it (or comment it out):

    <p><input type=”text” name=”url” id=”url” value=”<?php echo $comment_author_url;?>” size=”22″ tabindex=”3″ /><label for=”url”><small>Website</small></label> 

    http://www.optiniche.com/blog/261/comment-template-mod/

  • Change Roles via Registry Server 2003

    Modify the ProductType entry in the registry. To do this, follow these steps:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions ProductType.

    Type ServerNT for Member Server

    Type LanmanNT for Domain Controller

    Note If this value is not set correctly or is misspelled, you may receive the following error message:
    System Process – License Violation: The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with product type is not permitted.

  • Distributing Registry Changes Silently

    Regedit.exe supports a /s command-line switch to not display these messages. For example, to silently run the .reg file (with the /s switch) from a login script batch file, use the following syntax:
    regedit.exe /s path of .reg file

  • How to delete registry subkeys and values by using a registration entries file

    To delete a registry key with a .reg file, put a hyphen (-) in front of the RegistryPath in the .reg file. For example, to delete the Test subkey from the following registry key:

    [-HKEY_LOCAL_MACHINE\Software\Test]

    To delete a registry value with a .reg file, put a hyphen (-) after the equals sign following the DataItemName in the .reg file. For example, to delete the TestValue registry value from the following registry key:

    HKEY_LOCAL_MACHINE\Software\Test
    “TestValue”=-

  • Create shares in cmd

    NET SHARE sharename=path /GRANT:everyone,FULL
  • Force remove a failed server from DFS

    To delete the failed server:

    dfsutil /unmapftroot /root:\\domain\share /server:failedserver /share:share

  • Free space in a CMD shell

    Usage : fsutil volume diskfree <volume pathname>
    Eg : fsutil volume diskfree C: