Author: Lawrence Albert Pardo-Ilao - Naga City, Philippines

Free! Guitar Tutorials and Chords!

New! VB.NET HTML5 and CSS3 Tutorials!

Unlock For Us

How to check the time remaining before expiration of Windows 7 license

Want to see the current license state of computers running in Windows 7? Here’s a quick tip on how to verify the expiration date of your computer running in any edition of Windows 7.

To display the license information

slmgr.vbs /dli   or

slmgr.vbs –dli

command3_dli

To display the detailed license status

slmgr.vbs /dlv   or

slmgr.vbs –dlv

command_dlv

Want to study the code of the visual basic script file slmgr.vbs? Open the command prompt window and enter the following:

notepad c:\windows\system32\slmgr.vbs     or

notepad %systemroot%\system32\slmgr.vbs

Great!? Enjoy!

 

'
' Copyright (c) Microsoft Corporation. All rights reserved.
'
' Windows Software Licensing Management Tool.
'
' Script Name: slmgr.vbs
'


Read more...

Unlock For Us

Automatic input of username and password during login at Windows 7

At home, if your tired entering the same processes again and again like inputting your password once the computer restarts, this tip will help you configure your computer to automatically input both parameters – username and password.

Using the created program using Regdevelop to activate and automatically input the user name and password

regdevelop_autologinuserpass

Here’s the created program using regdevelop, it let’s you customize and create programs easily.

Download the program

Using Windows Registry to activate the Auto-login Feature at Windows

There’s another way to activate the feature through windows registry – press Win + R and type “regedit”

Go to the path below

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

and create the registry value name DefaultPassword

You can also create or change the parameters of AutoAdminLogon, DefaultUserName and DefaultDomain

Hope this helps!


Read more...

How to Create an Ad Hoc Configuration for Internet Connection Sharing (ICS)

adhocdiagram

adhoc_wirelessnetwork

You want to share your internet connection provided by your telecom operator through wireless PC or laptops because you want to move freely in any direction. An Ad Hoc connection is a wireless network that has no central node and the stations can be fix or mobile. Let’s study how to create an Ad Hoc for temporary network for sharing of files or an internet connection.

You could launch the application command name using the Run Window (Win key + R)

explorer.exe shell:::{1fa9085f-25a2-489b-85d4-86326eedcd87}

or Open Network and Sharing Center –> click to open the left-side portion “Manage Wireless Networks” –> click “Add”

add_manage_wireless_networks

Click “Create an ad hoc network” option

creating_an_adhoc

And enable “Internet connection sharing” to activate browsing of internet of other wireless devices.

ics_enabled

Thanks for reading the article!


Read more...

 

© UnlockForUs 2007-2022 | Blogger| License Agreement