Showing posts with label Windows Tricks. Show all posts
Recover Deleted Data Using Wise Data Recovery 3.18.170
Hi friends, Have you lost your private data by formatting or have you ever deleted useful files like image, music, videos or document by mistake then this guide is for you, to manage this issue there is two options.
- Restore system point.
- Recover your data by data recovery software.
In this post I'm telling about wise data recovery, Wise data recovery 3.18.170 is a powerful data recovery tool can easily recover your deleted files. It is totaly free of charge, Recover documents such as word, excel, txt etc. reprocess photo/image such as jpg, png, gif etc. recover e-mail files specified as .eml etc.
See also :
How To Monitor Hidden Internet Connections
If you're online at this time on ThingsGuide, your computer also connects to many other connections that are running in the background, Which not only reduces the speed of your internet but also increases your data bandwidth usage, Sometimes it can be gateways for viruses and malware. However, the many programs that you have installed on your computer, also connect to internet based services, Here are a few ways to monitor and detect those internet connections.
Using Command Prompt
Type cmd into the run box from start menu and click on OK
Type the characters netstat –abf 5 > activity.txt and hit the enter key. Wait a few minutes for Windows to record the processes.
Type Ctrl + C on your keyboard to stop recording.
Type activity.txt and hit the enter button. Notepad will now open with the recorded internet connections.
Using Nirsoft CurrPorts
The Nirsoft CurrPorts app lists detailed information regarding background internet connections of a computer. Go to the Nirsoft CurrPorts website and download the currports.exe
through this tutorial you can also check for unknown processes of viruses and malware who often use ports and incoming and outbound internet connections.
Create Some Fake Computer Viruses
Today I am sharing another interesting article about "How To Make Fake Funny Computer Virus". In this tutorial I teach you how to make a harmless and fake virus, Basically what it does is just log off and then "Shutdown" your computer.
Disclaimer - Everything here is for informational purposes only.
Here's how it will look like:
Disclaimer - Everything here is for informational purposes only.
1. Fake error message
Step-1 Make a new text document with notepad, type msg * YOUR MESSAGE, image refer below:
Step- 2 Now save as Play me.bat As always, make sure that you select All files instead of Text Document.
Here's how it will look like once it is launched:
2. Forced Shutdown
Step-1 Put the following into your Notpad:
@echo off
shutdown -s -f -t 60 -c "YOUR MESSAGE HERE"
(Replace 60 with the length of the countdown you want)
Step- 2 Now save as play me.bat
Here's how it will look like:
To stop it, open Run from the start menu and type shutdown-a. Enjoy