How to find computer name or Host name using browser

Hi Guys,

The purpose of writing this E mail to make users problems easier

Today after long R&D I found the the host name using the web browser

In general we see the host name using command prompt or going to system properties




But here when we take the system remote access by using citrix,vnc,ammy admin,RDP...

In some cases there will be now command prompt and system properties option in that we can know our computer name using browser

NOTE: use only Internet Explorer(IE)

use   http://%computername%  in URL field

It will show as page can't be displayed below description as well as URL  will show the host name and computer name

You can run the batch file
By saving the code in notepad and save it as .bat extension and save it on required Hostname DESKTOP

echo %computername% >> c:\users\%username%\Desktop\computername.html
"c:\program files\internet explorer\iexplore.exe" c:\users\%username%\Desktop\computername.html

How to Hyperlink an Image or link image in Blogger


Hi Guys in this article i will explain an easiest way to link or hyperlink an image for redirecting to another web page


Step 1: Insert the desired image that you want to link by using inset image button

Step 2:  After uploading the image now click on HTML button on left top



Step 3: Now you will see the below image 




Step 4: Now find for href and you need to change the href LINK to your desired link and if you need to open that link in another tab use target="_blank" tag


Thank you 

(SOLVED) How to convert Dynamic Hard disk to Basic and no device drivers found,Virtual disk service error,delete page file

Hi guys today i came with new perfect and working solution for converting dynamic hard disk to basic and also creating partitions during installation of Operating system
Here are the clear steps to follow
Normally it should look like Basic as you can see in the below image











diskpart
list disk
select disk 0
clean
create partition primary size=xxxxxx(in mb)
format fs=ntfs */quick
assign
active
list volume
exit
cd e:(drive letter where booted os available)
xcopy e: c:/e/h/k   (c: represent newly created partition)
exit



after that restart and do os here now you can create partitions now as well and select where os should install manually


How to do defragmentation and it's uses

Hi Guys..

Today in this article i am going to explain about some of the Microsoft Windows inbuilt Tools i.e; Defragmentation

By using defragmentation tool we can increase access speed by rearranging files stored on a disk
By using disk defragmentation regularly you can improve your computer's speed when you install or search for new programs and applications which have large file size. Basically, on our hard disk, we store documents, music, and movies that files can be fragmented to efficiently use your hard disk do regular defragmentations.

Steps to do defragmentation

Step1: Open my computer and select a drive and right click it and go to properties
Step 2:You will see the below image 
Step 3:Select tools option 
Step 4: click on Defragment now button
Step 5: Select the disk and click on Analyze disk

Step 6: after that click on Defragment disk 


That's ready defragmentation completed 

Thank you guys ...






(SOLVED) How to save the images from Microsoft word document

Hi Guys Today i am going to explain about how to save the images that are available in microsoft word document


Step1: First open the Microsoft word document which contains images

Step2: Click on windows button at left top and click on save as

and click on other formats


Step3: select file format as HTML and specify file name and location and click on save thats ready


Thank you Guys..

(SOLVED) How to Backup and Export Bookmarks from Chrome browser

Hi Guys in this article i am going to explain you how you can export and backup from chrome browser
Step 1: go to settings in chrome browser at right top and go to bookmarks

Now click on Bookmark manager
Now click on organize you can see list of options
Now click on Export Bookmarks to HTML file
Now specify the file name and save the file 

Thank you Guys..