Aaron Fore Network Security & Electronics Department of Applied Engineering and Technology.

Slides:



Advertisements
Similar presentations
IT Technical Support South Nottingham College. Aims Knowledge of the Registry Discuss the tools available to support a technician Gain an understanding.
Advertisements

Microsoft ® Office 2007 Training Security II: Turn off the Message Bar and run code safely P J Human Resources Pte Ltd presents:
Strategies for solving scientific problems using computers.
Optimizing Windows There are several ways to optimize (perform regular maintenance) Windows to keep it performing smoothly and quickly. Most of these discussed.
Aaron Eastham Network Security & Electronics Program Dept. of Applied Engineering & Technology Eastern Kentucky University.
Microsoft Windows Server 2008 Software Deployment Chris Rutherford EKU Technology: CEN/CET.
What is spyware? Supervisor dr. lo’ay tawalbeh Search By Mahmoud al-ashram Soufyan al-qblawe.
Automating with Macros Today we are going to at how to automate frequently used processes with macros: What is a macro? What do we want to automate? How.
What are computers? Computers are machines that perform tasks or calculations according to a set of instructions, or programs. The first fully electronic.
By SAMUEL PEREZ PERIOD 1 1/21/15.  Research, design, make, or test out the computer for any kind use!  At least get a bachelor degree or maybe a Doctoral.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
Introduction to VBA. What is VBA? VBA stands for Visual Basic for Applications. It is a programming language used exclusively by the Microsoft Office.
Unit 1 – Improving Productivity By Jack Hartree. 1.1Why did you use a computer? What other systems / resources could you have used? I used a computer.
Entré NetMonitor Proactive IT monitoring, Management and support Think DIFFERENT about IT.
Administering Windows 7 Lesson 11. Objectives Troubleshoot Windows 7 Use remote access technologies Troubleshoot installation and startup issues Understand.
Introduction to VB.NET Tonga Institute of Higher Education.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
MyOMLab Student User Guide To ensure a quick and easy start to your course, check out the interactive, step by step MyOMLab Student User Guide on the.
NET 499 Leonard Paul Vinas Network Security and Electronics Department of Technology.
ANTICLICK: INCREASING DESKTOP SECURITY Jason Petrey Computer Electronic Networking Dept. of Technology Eastern Kentucky University.
Microsoft ® Office 2007 Training Security II: Turn off the Message Bar and run code safely presents:
Chapter 15: Using LINQ to Access Data in C# Programs.
GROUP POLICIES AND SECURITY USING WINDOWS SERVER 2008 Raymond Ross EKU, Dept. of Technology, CEN.
CMPF124:Basics Skills for Knowledge Workers Introduction to Windows OS.
Computer Security and Penetration Testing Chapter 16 Windows Vulnerabilities.
DIT314 ~ Client Operating System & Administration CHAPTER 5 MANAGING USER ACCOUNTS AND GROUPS Prepared By : Suraya Alias.
Windows Small Business Server 2003 Setting up and Connecting David Overton Partner Technical Specialist.
Just as there are many human languages, there are many computer programming languages that can be used to develop software. Some are named after people,
OS Troubleshooting Written by: Tim Keyser Georgia CTAE Resource Network 2010.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Win32 Programming Lesson 2: The Tools of the Trade.
Unit 1 – Improving Productivity
Joshua Paige NET 499 Capstone Project APPLE REMOTE DESKTOP WITH A SIDE ORDER OF ALICE.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Syntegra Logo Slide Increasing Productivity By Using ColdFusion Studio Jo Belyea-Doerrman CFSOUTH February 3, 2001.
Unit 1 – Improving Productivity Instructions ~ 100 words per box.
P3 - prepare a computer for installation/upgrade By Ridjauhn Ryan.
Grade Book Database Presentation Jeanne Winstead CINS 137.
Chapter 24 I’m Suffering from Information Overload (Access Databases) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Overview.ppt Overview-An Overview of Visual Basic.NET An Overview of Visual Basic.NET.
Chpt 9 TECHNOLOGICAL CHANGES FOR THE FUTURE. Introduction The competition environment in the future: Situation of business always change from time to.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Web site Graphics and Photos By: Roland Mercier EDTC 603.
Troubleshooting Windows Vista Lesson 11. Skills Matrix Technology SkillObjective DomainObjective # Troubleshooting Installation and Startup Issues Troubleshoot.
PARSLEY PIE BOX James (Kyle) Parsley Network Security & Electronics Program.
Fixing Windows 10 Automatic Updates Install Problem
windows
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
Introduction : This Spyware remover software that keep all time your computer completely clean.Spyware remover software This software can secure your.
Software Development Languages and Environments. Computer Languages Just as there are many human languages, there are many computer programming languages.
HOW TO FIX MSVCR100. DLL IS MISSING ERROR? missing-error.
Beginning of Xamarin for iOS development
Chapter Objectives In this chapter, you will learn:
Nonogram Solver Cs491b Software Design Prepared by :
Brother Printer Support Helpline Number Ireland:
bcb
Fix BT Mail Error Code Call Toll-free
Fix Microsoft Office Error Code Call Support Number
AOL Customer Services For Instant Help Give a Ring on: Fix AOL Error 66 Dcvs.
How to Troubleshoot Norton 360 Error Code “3039 1”?
Understanding Operating System Configurations
Malwarebytes Installation Issues Number Facing error with Malwarebytes software is not something unusual as most of the users use to face.
How to Fix Windows 10 Update Error 0x ?.
HOW TO FIX QUICKBOOKS RUNTIME ERROR ON WINDOWS 10?
Microsoft Technical Support Number Microsoft Technical Support Number Call Now : Toll Free Call Now : Toll Free
Simple Steps to Resolve the QuickBooks Error Code 1317 Comprehensive solution, QuickBooks is known as one of the best accounting software available in.
Easy ways to solve QuickBooks Error Code 9994 QuickBooks is considered one of the best accounting software available in the world. This coming age software.
CSC128 FUNDAMENTALS OF COMPUTER PROBLEM SOLVING
Git started with git: 2018 edition
Mapping a network drive
Presentation transcript:

Aaron Fore Network Security & Electronics Department of Applied Engineering and Technology

 I will show you how my program works.  I will explain the importance of such software as this.  I will explain my motivation for doing this project 2

 To create an easy to use system to solve difficult problems in an instant  To make something that network administrators can use, as well as others that may not have as much skill. 3

 This program is entitled “Windows Tools”  It was created in Visual Studio using Visual Basic  It contains two very specific fixes and many shortcuts that provide access to other parts of the Windows Operating System. 4

 Many times, we, as technicians, see things in the field that may take time and effort to fix.  Lots of times, a great deal of research is required to fix critical errors.  Re-imaging the computer is often times not an option. 5

 This program runs on Windows 7 computers. (It may work on Windows 8, but I’m not sure).  I am assuming that users of this application have some basic computer knowledge.  This application is primarily designed for, but not limited to, network technicians. 6

 First, I took into consideration what kinds of problems I could quickly and easily solve with an application that are common on any network.  After determining what I could do, I began researching and writing the code.  I tested each and every part of the code many times.  Success! 7

 The application is built and runs the way I want it to. As I demonstrate it, I will explain the parts that still need some work.  The two specific fixes work flawlessly. 8

 I think it is very important to have a tool like this as a network technician.  It can make diagnosing and fixing issues very easy.  Some complicated problems can be solved with the click of a button. 9

 The beauty of software is that it can be added to at any time without changing the existing tools.  The expansion capabilities are endless.  Here are a few examples of what I would like to add to this software in the near future:  Remote control capability  Ability to retrieve hardware information on a remote machine. 10

 Microsoft. (2013). How to: Delete a Registry Key in Visual Basic. Retrieved from us/library/122bwwcc.aspx us/library/122bwwcc.aspx  Microsoft. (2013). Accessing the Registry with Visual Basic.NET. Retrieved from us/library/aa289494%28v=vs.71%29.aspx us/library/aa289494%28v=vs.71%29.aspx  Microsoft. (n.d.). PropertyInfo.SetValue Method (Object, Object, BindingFlags, Binder, Object(), CultureInfo). Retrieved from us/library/axt1ctd9%28v=vs.110%29.aspx us/library/axt1ctd9%28v=vs.110%29.aspx 11

 I extend a huge “Thank you” to all of those that helped me create this software.  Specifically, I’d like to thank my brother, Andrew Fore (CSC major at EKU), Tyler Byrge, C.P.A (From Barbourville Ky), Kyle Creekmore (Professional.NET developer), and Dr. Vigs for always being an available resource. 12