Jump to content

Tweak/Setting Loader


Recommended Posts

WinNT Tweaker v2.000.000(1.1)

WinNT Tweaker Site

Version Number system

vTweakEngMajor.TweakEngMinor.TweakListVer(TweakEngBuild.TweakListBuild)

Tasks At Hand

1. WinNT Tweaker Engine Coding

----Add ability to check windows version (To be added in next version of v2)

----Correct implomention error logging

----Add reg undo file creation inc. sub keys backup when deleting keys

2. WinNT Tweakers Web Site

----Keep upto date

----Add betas when done

----Download/hit counter

----New design??

----Link page to database to enable tweaks to be added via the website

3. WinNT Tweaker Tweaks

----Create the tweak_v2.au3 compiler

----Create the tweak database

4. WinNT Tweaker Testing

----Correct Code

----Test Tweaks

----Correct Tweaks

OK, now I have the logging system working maybe I will re-release v1.1005 the fixed with a few updates to the code to become v1.2005

Will start a new thread when I release v2

WinNT Tweaker Site

Edited by codejunkie
Link to comment
Share on other sites


If anyone wants to test it out, they are welcome, I will get as much as possible churned out tonight, and hopefully have a fully working version in the morning.

Please post any ideas you would like me to implement into this programme that maybe useful. At the moment I am only supporting Windows XP SP2 Pro, I don’t know if it works on Home Edition, it should do, there may be just one or two of the tweaks that don't work.

Link to comment
Share on other sites

Tasks at hand, if I didnt keep updating my Unattended DVD and Intergrate VS6 & SP6

1. Add MORE common registry tweaks (Open to surgestions)[inprogress]

2. Add error-handling capabilities

3. Add more advanced undo capabilities

4. Make alterations to logging system, RegDelete in particular [inprogress]

5. Move log to temp [DONE]

6. Add option to create log on the desktop instead of temp folder[DONE]

7. Add summary display when the app has finished[inprogress - Just added option,still no summary msgbox yet]

At present I have very little time other than weekend, I am deesigning a database and app to compile my program for me and will also enable tweak to be added via a web page :thumbup

Edited by codejunkie
Link to comment
Share on other sites

Its ment for use in Unattended CD/DVD's, but it can be used to just speed up your PC and add extra controls to your PC

It doesnt have a GUI as it gets the options from a ini file called "cust_winnt.ini" the latest format of the *.ini file will be in my most recent update reply

I will be creating a GUI interface to create the ini file when I have the time as I do have a full time job aswell.

Like wise with my website, that tells you the latest updates and how-to's.....etc

Link to comment
Share on other sites

Here is the format of the cust_winnt.ini for Version v1.1005beta+ file it MUST be in the same location as the *.exe downloadable via the link in my first post

[tweaker_debug]

create_log = 0 or 1

datetime_log_file = 0 or 1

log_on_desktop = 0 or 1

end_summary = 0

error_messages = 0

current_user_only = 0 or 1

[device_manager]

show_nonpressent_devices = 0 or 1

show_details = 0 or 1

[file_system]

unknown_files_in_notepad = 0 or 1

dll_registration = 0 or 1

ocx_registration = 0 or 1

ntfs_last_access_update = 0 or 1

ntfs_8_3_name_creation = 0 or 1

recycle_bin = 0 or 1

[windows]

notepad_status = 0 or 1

showmenudelay = Time in ms for startmenu delay

shortcut_arrows = 0 or 1

tour_bubble = 0 or 1

picture_fax_viewer = 0 or 1

classic_control_panel = 0 or 1

logon_type = choose one of the following "clasic","welcome_only",welcome_fast_switch

movie_previews = 0 or 1

bsod_autorestart = 0 or 1

error_reports = 0 or 1

ms_installer_rollback = 0 or 1

reverse_mouse = 0 or 1

x-mouse = 0 or 1

remote_desktop = 0 or 1

system_restore = 0 or 1

hide_inactive_icons = 0 or 1 - what this does I cant remmember

num_lock = 0 or 1 - do you want num lock on when windows starts up?

clean_page_file_on_reboot = 0 or 1

last_known_good = 0 or 1

quick_reboot = 0 or 1

shutdown_reason_ui = 0 or 1

no_internet_open_with = 0 or 1

disable_page_files = 0 or 1

system_cache = "desktop"

auto_boot_optimize = 0 or 1

web_driver_search = 0 or 1

prefetcher = choose one of the following "boot_only", "disabled", "app_launch_only" or "both"

report_boot_ok = 0 or 1

password_on_resume = 0 or 1

[networking]

Logoff_Sync = "quick" or "full"

force_guest = 0 or 1

net_thoughput = "max_net", "min_mem" OR "balance"

default_hidden_shares = 0 or 1 must be 1, seems to course problems when viewing dir over networks otherwise, files that are on the server do not display on client yet itf you type in the full path to a file it will still open

[my_computer]

shared_docs = 0 or 1

statusbar = 1 or 1

hidedrive_local = 0

hidedrive_currentuser = 0

denydrive_local = 0

denydrive_currrentuser = 0

;Close Optical drive tray requires CDR.exe from MSFN.org

close_optical_drive_tray = 0 or 1

[my_computer_rightclick]

services = 0 or 1

control_panel = 0 or 1

add_remove = 0 or 1

logoff = 0 or 1

restart = 0 or 1

shutdown = 0 or 1

device_man = 0 or 1

drive_clean = 0 or 1

[desktop]

paintdesktopversion = 0 or 1

screensaveactive = 0 or 1

autoendtasks = 0 or 1

desktop_clean = 0 or 1

allow_remote_connection = 0 or 1

[ie]

start_page = Your Homepage IE "about:blank"

history_days = Number of day you want to keep history for

statusbar = 0 or 1

connection_wiz = 0 or 1

auto_image_resize = 0 or 1

[services]

win_time = 0 or 1

universal_pnp = 0 or 1

win_messanger = 0 or 1

indexing = 0 or 1

[security_center] {Please use disable all OR the other options but NOT both!}

disable_all = 0 or 1

firewall_watch = 0 or 1

antivirus_watch = 0 or 1

win_update_watch = 0 or 1

first_run = 0 or 1

Attached is my cust_winnt.ini for v1.1005beta, I Will upload the WinNT Tweaker ASAP

Edited by codejunkie
Link to comment
Share on other sites

  • 2 weeks later...

I will take a look at it.

:) suggestion instead of having several post... I would compile all your description and objective into one. Much easier read. Typically your first post should hv all the info and the link. And the First post is what u would then edit/update.

just friendly advice... constructive not destructive advice.

Cheers good luck!!!

Link to comment
Share on other sites

suggestion instead of having several post... I would compile all your description and objective into one. Much easier read.

Well there is a... well good enough reason for me, that being no one else has been posting :blushing: the other post had just text that was no longer relevant, wanted to delete them, but can't :no:

I am going to start plans for v2.0 which will/should be compiled using a custom GUI that I may or may not have the capabilities to design and create

I have quite a few ideas as to what I want it to look like and what I want each part to do, its just putting it into code, I only know VB6 well and a little VB.NET, and even still I just don’t have the free time to do it :( But I will try and fit it in, some how :unsure:

Link to comment
Share on other sites

There seems to be alot of people looking at this but not alot actualy downloading it :huh:

Whats the problem?

At the moment Build 5 is not planned build 5 will be v2 and will not be hand coded, another program will do it all for me :thumbup well thats the plan!

I will be creating a website that will have access to the database that the files are compiled from, and I may sugest your own tweaks to be added to the program, but this could be sometime off need to start typing up the designs for it and see what I can make!

Link to comment
Share on other sites

  • 3 weeks later...

who can tell me what the best way of storing the main functions for my program

Would it be in a database or a class saved to a file?

I want to have the option to select which tweaks make it thought to the builds as when I have the web page on my system to add yuor own tweaks it may end up being mighty cluttered

Link to comment
Share on other sites

  • 1 month later...

the latest version of my WinNT Tweaker is on its way, currently adding a few more tweaks that I miss out from the last release as I wanted it out and thought I would have had time to create my compiler for it, but haven't had time

This time I am going to update the new layout for cust_winnt.inf

Back soon

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...