Ads 468x60px

Smaller time frame always follow the bigger time frame. It's better wait be patience to enter in position than risk with BIG SL. Having strong trading discipline and taking losses when necessary is a sign of serious trading approach
Subscribe:

Labels

Showing posts with label trick. Show all posts
Showing posts with label trick. Show all posts

Thursday, June 28, 2012

Original and Untouched Windows 7 with SP1 ISO 32 & 64bit


When we purchase a new computer, it comes pre-installed with an OS, most of the times the OS is Microsoft Windows. Now almost all new computer systems are coming pre-installed with Windows 7.
Some computer manufacturers provide a recovery disc with their computers so that you can restore the OS in case you face problems while starting Windows.
But what would you do if you didn’t get the recovery disc or if you lost the recovery disc. Even if you have your genuine product key noted down in your diary or printed on the backside of your computer, you can’t use it to reinstall Windows because you don’t have the setup disc.
To solve your problem, we are going to list direct download links for Windows 7. These are genuine and official download links. It’s completely LEGAL to use them as they don’t come with a product key. You’ll need to use your own product key to activate Windows. The links provide an untouched Windows 7 ISOwhich is a fully functional 30-day trial version which can be converted into full version after entering your product key and activating it.
comments

Saturday, June 23, 2012

WMIC command line


A few weeks ago, uber-handler Tom "I-Write-Spyware" Liston and I were working on some tests of anti-spyware applications.  One of the experiments we performed was to take an ultra-infected box and run various anti-spyware tools to see if any of them could clean up the mess.  The Windows machine we had was so thoroughly laced with spyware that IE couldn't run, Task Manager couldn't start, and the services control panel was kaput.  Pretty much every GUI-based management and analysis tool on the box was hosed.  Ouch!  And, no, booting into Safe Mode didn't help at all (we tried it of course), because the system was so corrupted.  You see, the spyware altered various crucial reg keys and used the SafeBoot reg key for auto-startup, as Tommy-boy described brieflyhere.
So, how could we do analysis on this machine without resorting to these GUI tools?  Of course, there is the stunning arsenal of handy investigating tools from www.sysinternals.com (Process Explorer, TCPView, et al), but we wanted to go with tools built-in to Windows, preferably command line.  We didn't even want to use the Resource Kits.
comments

Friday, June 22, 2012

Group Policy Registry Key Entries for Windows 7/Vista/XP and Server


Windows client operating system such asWindows 7, Windows Vista, Windows XP and Windows server operating system such as Windows Server 2003, Windows Server 2008and Windows Server 2008 R2 has thousands of settings, configurations, preferences and policies that alter, enable, disable, allow or restrict the behaviors, features, functions and other components within the environment.
All policy settings is registered in system registry. Normally, Windows has a built-in utility called Local Group Policy Editor (GPedit.msc) which allows end-users to easily configure and set the value for various policy settings of Group Policy Objects (GPO) instead of manually navigating through Registry Editor. However, some editions of Windows, especially versions for home use only does not include the GPedit.msc snap-in for MMC, forcing users to edit via Registry Editor to apply the policies. In addition, developers or programmers may also want to code the program or script to change or set the policy values.
comments

Wednesday, June 20, 2012

How to Stop any Process/Task from DOS-Prompt


What do you think ALT+CTRL+DEL is the only solution to stop a process/application or service running in Microsoft Windows OS, I am sure most of you will be doing this when ever they get stuck and their PC gets hanged. Besides getting help from Task Manager there are other ways  and one of them is DOS Prompt.
  1. Go to Dos-Prompt from Start Menu->Run (Type CMD here).
  2. Write TASKLIST and press enter, this will show you all the current running processes/applications/tasks. (As shown)
comments

How to be happy without Internet


There was a period of your life when the Internet didn’t exist or it was not well known. Do you remember? Everything was done by using books such as: white pages, dictionaries, vocabularies, encyclopedias etc. Do you remember the sound of their pages while you browsed them with your fingers? If you wanted to speak, you had to use your home phone or some public phone outside, maybe at the end of the block. If you wanted to write, you had to use an electrical machine or in the worse cases your pen. If you wanted to listen to some songs, you had to buy music cassettes and if you wanted to watch a movie you had to buy or rent VHS cassettes and own a VHS player, of course. It is rather difficult to think about those days, they seem to be so far away. It is even difficult to picture yourselves in a hostile environment like that.
comments

How to retrieve a list of running processes from DOS


Be aware of what processes are running on your computer is a great thing. This to understand what is going on on your machine, but also to report some unexpected behaviour to experts who are in many forums, ready to help you. One of the first things you could be asked by people willing to help you identify an issue on your PC is a complete list of your running processes. Retrieving such a piece of information is quite easy since it is sufficient to press CTRL+ALT+DEL and click Start Task Manager to open a window showing you all the running processes on your Windows. But how write them on a .txt or .doc file in a couple of steps? Just follow this trick.
comments

Tuesday, June 19, 2012

Create a folder list including subdirectories in DOS


To create the entry in the context menu it's necessary to first create a batch file. A batch file is a text file that contains a sequence of commands for a computer operating system and uses the .bat extension. The format for the .bat file is:

dir /a /-p /o:gen >filelisting.txt

The name of the .txt file can be whatever you like. In this example, I've used filelisting.txt, but it could just as easily be filelist, listoffiles, namedfiles, or even Wally if you enjoy the bizarre in your filenaming schemes. Once you've decided on the filename, create the file in Notepad.

Save the file in your WINDOWS folder , making sure to use the .bat extension and not the default .txt extension. It's important to set "Save as type" to All Files and "Encoding:" to ANSI.
comments

Thursday, June 14, 2012

View available drives on the computer via DOS command


If you're using Windows Vista or 7, use the wmic command at the command line to view available drives on the computer. At the prompt, type the below command.

wmic logicaldisk get name
Name
C:
D:
E:


wmic logicaldisk get size
Size
44063256576
115870789632
173912064



comments

Wednesday, June 13, 2012

see all computer on network in cmd

If we want show all PC Name (host) in network using CMD DOS :
NET VIEW

And if we want to save the result (output) to text file:
NET VIEW >C:\Name.txt


comments

Tuesday, June 5, 2012

How to Turn Auto Suggest On or Off in Windows Explorer

As you start to type something (ex: path) in the address bar of Windows Explorer or Open line in Run, the Auto Suggest feature will automatically show you a drop down list of items below the address bar or Open bar that it thinks you are trying to type for you to select from instead of you having to type it out completely.

This will show you how to turn Auto Suggest on or off in the address bar drop down list of Windows Explorer or Opendrop down list of Run in Windows 7 and Vista.

You will notice that the address bar's drop down menu in Windows Explorer will show you a list of your recent location paths that you opened when you manually typed the path into the address bar, or if you navigated to a location using the bread crumb arrows (black triangles) drop down menu inside the address bar itself in between each folder in the path.


EXAMPLE: Windows Explorer "Auto Suggest" On and OFF
Windows Explorer Auto Suggest - Turn On or Off-autosuggest_on.jpgWindows Explorer Auto Suggest - Turn On or Off-autosuggest_off.jpg 
comments

Remove Network icon from Windows Explorer side pane

Please change the registry 


HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder\Attributes from b0040064 to b0940064


It will remove “Network” icon from Windows Explorer and not cause any network problem.


Source



comments

Disable UAC With a Registry Hack


Since the only way to completely disable UAC in all versions of Windows 7 is a registry hackTo disable UAC via the registry, you’ll need to head to the start menu search box and type in regedit.exe and browse down to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
comments

Wednesday, May 16, 2012

DNS

Silahkan pilih alternatif DNS Server berikut ini, gunakan DNS yang anda rasa paling cepat pada sambungan internet anda.
Daftar Public DNS Server Indonesia :
Server DNS indosat.net.id termasuk DNS Indosat IM2
  • 202.155.0.10
  • 202.155.0.15
  • 202.155.0.20
  • 202.155.0.25
  • 202.155.46.66
  • 202.155.46.77
  • 202.155.30.227
DNS Telkom.net.id dan DNS Telkom Speedy
  • 202.134.0.155 : CacheDNS-JKT1.telkom.net.id (Jakarta)
  • 203.130.196.5 : CacheDNS-JKT2.telkom.net.id (Jakarta)
  • 203.130.196.155 : CacheDNS-JKT3.telkom.net.id (Jakarta)
  • 202.134.0.61 : CacheDNS-JKT4.telkom.net.id (Jakarta)
  • 125.160.2.226 : cachedns-tmk.telkom.net.id (Jakarta)
comments

Monday, May 7, 2012

Making Batch FTP Upload

The following batch file (UPWIP001.BAT) will start an FTP session and pass the name of a text file (UPWIP001.TXT) to the FTP program. This text file will be processed by the FTP program and each of the statements in the text file will be processed in the sequence they appear.
@echo OFFrem  * *******************************************************************
rem  *               FTPSAME1.CMD - a Windows Command File               *
rem  *         This program is provided by SimoTime Enterprises          *
rem  *           (C) Copyright 1987-2011 All Rights Reserved             *
rem  *             Web Site URL:   http://www.simotime.com               *
rem  *                   e-mail:   helpdesk@simotime.com                 *
rem  * *******************************************************************echo *
comments

Monday, April 30, 2012

Can not right click to copy an article on a webpage

On those sites that have the so-called right-click protection, disable JavaScript in your browser and thoroughly refresh the page or clear the browser's cache and refresh to be sure.

Reset JS when done.

comments

Sunday, April 29, 2012

Installing Windows 7 from USB Flashdisk


This guide works 100% for Windows 7 and Windows 8 unlike most of the guides out there. I have seen many sites/blogs that have “Install Vista from USB guide” but either with incomplete steps or not working guide. I have also seen some guides that don’t’ use proper commands in this guide. After spending many hours I have come up with this 100% working guide to install Windows 7 and Windows 8 from USB flash drive.
Bootable USB drive

comments