Showing posts with label Tech Thought. Show all posts
Showing posts with label Tech Thought. Show all posts

Wednesday, April 24, 2013

How to share pictures, musics and documents in Home group from server to client in windows 7

Steps to be followed in Server Machine:

1. Go to start -> control panel -> Network and Internet -> Network and sharing center -> choose home group and sharing options -> view or print the home group password

2. password is displayed there in the light yellow background text box.
3. save that password in any text file.


Steps to be followed in Client Machine:

1. Go to start -> control panel -> network and internet -> network and sharing center -> choose home group and sharing options -> click join now button ->Type the password there which is displayed in server machine to get connected.

2. Now, u can see any documents, pictures and musics that has shared by a server machine in client machine.

Thursday, April 18, 2013

How to remove the shortcut virus

How to remove shortcuts in pendrive:

Follow these steps one by one.

1. go to cmd (ie. command prompt) by clicking run as administrator.
2. check the drive letter in your pendrive.
3. In the cmd, type attrib -h -r -s /s /d g:\*.*  and press enter.

Note. here g represents drive letter.

At last, go to the pendrive and check out the folders. If it is present, remove all the shortcuts by just deleting it.

Monday, March 11, 2013

How to change the logon screen in windows 7

Change the settings:

1.Go to run and type regedit(Registry Editor) and hit enter.
 

2.Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows       \CurrentVersion\Authentication\LogonUI\Background".
 

3.If the OEMBackground key doesnot exist, add a new DWORD value with the name OEMBackground.
 

4.Double click the OEMBackground and change the value from 0 to 1.
 

5.open windows explorer and go to this path
  C:\Windows\System32\oobe
 

6.create the folder name "info"
 

7.under info folder create again the folder named "backgrounds".
 

8.Place ur wallpaper in this folder and named it as "backgroundDefault.jpg"

Condition:Image size should not exceed 245KB

Sunday, March 10, 2013

Creating a jar File in windows 7 using command prompt

steps to be followed:

1. Start Command Prompt.

2. Navigate to the folder that holds your class files:
 like this: C:\>cd \mywork

3. Compile your java files to get java class(es):
 like this: C:\mywork> javac *.java

4. Create a manifest file:
 like this: C:\mywork> echo Main-Class: DanceStudio >manifest.txt

5. Create a jar file:
 like this: C:\mywork> jar cvfm DanceStudio.jar manifest.txt *.class

6. Test your jar:
 like this: C:\mywork> DanceStudio.jar


 

Important Note:
Here DanceStudio represents the Main Class file name...

Saturday, February 23, 2013

How to block any websites in your system : A very simple way

1. open the notepad as administrator.
2. select file->open
3. type this "c:\windows\system32\drivers\etc\hosts" and click open
4. type "127.0.0.1 www.google.com" and save it.
5. then open the browser and in the url type "www.google.com"
6. you can see the page like this.















If u want to unblock, remove that line.

How to cut the video or audio using vlc

1. open the vlc media player
2. then go to menu bar select option "view".
3. after that click on "advanced controls".
4. play any video that you want to cut.
5. press record button when you want to start recording.
6. when you want to stop recording press that button again.

If you want to see your recorded video you can see in your pc's video library.
you can also cut your audio files like this.

Sunday, February 17, 2013

Add an icon to your flash drives


Steps to be followed:
1. open a notepad and type the following code
*********
[AutoRun]
shellexecute=make2think.blogspot.in
icon=mylogo.ico (path of the icon file)
label=Karthick Prasanna (name for your flash drive)
**********
2. save the file in the name "Autorun.inf"
3. select ur logo (for eg:xxx.ico and rename it to mylogo.ico)
4. move the logo and autorun file to the root of the drive.
5. Eject the flash drive and insert again.
6. Flash drives are now displayed with your own icon.

If u follow these steps, you get an icon for ur drive like this screenshot.
Screen shot