Showing posts with label Laptops/Computers. Show all posts
Showing posts with label Laptops/Computers. Show all posts

How To Unlock Any PC Software Serial Key With Universal KeyGen Generator

Universal keygen generator software
Gone are the days when PC users get stocked in some softwares with serial keys that are no where to be found. Now you can easily unlock any software with this latest universal KeyGen Generator. This app generates the serial keys of almost all premium and paid versions of softwares including PES, every version of microsoft office suits, Adobe photoshop software, Autocad software, Avast antivirus serial keys and many more PC softwares that uses serial key numbers. So feel free and don't panic as you can now unlock any software with no hassle.

10 Hidden Notepad Tricks For Computer Wizards - Check Them Out Here

Notepad is simply a generic text editor included with all versions of Microsoft Windows that allows you to open and read plaintext files. It can be used for text formatting, font change, word wrap and page setup and even opening and editing of XML files although it is not the perfect option for doing that.

If you are familiar with windows PC, you should have known that Notepad 📒 is one of the default apps that comes with any Microsoft computer. It is very vital and important to any PC but i bet you don't know some of the hidden tricks you can pull out with this simple app.

Computers are filled with numerous features and most of the features are even hidden. Only the Wizards, geeks and gurus in the tech world knows about these tricks. Today, am going to reveal some of the top "computer Notepad tricks" i know and some i got via researching online. Follow me along...

NOTE 📝
This tutorial contains some dangerous techniques that might harm your computer or another person's computer. It is not intended to cause any damage or to be used against another person. It is just for knowledge and educational purposes, so apply the tricks with caution ⚠ Wizy won't be held responsible for any damage you cause to someone's PC with the application of these tricks!


TOP 10 NOTEPAD TRICKS YOU SHOULD TRY NOW

1. Continuous message repetition
This notepad trick works well for multitasking purposes. The trick allows you repeat messages continuously without doing it manually. To do this, you just have to copy the below code and paste on your notepad.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Type your message"
loop


After pasting it, just save the file as anyname.vbs, you need to make sure the file is in .vbs format for it to work. Next, open the file and see the trick in action. You will see something like this “type your message, just type anything and see how it will be repeated.


2. Trick To Create Computer Virus
One of the first Notepad trick i learned so many years ago was creating of computer virus. Although it wasn't meant for attaching other peoples computer as i was just practicing and being happy for knowing that trick.
There are different types of virus you can create with Notepad but in this post, i will only unveil one. Notepad can be used to generate a harmful virus for a system. once Please don’t try this on anyone, I’m just revealing for knowledge sake. Once the file is launched gbam!!! SYSTEM INFECTED. To create this file,

=> Open your Notepad program

=> Input the below codes in your notepad. Just copy and paste the codes.

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

=> Save the file as anyname.bat. You can choose to save the file using any name, but make sure it’s in .bat format.

=> Launch the saved files and you’ll have the matrix effect running on your desktop screen

3. Formatting C-Drive With One Click
You can also call this one another virus trick (if it is used dangerously) you can simply create a folder or file that if someone clicks on it, it will format the computer's C drive immediately.
I know of someone that managed to copy the file from my PC, thinking it’s a hidden stuff, because the folder was named “do no open” by me, after he copied the file to his system and launched it… you won't believe what happened next? Lol!!! 😁 The stuff is actually dangerous. It formatted his C drive without wasting time, just with one single click. So, do you like this trick? Okay, to create it, just launch your notepad, copy the below code and paste on your notepad.

01100110011011110111001001101101011000010111010000
100000011000110011101001011100
0010000000101111010100010010111101011000

After that, save the file as anyname.exe.
Be sure the file is saved in exe format because it is important. The file formats are very important in these tutorials. Once someone click on it, it will automatically delete everything on the computer C-drive. Even your own PC so don't try it on yours unless you have backup of your data.

4. Trick To Disable Someone's Internet Connection
Here is yet another dangerous Notepad trick to harm someone or your enemy. Please don't use this casually. Am not supporting wickedness and this tutorial is not intended to cause problem. With Notepad, you can create a harmful file that will automatically disconnect someone's PC internet connection. It release the entire data thus IP address would be lost.
It sounds bad right? Okay. To do this, just copy the below code and paste on your Notepad.

@echo off
Ipconfig /release

After that, save it with anyname.bat. Like i said earlier, it is very dangerous and immediately it is launched, the PC won't be able to connect to the Internet anymore but the only way out of this is by creating another file with this code “IPconfig /renew” without the quotes and the system will return back normally again.


5. Trick To Lock Computer Files
Sometime ago i published a post on this blog on How to lock your system files and folders for security reasons, i advice you to read the post and see how it is done alternatively. But to do it with another method using Notepad, just copy and paste the below code on your notepad.

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==YOUR PASSWORD HERE goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

From the above code, change the “YOUR PASSWORD HERE” to the password you want to use for file lock. After that, save the file as locker.bat or any name but remember it must be in .BAT format. Once the file is saved, to activate it, double click the file to create a folder, as a new folder named as locker would be created in same location as the file. Next thing to do is to move all the files you want to lock in the folder. Meanwhile, if you wish to unlock 🔓 the folder anytime, just go to the batch file created and double click on it, then type the password and and it will be unlocked 🔓

6. Trick To Force Windows To Shut Down
That face 😔 you wear when your windows PC refuses to shut down. 96% of computer users had experienced this one time or the other of their life and it's not funny honestly. But with the help of Notepad, you can create a file to initiate and force your system to shut down if it proves stubborn.
To do this, just copy and paste the below code in your notepad.

@echo off
* Shutdown computer
shutdown -c “Sleep Tight” –s

After that, save the file as shutdown.bat or any other name you wish but make sure it’s saved in BAT file format. From there you can shut down your system with one click.

7. Trick To Test Anti-virus
Forget about all those non-functioning anti-virus testing software you download. With Notepad, you can test how reliable an Antivirus app is.
It is very simple to create. Just open your notepad, copy and paste the below code to your notepad.


X5O!P%@AP4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Once you have copied it, save the filename as anyname.exe. (make sure that the file is in exe file format). Now to test your the reliability of your system Antivirus app, just launch the file and as soon your antivirus attempts to delete the program, it simply indicates that the antivirus is reliable, but if not, your Antivirus is just dead and not functioning. So install another reliable one and make sure you update it regularly.

8. Matrix Effect Trick
This trick is for fun but can also act as virus. What it does is that it generates a matrix like windows which displays random numbers (in green colors) falling down like falling rains on your PC screen. You can use it to prank your friends and colleagues. They will think you are a professional programmer trying to write some programs. To achieve this follow the below steps

=> Open your Notepad program

=> Input the below codes in your notepad. Just copy and paste the codes.

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

=> Save the file as matrix.bat. You can choose to save the file using any name, but make sure it’s in .bat format.

=> Launch the saved files and you’ll have the matrix effect running on your desktop screen.

9. Trick To Make Unlimited Folders
Another virus lookalike trick. Do you know you can create unlimited folders 📁 on your system with Notepad trick? Alright, you as well use it on your friends to show them that you are a Wizard in Techs by creating a bat file of the trick and sharing it to your friends. To do this, copy and paste the below code on your Notepad.

@echo off
:start
md %random%
goto start

Now save the file as anyname.bat, bear in mind it must be in “.bat” format and launch the program and see watch what will happen.

10. Trick To Convert Text To Audio
Finally, do you know you can convert any text file into audio 👂 🔊? This reminds me when i was schooling, i created so many audio versions of my text books and notes and burned it to CD 💿. So even if am doing any other things like washing clothes, i will just be playing the CD and be learning at the same time. It really helped me.

Now to do this with Notepad, copy and paste the below code on your Notepad

Dim msg, sapi
msg=InputBox("Enter your text","Altechgeek audi0 converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Then save the file name with anyname.vbs (it must be saved with vbs format) then, launch the file on your computer; you’ll be asked to input text which would be converted to audio. Just type all the text you wish to convert to audio. Remember there are apps that you can use to also do this like "google text to speech" and "iPhone text to speech" on mobile devices

READ ALSO 📖

Top 50 Windows 8 Tricks You Might Not Know

How To Create Undeletable Folders On Your PC

Download WizyTechs Blog Android App For Faster Updates And Browsing

Yea guys, Now you can use some of this tricks to achieve some vital tasks but don't use it with bad intentions. Although there are still some other tricks you can pull out with Notepad but i feel these ones are the major tricks for now. Do you have any other trick? Let us know.

How To Use MTN 0.00 Free Browsing On Your PC With Simple Server

Still on the matter of unlimited free browsing, downloading and streaming of videos with the latest browsing tweak of the year which is the Mtn 0.00k cheat. This cheat has really helped many folks to update their phones, laptops, download all the HD games they have being eying before and even watched movies, TV programs, and live football using mobdro, sybla TV, Netflix, showbox and others.

Well, this tweak has been rocking for Android and iOS devices but we thought about how to make it work on PC Without the use of PdaNet. And we are happy to let you know that it is very simple. Just few modification from the normal MTN BIS on PC. All you need to change on your simple server (PC version) is the proxy server. You just have to change it to 172.16.5.226@mtnonline.com/data-reset but if you don't have the Mtn BIS configured simple server yet on your PC or if you don't have the time to tweak it, just download the already configured simple server on PC for Mtn 0.00 tweak from this post.

MTN 0.00 Free Browsing Cheat For PC With Configured Simple Server
==> First of all, download the already configured mtn 0.00 simple server program

==> Use the default MTN access point on your modem. The access point is “web.gprs.mtnnigeria.net”.

==> Now, open any of your browser (Mozilla Firefox, Google chrome or internet explorer) and make sure the proxy address is set at “127.0.0.1” and port at “8080”

==> After configuring your browser, simply connect your modem… double click on the simpleserver.exe and start browsing and downloading until your laptop battery goes down or PHCN interrupts power supply.

Happy Browsing!!!

Download Configured Etisalat Chat Pak, Socialme Simple Server For PC For Unlimited Browsing

Etisalat Socialme and chat pack unlimited browsing are still working on Android phones and iOS devices but people still complain of difficulties in using it on their system via hotspot tethering though I gave out a way to share it with PC using PdaNet but most users are not still conversant with the PdaNet and rarely use it so I decided to share this already configured simple server for Etisalat socialme and chat pack.

One thing I like about this Etisalat stuff is that it is not like the 0.00 which frequently disconnects and requires new IPs all the time. In fact, the socialme works without IP and remains stable but as the saying goes, anything that have advantage also has disadvantages and in this case, the socialme speed throttling while browsing is the major disadvantage but once you are using it for browsing alone, you won't notice the throttling because it's fast when using it to brows, Facebook or with other chating apps. It is also unlimited.

Moreover, this is the right cheap browsing tweak for religious folks that don't want to use any free browsing tweak because this particular one requires you subscribe certain cheap amount of money in other to flex unlimited browsing.

HOW DO I SUBSCRIBE TO ETISALAT SOCIALME AND CHAT PAK?

Codes For Etisalat social me
1. For Daily sub dial *200*3*4*2*1*1# (costs N100)

2. For Weekly sub dial *200*3*4*2*2*1# (costs N300)

3. For Monthly sub dial *343*6*11# or *343*5*7# (costs N500)

For Etisalt chat pak
1. For Weekly subscription dial *343*6*10# or *343*5*6# (costs N150)

HOW TO SUBSCRIBE TO ETISALAT SOCIALME THROUGH SMS
Send CHAT6 to 343

For Chat Pak weekly subscription, send CHAT3 to 343

WHERE CAN I DOWNLOAD ETISALAT SOCIALME SIMPLE SERVER FOR PC?
Download Etisalat socialme simple server


HOW TO USE IT

*download the file
*extract the folder on ur Pc desktop
*connect ur Pc to Internet using ur modem
*Open the extracted folder and u will see 4 files inside
*double click on the simple server application and then minimize it
*go to ur Firefox or any other browser and do manual proxy settings using ip 127.0.0 1 and port :8080


You can now flex it with your internet modem

Happy Browsing!

Vido W11Pro3: Checkout The Features Of This China Laptop

China is known for their creativity and determination to create new things unimaginable. They are also very adventurous and eager to rebuild clones of other devices built by other nations as seen it the iPhone 6 and iPhone 7 clones.

A well known Chinese company which predominantly focuses on tablets and android production just adjusted and started producing transformable PC. Vido is also known as Yuandao and now, they have started producing windows laptops that can be transformed and used in different shapes and pattern just like the Tecno WinPad10

The latest device from this phone industry is the Vido W11Pro3 tablet PC which is almost like the Tecno WinPad10 and Lenovo Yoga competitor with a changeable ‘transformable’/hybrid design and fairly good specs. Checkout some of the specs of Vido W11Pro3 below

SPECIFICATION OF VIDO W11PRO3
It has a 11.6-inch 1920 x 1080p screen display with a 16:9 aspect ratio. It runs and powered by a 1.44GHz quad-core Intel Cherry Trail X5-Z8300 SoC Processor which is now common on most Chinese tablets lately.

Still on the specs, it has a 4GB of RAM, 64GB of on-board ROM eMMC a 2mp front camera, and a 9000mAh battery capacity.

Though, the above specs is not so spectacular at this stage and time of technological advancements but what makes it spectacular and interesting is its ability to take different forms and transformation as you can see from the picture above.

FOUR DIFFERENT MODES OF VIDO W11PRO3
==> Laptop mode
==> Stand mode
==> Tent mode
==> Tablet PC mode

WHAT IS THE PRICE OF THIS TABLET PC?
The Vido w11pro3 price is $300, (US dollars)

OMG!!! Check Out Lenovo's New ThinkPad That Rocks 64GB RAM & 1TB SSD Storage


Though this device have been around for few months now but Technology is really turning this planet around and we are seeing many developments and upgrading on a daily basis. Sometime ago i wrote on The Size Of  5MB Hard Drive In 1956 But see how the world of technology has changed and the level we are right now. Lenovo incorporating the new chips into a pair of hefty machines running

Step By Step Method To Update Your Tablets And PC To Windows 10



Few months ago, Microsoft announced the release of windows 10 for the public to install. I found out that most people are finding it very difficult to go about the installation of this awesome operating system that has new and better user interface more than windows 7, 8, and 8.1. With this windows 10, one can stream from Xbox, it has a new start menu and cortana.

List Of Top Best Gaming Laptops And Their Configurations




There are different kinds and types of laptop PC in the market which serves different purposes for different users. Most laptops are just Okay for your day to day activities like browsing the internet, typing documents with any word processor like the Microsoft word and editing pictures but when it comes to playing high end video games, not every laptop will be compactible and even some that tries to play the game, tends to run very slow and in some cases, few interesting features of that game like sound and video quality will be compromised or lost. That is why it is very important

How To Flex MTN BIS And Etisalat Social Me Packages On PC UsingUsing XT181 Software



XT181 app is a very nice alternative to Simple Server for PC, Psiphon for PC  but i can't really tell if it surpasses PDAnet in terms of sharp and fast connection when using bblited and chat pak cheats on PC. Many people are still finding it difficult to brows with their laptops using these cheats but you dont have to worry because i have written some methods here on this blog on how you can easily brows with your pc using your VPN cheats on your phone.
Today, i have yet another method that you can use to achieve same result in case you have difficulties with the previous methods.
Just follow the below steps

Now You Can Share Your PC Internet Using UC Browser Free Wifi

Is your PC connected to the internet? Are you looking for a way to share your PC internet connection with your phone or other gadgets? Are you tired of using connectify and my WiFi router as your WiFi sharing apps? The good news is that UC browser now have a free WiFi feature which is absolutely a nice alternative and a big relief for those that are looking for a way to share their network with other devices.

How To Share Your Phone Psiphon, Simple Server, Tweakware VPN Cheat Network To Your PC

Many people are using different VPN cheats to brows on their respective phones free of charge but there is one common problem people are facing which is sharing their phone tweakware, Simple Android Server, Psiphon, and open VPN internet data with their laptop PC. I have received many requests from some readers of this blog to give them a tutorial on how to brow with tweakware, Psiphon and other VPN cheat on their laptop and here I want to share it with you guys.
PdaNet-android-share-to-pc
PdaNet+ is one of the top Android applications of all time. PdaNet+ shares the Internet access of your Android phone with your computer or tablet. PdaNet+ works on all Android

MUST READ: How To Minimize Heavy Data Consumption When Browsing On Your Laptop


The high cost of internet data is nothing to write home about. Many people spend so much money to buy data and get internet access for their respective online activities and we know the importance of internet data cannot be overemphasized at all
and our PC (laptops and desktops) are not helping matters as the drain internet data like when water drains a foam. However, if you are still spending so much on data, you decided to do so because i have written and released many free and cheap browsing tutorials and codes for the moment at this site's free browsing page. You may like to check it
minimize-data-usage-on-pc

Using MTN BIS On Android And PC With Tweakware VPN Simplied

No doubt, Tweakware is the main and simplest VPN you can use on your smartphone right now to have seamless access to free and cheap browsing and the good news is that you don’t necessarily have to root your phone before it can work on it unlike other VPN apps like Droid VPN and Autoproxy app. It is a VPN app that encrypts internet data and bypass site restrictions enabled by some network providers. Followers of this site has being testifying on how coming across this cheat have saved them from spending big on data subscription on daily, weekly and monthly bases.
tweakware-settings-for-mtn-bis

Worried About Windows 10 Automatic Update Issues? See How To Disable It


The release of Windows 10 is now becoming an old news. Our eyes and mind now should concentrate on how to make windows 10 suit or match our taste. In this life, its natural that  every thing that has advantage must surely have a disadvantage and windows 10 is not left behind.

NEWS FLASH!!! Microsoft Has Officially Released Windows 10 For The Public To Use





Windows 10 is here. After nine months of public beta testing, the final version is rolling out to machines across the world. You can now upgrade to Windows 10 free of charge if you have Windows 7 or Windows 8.1 on your existing PC. While not every single machine will get the upgrade instantly, Microsoft is rolling out the install to millions of devices. All you have to do is register for the upgrade from the taskbar, and Microsoft will alert you once it's ready to be installed. See our guide for full Windows 10 upgrade instructions.