Go Back   Technibble Forums > Technical Discussions > Software Applications

  Technibble Sponsor
Need an IT Service Management Software? - Download Free Trial Now

CommitCRM is a complete software solution that helps you better manage your service, sales and business processes.
  • Complete Solution offering tickets, assets, tracking & dispatching, contract management & CRM, billing, knowledge base, reports & sales opportunities.
  • Priced for small businesses – affordable owned licenses with no recurring charges.
  • Easy to setup & learn – be up and running immediately.
  • Supports continuous service for office and remote services.
  • FREE Support, that’s friendly and personal.
Get the fully functional 30-day free trial now! Only two minutes to install.


Reply
 
Thread Tools Display Modes
  #1  
Old 11-06-2009, 12:14 AM
joydivision joydivision is offline
Senior Member
 
Join Date: Jul 2009
Posts: 219
joydivision is an unknown quantity at this point
Default How easy is to write an application which changes the registery?

I am thinking of writing a simple VB.NET application which allows me to make some simple changes to the registery which cause common windows problems.

Does anybody know how simple this is? I am familier with both C# and VB.net .

I could also write this in C but thats a bit of a pain.
Reply With Quote
  #2  
Old 11-06-2009, 12:49 AM
MrUnknown MrUnknown is offline
Senior Member
 
Join Date: Feb 2009
Posts: 570
MrUnknown is on a distinguished road
Default

export the changes to a .reg file, when you want to apply that fix, run the .reg.

that would be the easiest, and requires no programming.

If you want a GUI, I am sure there are plenty of C# tutorials on editing the registry. Heres one I just found: http://www.devhood.com/tutorials/tut...utorial_id=264

Last edited by MrUnknown; 11-06-2009 at 12:51 AM.
Reply With Quote
  #3  
Old 11-06-2009, 01:56 AM
Methical's Avatar
Methical Methical is offline
Senior Member
 
Join Date: Feb 2009
Location: Christchurch, New Zealand
Posts: 1,323
Methical is an unknown quantity at this point
Default

I would say go with a .reg file or .bat.

If you made it with .NET; and you try to use it on a clients computer that doesn't have .NET then what do you do? Manually do it, or install .NET first, then run it?

Run up a command prompt and type this
Code:
reg /?
__________________
Compaq Presario CQ60
Windows Vista Home Basic SP1 32-bit
Reply With Quote
  #4  
Old 11-06-2009, 02:02 AM
joydivision joydivision is offline
Senior Member
 
Join Date: Jul 2009
Posts: 219
joydivision is an unknown quantity at this point
Default

Thats true, I forgot a lot of machines won't have the framework installed. I did want a nice fancy GUI though as it looks impressive but could easily just make a simple GUI which executes bat files.

I could also write it with command line C but I think that is just going to be a major head ache.

What I actually plan to do is write a simple tech tool which is free for business use and does some simple tasks such as simple registery modificates, removes temp files etc.
Reply With Quote
  #5  
Old 11-06-2009, 02:30 AM
Methical's Avatar
Methical Methical is offline
Senior Member
 
Join Date: Feb 2009
Location: Christchurch, New Zealand
Posts: 1,323
Methical is an unknown quantity at this point
Default

AtYourService uses assembly. So that he can have a 'fancy gui' and 'pretty buttons', but still make it work without any requirements (cept maybe administrator, but thats normal)
__________________
Compaq Presario CQ60
Windows Vista Home Basic SP1 32-bit
Reply With Quote
  #6  
Old 11-10-2009, 05:10 AM
Newbie Newbie is offline
Member
 
Join Date: Aug 2009
Posts: 51
Newbie is an unknown quantity at this point
Default

I use AutoIT scripts with a GUI scripted by AutoIT.
Reply With Quote
  #7  
Old 11-10-2009, 05:19 AM
JosephLeo's Avatar
JosephLeo JosephLeo is online now
Senior Member
 
Join Date: Sep 2009
Location: Fort Lauderdale, FL
Posts: 855
JosephLeo is an unknown quantity at this point
Default

Quote:
Originally Posted by Newbie View Post
I use AutoIT scripts with a GUI scripted by AutoIT.
I could of swear it was "Auto It" and not "AutoIT".


Also- yeah, just open up notepad and make a .reg file.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:06 AM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.