Monday 19 August 2013


1. Accessibility Controls - access.cpl
2. Accessibility Wizard - accwiz
3. Add Hardware Wizard - hdwwiz.cpl
4. Add/Remove Programs - appwiz.cpl
5. Administrative Tools - control admintools
6. Automatic Updates - wuaucpl.cpl
7. Bluetooth Transfer Wizard - fsquirt
8. Calculator - calc
9. Certificate Manager - certmgr.msc
10. Character Map - charmap
11. Check Disk Utility - chkdsk
12. Clipboard Viewer - clipbrd
13. Command Prompt - cmd
14. Component Services - dcomcnfg
15. Computer Management - compmgmt.msc
16. Control Panel - control
17. Date and Time Properties - timedate.cpl
18. DDE Shares - ddeshare
19. Device Manager - devmgmt.msc
20. Direct X Troubleshooter - dxdiag
21. Disk Cleanup Utility - cleanmgr
22. Disk Defragment - dfrg.msc
23. Disk Management - diskmgmt.msc
24. Disk Partition Manager - diskpart
25. Display Properties - control desktop
26. Display Properties - desk.cpl
27. Dr. Watson System Troubleshooting Utility - drwtsn32
28. Driver Verifier Utility - verifier
29. Event Viewer - eventvwr.msc
30. Files and Settings Transfer Tool - migwiz
31. File Signature Verification Tool - sigverif
32. Findfast - findfast.cpl
33. Firefox - firefox
34. Folders Properties - control folders
35. Fonts - control fonts
36. Fonts Folder - fonts
37. Free Cell Card Game - freecell
38. Game Controllers - joy.cpl
39. Group Policy Editor (for xp professional) - gpedit.msc
40. Hearts Card Game - mshearts
41. Help and Support - helpctr
42. HyperTerminal - hypertrm
43. Iexpress Wizard - iexpress
44. Indexing Service - ciadv.msc
45. Internet Connection Wizard - icwconn1
46. Internet Explorer - iexplore
47. Internet Properties - inetcpl.cpl
48. Keyboard Properties - control keyboard
49. Local Security Settings - secpol.msc
50. Local Users and Groups - lusrmgr.msc
51. Logs You Out Of Windows - logoff
52. Malicious Software Removal Tool - mrt
53. Microsoft Chat - winchat
54. Microsoft Movie Maker - moviemk
55. Microsoft Paint - mspaint
56. Microsoft Syncronization Tool - mobsync
57. Minesweeper Game - winmine
58. Mouse Properties - control mouse
59. Mouse Properties - main.cpl
60. Netmeeting - conf
61. Network Connections - control netconnections
62. Network Connections - ncpa.cpl
63. Network Setup Wizard - netsetup.cpl
64. Notepad - notepad
65. Object Packager - packager
66. ODBC Data Source Administrator - odbccp32.cpl
67. On Screen Keyboard - osk
68. Outlook Express - msimn
69. Paint - pbrush
70. Password Properties - password.cpl
71. Performance Monitor - perfmon.msc
72. Performance Monitor - perfmon
73. Phone and Modem Options - telephon.cpl
74. Phone Dialer - dialer
75. Pinball Game - pinball
76. Power Configuration - powercfg.cpl
77. Printers and Faxes - control printers
78. Printers Folder - printers
79. Regional Settings - intl.cpl
80. Registry Editor - regedit
81. Registry Editor - regedit32
82. Remote Access Phonebook - rasphone
83. Remote Desktop - mstsc
84. Removable Storage - ntmsmgr.msc
85. Removable Storage Operator Requests -
ntmsoprq.msc
86. Resultant Set of Policy (for xp professional) - rsop.msc
87. Scanners and Cameras - sticpl.cpl
88. Scheduled Tasks - control schedtasks
89. Security Center - wscui.cpl
90. Services - services.msc
91. Shared Folders - fsmgmt.msc
92. Shuts Down Windows - shutdown
93. Sounds and Audio - mmsys.cpl
94. Spider Solitare Card Game - spider
95. SQL Client Configuration - cliconfg
96. System Configuration Editor - sysedit
97. System Configuration Utility - msconfig
98. System Information - msinfo32
99. System Properties - sysdm.cpl
100. Task Manager - taskmgr
101. TCP Tester - tcptest
102. Telnet Client - telnet
103. User Account Management - nusrmgr.cpl
104. Utility Manager - utilman
105. Windows Address Book - wab
106. Windows Address Book Import Utility - wabmig
107. Windows Explorer – explorer
Disabling and Enabling Windows Firewall
through command Prompt
Windows Firewall is a utility in Microsoft Windows to protect its users from malicious attack
through network. If windows Firewall is disabled then u are more vulnerable to attacks. So
Today I will discuss how to disable/Enable Windows firewall through Command Prompt or
batch File. Whenever a hacker is creating a virus or Trojan he always tries to disable victim’s
Firewall to make him more vulnerable.
Disabling Windows Firewall through command Prompt:
Open Command Prompt and type : netsh firewall set opmode disable
For Enabling Windows Firewall through command prompt:
Open Command Prompt and type : netsh firewall set opmode enable
If You want to make a batch file for Disabling/Enabling Firewall, Then Write above commands
in Notepad and save them as filename.bat where filename is name of batch program you want to
set.
There are some more command line options with which you can play :
1.) If you want to see configuration of Windows Firewall, Then:
Open Command Prompt and type : netsh firewall show config
2.) If you want to reset your Firewall to default setting then you can type:
netsh firewall reset
Save A List of Files to a Text File by Extension
dir *.ext /s /b > files.txt
This command line will create a file called files.txt. When you open this file, there will be a
complete list of all the files in that directory and all subdirectories with the .ext extension. You
can then open up this text file in any text editor and work this the information.By changing the
ext part, you can select different files. For example, if you wanted to list all of the PDF
documents, you would type:
dir *.pdf /s /b > files.txt
Get Your IP Address Information
ipconfig /all
This will retrieve a pile of information about your network connection and IP information. From
this command, you can get:
• Host Name
• Primary DNS Suffix
• Node Type
• IP Routing Enabled
• WINS Proxy Enabled
• DNS Suffix Search List
• Connection-specific DNS Suffix
• Network Adapter Description
• Physical (MAC) Address
• DHCP Enabled
• IP Address
• Subnet Mask
• Default Gateway
• DNS Servers
Get Installed Driver Information
driverquery
It can be very useful when troubleshooting to know what drivers are installed on a system. This
command will give you a complete listing of the drivers and when they were installed.
Copy Files Via Infrared Port
irftp filename.ext
This will fire up the Wireless Link dialog so that you can copy the specified file via an infrared
port.
Find Files Opened By Network Users
openfiles /query
If you are running a system and you want to know who has files open on your computer, this
command will provide you a list of those users and the files that they have open.
Note: If you get an error saying The system global flag ‘maintain objects list’ needs to be
enabled to see local opened files, you can fix this issue by typing openfiles /local on. You
will have to reboot the system but it will resolve the issue.
Monitor Port Activity
netstat -a 30
This will show you all of the TCP/IP ports that are being used on your system and what they are
connecting to (or being connected from). It will continue to monitor these ports and refresh the
information every 30 seconds. You can change the refresh rate by changing the number at the
end of the command.
Tip : Best Tips to Make Firefox 3+ Faster
Recover Information From A Corrupt File
recover filename.ext
If you have a disk with damaged sectors, you can attempt to recover as much information as
possible from the damaged file. Data that is not damaged can be retrieved but data in damaged
sectors will be lost.
Defragment Remote Computer
rexec remotePC defrag C: /F
This command used the rexec command to force a defragment of the C: drive on the computer
named remotePC. You can use whatever you want to for the command (I just used defrag C: /F
as an example). This is very useful for remote maintenance.
Retrieve Detailed System Information
systeminfo
With this command, you can retrieve the following information:
• Host Name
• OS Name
• OS Version
• OS Manufacturer
• OS Configuration
• OS Build Type
• Registered Owner
• Registered Organization
• Product ID
• Original Install Date
• System Up Time
• System Manufacturer
• System Model
• System type
• Processor(s)
• BIOS Version
• Windows Directory
• System Directory
• Boot Device
• System Locale
• Input Locale
• Time Zone
• Total Physical Memory
• Available Physical Memory
• Virtual Memory Max Size
• Virtual Memory Available
• Virtual Memory In Use
• Page File Location(s)
• Domain
• Logon Server
• Hotfix(s)
• NetWork Card(s)
Automatically Defragment C: Daily
schtasks /create /tn "Defrag C" /tr "defrag c: /f" /sc daily /st 23:00:00 /ru
"System"
This will set your computer to automatically perform a complete defrag of the C: drive each day
at 11:00:00 PM (23:00:00). It does this by creating a scheduled task called Defrag C. It will run
this command under the computer’s system account.
Map A Drive Letter to a Folder
subst W: C:windows
Sometimes, your directory structure can get pretty deep and complicated. You can simplify this a
bit by mapping a drive letter to commonly used folders. In the example that I have given, this
will create a drive letter W: and map it to the C:windows directory. Then, whenever you go into
My Computer, you will see a W: drive and when you browse to it, it will automatically take you
to the contents of the C:windows folder.
You can do this with any unused drive letter and any folder that exists on your system.
List All Tasks Running On The Computer
tasklist
It’s always good to know what is running on your system. This is the command line version of
the processes tab in Taks Manager.
Kill A Program
taskkill /im programname.exe /f
If, when using the tasklist command, you discover that there is something running you just want
killed. This is the way to do it! Just note the program name and use it in place of
programname.exe.
Reboot a Remote Computer
shutdown -r -f -m remotePC -c "System will be rebooted in 20 seconds"
Sometimes, you just need to reboot a system. This will do it remotely and give the user a 20
second warning.
Tip : To open Command Prompt, click Start, click Run, type cmd, and then click OK.

1 comment:


  1. Are you willing to know who your spouse really is, if your spouse is cheating just contact cybergoldenhacker he is good at hacking into cell phones,changing school grades and many more this great hacker has also worked for me and i got results of spouse whats-app messages,call logs, text messages, viber,kik, Facebook, emails. deleted text messages and many more this hacker is very fast cheap and affordable he has never disappointed me for once contact him if you have any form of hacking problem am sure he will help you THANK YOU.
    contact: cybergoldenhacker at gmail dot com


    ReplyDelete