Pages

Tuesday 10 June 2014

Pushbullet Notifier

Mirrors android device notifications from enabled devices to windows pc.

Download Zip From Here
Requires .NET 4.0 Client

Thursday 27 February 2014

Brynhildr - Remote Desktop

Brynhildr (Brünnhilde) is a Windows Remote Desktop Control/Sharing Software Like TeamViewer and VNC.
Features:
  • Small Size (200KB)
  • Screen Sharing
  • Voice Transmission
  • Encrypted Tranmission
  • Clipboard Sync
  • File Transfer
  • Multi-Monitor Support
  • Portable
  • Can Connect to Orthros (iOS Devices)
Created by IchiGeki
Downloads:

Tiny WiFi Host (formerly Wifi Host n Chat) Released


Tiny WiFi Host is Connectify-like Wifi hotspot creator software. But in a small tiny size of 150Kb

Features:
  • Command Line Arguments to autostart on execution, Set SSID and Password
  • It can be operated from TrayIcon
  • It shows Connected Clients
  • Changeable/Removable Notification Sounds
  • Integrated Internet Connection Sharing


Requires:
  • .NET 3.5
  • WiFi Adapter

Changelog:
  • Integrated ICS settings
  • Removed Chat Functionality

Downloads:

Monday 28 October 2013

Prevent FastestFox for Chrome From tracking your searches.

Open this File in Notepad (preferably Notepad++)>
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Extensions\mmffncokckfccddfenhkhnllmlobdahm\<version.no>\scripts\env_setup.js
Find the line with>
return "http://msgs.smarterfox.com/log_msg?" + params.join("&"); 
 
Change it to>
//return "http://msgs.smarterfox.com/log_msg?" + params.join("&"); 
And Voila. No more tracking when clicking popup of selected text.

Sunday 24 March 2013

Voice Notify

Voice Notify is an app for android that read out whatever is written on notification bar whenever a notification is there. That is it will read to you new smses, gtalks, app notifications, alerts etc.
Quite useful when you want to know about a notification without touching your phone.
Get it here
Voice Notify

WiFi Host n Chat

This Application lets you create WiFi Hotspot on supported hardware and software.
All this in small size under a megabyte. It also has an inbuilt P2P Chat Client.

This Application uses the HostedNetwork feature of Windows 7.
Requires .NET 4.0 and Microsoft Virtual WiFi Miniport Adapter driver.
And WiFi Adapter to Host the Network.


Can be used to share internet to WiFi devices like Android Phones and Tablets.

Features:
Small Size: Currently 250KB.
Cmd Line Arguments to autostart on execution, Set SSID and Password.
Ability to change IPaddress of an interface,
Can be operated from TrayIcon.
Shows Connected Clients.
Changeable/Removable Notification Sounds.
Get it Here
Softpedia.com
Project Home

Thursday 14 June 2012

TipZ#004:Bypass Annoying "Run as Admin" Option

Scenario:

  • You have got 2 or more user accounts in windows 7. one of them is Admin and the other is Standard user.
  • You normally use standard user account. and just put in the password when some app wants admin access. 
  • Now the problem is you run an app daily and it needs admin access. And you are annoyed of punching in the password everytime.
So here is the solution,
You need: 
  1. MiniRunAs.exe >> rename this to runn.exe   (this is a runas alternative)
  2. Elevate.exe   (this invokes elevation to highest Admin rights)
  3. Command or program to run.
Now put the runn.exe and Elevate.exe in one folder.

Eg.:
  • You have to run "AdmiN PaneL.msc" everyday as an admin.
  • Its path is  "C:\Users\User\Desktop\scratch\AdmiN PaneL.msc"
  • You put a copy of runn.exe and elevate.exe it the same path that is  "C:\Users\User\Desktop\scratch\"
  • Now create a shortcut with a target like this
    • C:\Users\User\Desktop\scratch\runn.exe <adminusername> <adminpassword> "C:\Users\User\Desktop\scratch\Elevate.exe" "C:\Users\User\Desktop\scratch\AdmiN PaneL.msc"
    • Note the above point is one single line.
  • Done. This shortcut will run  "AdmiN PaneL.msc"  using admin account and with elevated rights.
  • Similarly you can run a cmdline statement
    • C:\Users\User\Desktop\scratch\runn.exe  <adminusername> <adminpassword> C:\Users\User\Desktop\scratch\Elevate.exe C:\Users\User\Desktop\scratch\devcn.exe restart "PCI\VEN_10EC&DEV_8136&SUBSYS_1426103C&REV_02"
    • The above shortcut allows me to restsrt  my ethernet adapter. {devcn.exe is device console}
Note This method is unsecure. Your password is shown in plain text. Hide these shortcuts if necessary.