On Error Resume Next
'Delete all Netwrok Drives
Set WshNetwork = WScript.CreateObject("WScript.Network")
Set oDrives = WshNetwork.EnumNetworkDrives
For i = 0 to oDrives.Count - 1 Step 2
WshNetwork.RemoveNetworkDrive oDrives.Item(i),true,true
Next
dim objNetwork, strDrive, objShell, objUNC
dim strRemotePath, strDriveLetter, strNewName
set wshNetwork = createObject("Wscript.Network")
strUsername = wshNetwork.UserName
call mapdrive("X:","\\Server\share1","Share1")
call mapdrive("Y:","\\Server\share1","Share2")
function mapdrive(strDriveLetter,strRemotePath,strNewName)
'Map the network drive
set objNetwork = createObject("WScript.Network")
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath
'Rename the Mapped Drive
set objShell = createObject("Shell.Application")
objShell.NameSpace(strDriveLetter).Self.name = strNewName
end function
1. Place all the vcf files in one folder
2. Open command
3. Browse to that folder in command
4. copy *.vcf all.vcf
All the contacts will be merged into All.vcf
This single file can be imported into outlook or google
How to find/Track GSM Location:
1. Find MCC and MNC of the Phone
MCC= Mobile Country Code
MNC = Mobile Network Code
(Available online - Google)
2. Find LAC and CID
a. Android = *#*#4636#*#*
b. Iphone = *3001#12345#*
3. Convert LAC and CID Data to Decimal from this website
4. Input the data to this website
Click send button
See the location in Google maps!
Courtesy: http://boolokam.com/archives/76388
Additional Info:
Get Location Directly entering data
http://www.open-electronics.org/celltrack/cell.php?hex=0&mcc=424&mnc=02&lac=00040311&cid=26429961
Another Alternative:
http://cellphonetrackers.org/gsm/gsm-tracker.php
*#06# - It is use to show IMEI of any phone means it will work on any Smartphone or mobile of any brand.
*#21# - It gives information about the configuration of forwarding (calls, voice and data.)
*#30# - Its functions is to report you either you enable / disabled status of calling line presentation.
*#33# - This secret of iPhone will give you a list with multiple configurations like (call, sms, data, fax, sms, etc) and show whether they are enabled or not.
*#43# - usually use to verify status of call waiting like sms, data, sync data, etc. in your iPhone.
*#61# - Checking of number of missed calls.
*#62# - verifies the number for forwarding calls in case of none of service is available.
*#67# - check the numbers for forwarding calls if your iPhone is busy.
*#76# - By typing this number will give you information about your line presentation enabled or disabled status.
*225# – This code is only available for prepaid lines in order to show the accounts bill balance.
*646# - Tel you information of the minutes remained in your account and only valid for only Postpaid ones.
*777# - You can know detailed information of account balance of prepaid iPhones
*3282# - Get know about the use of data information.
*3001#12345#* - it is use to reveal internal setting like Open the "Field Test" of the iPhone which enables us to learn many advanced data network from our iPhone. GSM, Wireless, 3G ... everything will be exposed here. These codes are applicable to all models of Apple iphone like 1, 3G, 3GS, 4, 4S, and definitely for the upcoming iPhone 5.
Sometimes, the beautiful, elegant, high resolution animated and dynamic Windows 7 boot screen UI may be changed to or replaced with Windows Vista boot screen, normally when user adds a Windows 7 entry in boot menu or accidentally when user attempts to repair the startup menu items with Windows Vista DVD, specifically Startup Repair. Windows Vista boot screen is a boring black background with low resolution green running progress bar.
The invalid and wrong boot screen for Windows 7 is due to missing locale entry in boot record, which failed to be set when editing or rebuilding the BCD. When locale is not found, Windows boot loader does not know which boot locale folder to look for the animated bootscreen. Thus, in order to fix the boot screen so that the boot screen can be reverted, restored or reseted back to original animated Windows 7 boot screen, just run one of the following commands in elevated command prompt with administrator rights:
bcdedit /set {current} locale en-US
or
bcdboot %WinDir% /l en-US
Change the en-US to the language version of the installed Windows 7, such as ja-JP, de-DE, es-ES, pt-BR, zh-CN, zh-TW, fr-FR, fi-FI and etc.
Restart the computer after running the command to see the new boot UI (user interface) be used again. To check if the locale setting has been entered properly, just run the bceedit command in command prompt that runs as administrator.