TechTriCon Tuesday, 2024-04-30, 11:59 AM
Welcome Guest | RSS
Site menu

Statistics

Total online: 1
Guests: 1
Users: 0

Main » TechKnowledgebase

                   You Tube link:  http://www.youtube.com/watch?v=LVDjjg_vCQA
Category: TechKnowledgebase | Views: 2346 | Added by: Admin | Date: 2013-11-09 | Comments (0)

Consider this video just for your knowledge. There is no bad intention to teach someone to try this on a different computer other than yours. This video will tell you about the Windows Security loopholes so that you can protect your Windows computer more effectively.

Bypassing Windows 7 Admin is very easy task that is explained in this video. If you like this video then please feel free to comment on this and register on our website for future posts.








Youtube Link:
https://www.youtube.com/watch?v=zcSL8g7Wlic




Category: TechKnowledgebase | Views: 1116 | Added by: Admin | Date: 2013-09-09 | Comments (0)

This video will teach you about how to reset Windows Administrator password using command prompt. If you like this video then please feel free to comment.






  



<
Category: TechKnowledgebase | Views: 1095 | Added by: Admin | Date: 2013-09-05 | Comments (0)


User account creation on a computer is very simple task. As we all know, we just go to Control panel >User Accounts and create new user and set password etc. Nothing is so different right? but it could be more easy when it comes to create multiple users on a computer. We can use command prompt to save our time. I faced this problem before. I was in an institute and there were several computers, The task that was assigned to me was that I had a list of 50 students with their usernames and passwords. I had to create user account of each student on each computer. There were almost 58 computers. If I multiply, it is 58 x50 = 2900 accounts.

Would you try to go to Control panel each time and create a new user???  Never.   It will take a lot of time. So, I'll tell you which command I used to save my time.

Step1: Click on Start, go to RUN and Open Command prompt

Step2: Type this command: net user username password /ADD

Since, I had a list of usernames and passwords, I simply replaced the text of command with actual username and password using text-pad and ran the command on all computers one by one. It actually saved my time.
... Read more »
Category: TechKnowledgebase | Views: 934 | Added by: Admin | Date: 2013-09-01 | Comments (0)

Most of people prefer to buy new computer from a brand or probably get them assembled as per configuration. Yesterday, one of my friends bought an old computer at very low cost. He told me that it was 10 months old. A very quick question that came in brain was that there should be any option to know the manufacturing date of computer. I tried several commands and finally found one very correct.

(Note: It works on Windows computers)

Let me tell you about how it works:

1. Click Start button > Open Run and type CMD  to open command prompt.

2. At command prompt, type debug and press enter.

3. At the next line type DF000:FFF5 and again press enter

The manufacturing date of your computer will come at the right side as shown in the image below.







To know the manufacturer of your computer, use this command:  wmic csproduct get vendor, version

If the above command doesn't work, then try this:

wmic computersystem get model,name,manufacturer,systemtype

If you like this post, please feel free to comment.


Category: TechKnowledgebase | Views: 772 | Added by: Admin | Date: 2013-09-01 | Comments (0)




Yesterday, I was helping one of my friends with his computer. Once I speed up his computer, he put a strange thing in front of me. He plugged his 8 GB pen drive in to his computer. I moved to "My Computer" and found that there was data of size 2 GB in the pen drive as displayed on its drive Icon.

When I opened the pen drive, it was empty.  He also told me that he surfed many websites/forums and found that there were many people facing the same problem but there was no exact working resolution. Some people suggested to format the pen drive, some suggested that the pen drive's hardware has problem but I feel them like fake posts as those were not helping people. My friend had to give exams next day and the data in pen drive was very very important for him. There was no need to format the drive. So, I finally thought to share it on my website to help people.

You may be laughing as this could be that the folders were hidden. So, I took the initial steps to resolve this problem.

Step 1: I moved to control panel and opened "Folder Options"

Step 2: In "Folder Options" under "View", I clicked "Show hidden files, folders and drives".

I was surprised that the data was still not visible in the pen drive. Finally, I ran my hands on command prompt and found a command.


This comma ... Read more »
Category: TechKnowledgebase | Views: 856 | Added by: Admin | Date: 2013-08-26 | Comments (0)




Yesterday, I was exploring my computer to find new things. I have Windows7 installed. Unfortunately, my mouse was not working, so I tried to use Speech Recognition feature of Windows 7 and instructed my computer to do what I wanted.  This was working perfectly fine. Then I thought to read VB Script for about an hour and tried to create a small script that allows your computer to speak the words you type. Let's see, how that script works:

Step 1:  At first, open notepad(Obviously, it's a script editor)

Step 2:  Copy the code below and paste that into the notepad file


createobject("SAPI.SPvoice").speak "Type your words here"


Step 3:  You can type anything instead of "Type your words here"  above and make sure quotes are still there

Step 4: Save the file with extension  .vbs ; For example, if your file name is test then save it as test.vbs


You can then run the file and you will hear the words you typed.


To know more about SpVoice Interface, you can visit Microsoft Link here: http://msdn.microsoft.com/en-us/library/ms723602%28v=vs.85%29.aspx

 
Category: TechKnowledgebase | Views: 766 | Added by: Admin | Date: 2013-08-11 | Comments (0)


You might be surprising to see the title of this post. What if I tell you a trick to get all the important settings of your windows at one page. What if you don't need to go to other windows searching for settings to analyze or fix your system. You will be GOD of your system :).  Let's try this trick today. 

I will tell you how to make a  GOD Mode Icon on your computer and access all important settings of your system at one page. This is very easy.


Step 1:  Create a new folder on your desktop or any other location where you want God Mode icon to be created.

Step 2: Rename the folder and  type this as a folder name:   GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

Note: I tried this on Windows 7. Not sure about other OS. 

After that God Mode Icon will be created and you can double click to open that. That page should probably look like this:
Category: TechKnowledgebase | Views: 614 | Added by: Admin | Date: 2013-08-11 | Comments (0)

1.  Go to  C:\Windows\System32\drivers\etc.

2.  Right click on 'Hosts' file and edit with notepad.

3. The opened file looks like this:





4.  To block a website type its url next to 127.0.0.1

For example, to block www.google.com, type

127.0.0.1  www.google.com

127.0.0.1  google.com

5. 127.0.0.1 is known as loop back address, it redirects the url back to your systems, loopback and the website doesn't open up.

Remember: Admin rights may be required to get this effected sometimes. 


Category: TechKnowledgebase | Views: 931 | Added by: Admin | Date: 2013-08-06 | Comments (0)

Lets take an example to do so. Create a folder in any drive.

 

1. D:/My                                      **(My is the name of the folder)

2. Now go to Run and type Cmd to open command prompt

3. Type D: (to locate D: drive)

4. then type cacls my /p everyone:n        **(My is the name of the folder)

5. It will confirm you like this "Are you sure (y/n)" type y

Now you can't access that folder.

6. To unlock the folder simply change n with f in the following command:

 cacls my /p everyone:f

 

Enjoy!

Category: TechKnowledgebase | Views: 642 | Added by: Admin | Date: 2013-08-06 | Comments (0)

1 2 »
Social Media

Search

Categories
TechKnowledgebase [15]
Improve English [1]
Pronunciation [0]
Earth & Universe [3]
Our Environment [0]
Forces & Nature [0]
Trade Across World [0]
Human Body [0]
How we Communicate [0]
Course of History [0]
Living Together [0]
Projects/Stuffs [1]
JAVA [4]

Copyright TechTriCon.com © 2024