Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- what is diffence between HSRP and VRRP
- you suck
- This doesn't work. Itopens my gmail but I still have to copy and paste the email address over to my gmail email window.
- doesnt work anymore
- That was easy. Thanks!!
Tech-Recipes
Cookbook of Tech TutorialsXP Pro and Vista: List active Windows programs from command line with tasklist | Windows | Tech-Recipes
Started by qdideas · 9 months ago
5 years ago
I went to full dos and typed tasklist (then enter)
Then I went to start/run and typed cmd to get a dos prompt on the desktop and typed the same. No list.
I am using Home XP.. What am I doing wrong.
thanx
tommytx
5 years ago
Quinn
5 years ago
what did I do to deserve this?
4 years ago
I have lots of items saved, and cannot get to it...HELP, H Moniz
8 months ago
That password is hashed
for example apple = $1$u6LCexMv$BXha6te1tEk3dBMqjju6F0
it is the hash that you files are really locked with
when you change your password your new password gets a new hash
for example bunny = $1$XVqEBQYz$1GETn25VbpjZGtmJfTmGk1
if you change your password back to the oreginal it may or may not work depending on what hashing algorithm you compuer decides to use.
Basiclly you are screwed, I suggest you get a computer forensics expert to help you but their services are not cheap.
4 years ago
I have lots of items saved, and cannot get to it...HELP, H Moniz</ul>
Is this in code?
Can I get somebody to translate this for me?
Case number?
Filing cabinet?
3 years ago
TASKLIST /S remote-computer-name /FI "imagename eq myapp.exe" or
TASKLIST /S 192.168.rrr.r (remote computer's static IP)
I am prompted for the password for the local_computer_nameuser. This nor the remote computer have passwords assigned.
Both computers are in the same workgroup. It works fine if the /S is left off (local computer) or if /S 192.168.lll.l (local computer's static IP) is used
Any suggestions?
Thanx in advance, Skip
2 weeks ago