Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Windows Config Questions

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,2098
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Windows Config Questions
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Windows Config Questions - 2/18/2005 1:01:13 AM   
  CaffeineAddiction

 

Posts: 144
Score: 0
Joined: 2/9/2005
From:
Status: offline
Ok, I have to change some computers configurations back to a default standard. So, does any one here know how to do the following with a VBscript:

Change Desktop Background
Change Windows Theme (Mouse Cursor IconPack / Custom Sounds etc)
Change Screen Saver Timeout
Change CD autorun Function off
Configure IE proxy settings
Change Folder Options to: (Show Hidden Files, Show System Files, and show all extentions)

If you know how to do any of the functions listed above ... any input you could give me would Kick Ass ... Ty in adv

_____________________________

Thanks for Answering my Questions ... I hope my Answer to your questions help!
 
 
Post #: 1
 
 Re: Windows Config Questions - 2/18/2005 3:52:18 PM   
  Cobalt

 

Posts: 17
Score: 0
Joined: 2/3/2005
From:
Status: offline
Essentially what you need to do is change a series of registry keys, this should be a relatively simple thing to do. The hard part being finding the locations for all of the items you have listed.

Desktop appearance items are in HKCU\Control Panel\Desktop. As far as the rest, I'm not sure but I'd be willing to bet that someone out there knows...

(in reply to CaffeineAddiction)
 
 
Post #: 2
 
 Re: Windows Config Questions - 2/18/2005 3:56:53 PM   
  tnoonan

 

Posts: 364
Score: 0
Joined: 12/14/2004
From:
Status: offline
Cobal is correct, all registry keys. Suggest you go to systernials and download regmon.exe filemon.exe start both change settings and stop both. you then can go through log on both and find out what changed. Reverse process to confirm change and you narrow it down to ini file or reg entry.

(in reply to CaffeineAddiction)
 
 
Post #: 3
 
 Re: Windows Config Questions - 2/19/2005 6:13:10 AM   
  Bushmen

 

Posts: 122
Score: 0
Joined: 2/4/2005
From:
Status: offline
For Proxy settings try following:

User Stuff (Windows XP)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Machine Stuff (Windows XP)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings

For Desktop Stuff
HKCU\Control Panel\Desktop (as per previous posts)

Folder Options:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001 (to hide)
"Hidden"=dword:00000002 (to show)

rest should be in advance too, if i remember right.

Easiest way is to download "InstallRite" (freeware)
Then use it to do Before And After Snapshot to give you any changes made

Regards,

Bushmen

(in reply to CaffeineAddiction)
 
 
Post #: 4
 
 Re: Windows Config Questions - 2/19/2005 6:23:15 AM   
  Snipah


Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
You could also create a policy and let every computer load those, then you just have to manipulate one PC and just distribute it.


(in reply to CaffeineAddiction)
 
 
Post #: 5
 
 Re: Windows Config Questions - 2/20/2005 8:42:34 PM   
  Zifter


Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
The Scripting Guys of Microsoft made a small utility called "The Scriptomatic".
This little program generates sample scripts using WMI to achieve surtain tasks.
For most (all?) of the tasks you want, the Scriptomatic will give you an example code.
I think this is a very usefull tool to get you started with your scripts, I use it a lot for this purpose.
Check it out here.

HTH

(in reply to CaffeineAddiction)
 
 
Post #: 6
 
 Re: Windows Config Questions - 2/20/2005 9:35:01 PM   
  Snipah


Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
quote:
Originally posted by Zifter

The Scripting Guys of Microsoft made a small utility called "The Scriptomatic".
This little program generates sample scripts using WMI to achieve surtain tasks.
For most (all?) of the tasks you want, the Scriptomatic will give you an example code.
I think this is a very usefull tool to get you started with your scripts, I use it a lot for this purpose.
Check it out here.

HTH



You have:
Script-O-Matic - WIN32 Classes
Tweak-O-Matic - Customizing Windows
ADScript-O-Matic - Active Directory WIN32 Classes

'luck


(in reply to CaffeineAddiction)
 
 
Post #: 7
 
 Re: Windows Config Questions - 2/20/2005 11:18:12 PM   
  Zifter


Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
Oh yes, forgot about them.
You can find the links to download them here

(in reply to CaffeineAddiction)
 
 
Post #: 8
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Windows Config Questions Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts