scripting

  1. J

    Windows 7 Window tiling.

    I have a script (basic batch file) that launces 30 different kd windows and I want to have them tile on the desktop (or stack in win 7 terms) once they have all launched. Is there a command to do this or some kind of script? Those 30 windows will be the only ones open on the desktop.
  2. T

    Windows 7 .bat files for new users

    So, I just got Windows 7, and I love it more than I love Linux. I think it was the ads for it. -.- When I had XP, I learned how to make simple batch files. nothing major, just something to bid my time while in class. I just mastered the "IF" command, and now I want to try and see if I...
  3. Toulousaing

    Windows 7 Is this the right place to discuss WMI Diag issues ?

    Hello all, A new (kind of) Scripting Guy here. :cool: I'm heavily working on WMI and found about the free WMIDiag tool (that I had to modify a bit to accept Windows 7) Is this a right place to discuss such tool use, please? Thanks.
  4. Z

    Windows 7 802.1x scripting in windows 7

    Hi, I have come across a problem that I was unable to fix. I need a script that configures 802.1x authentication in windows 7 for the wired network. Windows 7 has a great improvement over XP, the netsh lan profileproperties command. it enables me to configure all settings I want to tweak...
  5. T

    Windows 7 VB script will not display results in a window.

    When running the following script it will not display the results in a pop up window. This is only happening in Windows 7 Ent. The scrip does work fine from the cmd prompt. Some lines are commented out on purpose. Just want for the user to run this from the desktop and then tell me what the...
  6. GLSmyth

    Windows 7 Receiving Generic ASP Error Message

    I just got a new computer with Windows 7 and installed IIS, including support for ASP. I am running everything locally on my computer. A simple statement like <% response.write time() %> works fine, so ASP is working, However, when I try to run a page that accesses a database (at least...
  7. A

    Windows 7 Programing for new users

    hi i got a laptop for cheap and i wanna write some programs something easy, "as its going be the first time " :D easy script commands, like making it open words and command it to type HEllo, something easy dose anyone know any programs that i could use to do this and for me to learn system...
  8. Mike

    Windows 7 Environment Variables in Windows 7

    The following are Environment Variables in Windows 7 which can allow you to get to system locations more efficiently. What are Environment Variables in Windows? Well, if we understand that "variables" are things that can be changed, and if we also understand that the environment that variables...
  9. Elmer

    Windows 7 Disable Adobe Auto Update Manager

    Did you know that the Adobe AAM Updater is scheduled to run every day at 02:00? AAM Updater plants itself in your Task Scheduler and your Startup to maintain this routine. Yet Adobe probably releases an update only every couple of months. If you try to delete those entries, the next time you...
  10. A

    Windows 7 AnalogX Script Defender

    Source/Download: System Downloads : Script Defender /// AnalogX
  11. Josephur

    Windows 7 .NET Impersonate? RunAs? Running application on another users desktop from an underprivileged users

    I'm a programmer and I'm trying to create an app or shortcut that runs a user as an already logged on user (switch users), but also leaves the application running on the privileged users desktop? I cannot use a service, it's out of the question as this is a 3rd party app, and no I don't want to...
  12. M

    Windows 7 manual editing of desktop.ini has no effect

    I've been trying to modify the "folder picture" for a large number of folders, and to that end am going to write a script to modify the desktop.ini in each folder. The thing is, changing the desktop.ini doesn't seem to have any visible effect. If I manually change the picture (folder...
  13. T

    Windows 7 List of commands to use in command prompt

    Can I get a list of commands I can use in a command prompt, please?
  14. H

    Windows 7 Scipting with Windows 7

    Can anyone help? i need a scipt that calls a "file open menu" and how to assign a name into it. I am thinking of creating a converter that runs on windows 7 and im kinnda stuck in this part, Thanks
  15. R

    Windows 7 Passing parameters from a batch script to a program

    I have just installed a set of PERL programs that are invoked from batch files and the are passed a parameter line from the the batch script. They worked fine under XP but it appears altho the perl scripts work - they do not get the parameters. Has win7 changed the way batch files work?
  16. fjgold

    Create a desktop launcher (shortcut) to shutdown\restart Ubuntu.

    Hi Folks, Cybermoron posted a thread on creating a nifty shutdown button on the Win 7 desktop to make shutdown\restart easier. I posted that I use a similar method to shutdown\restart my Ubuntu installs using a simple python script. He suggested I share that here in the Linux section so here...
  17. L

    Windows 7 How can I make a clickable windows 7 shutdown command?

    How can I make a clickable windows 7 shutdown command?
  18. N

    Windows 7 Users login script for windows 7

    My laptop has six user identities and I would like a script to log onto all of them on startup rather than doing this manually. Windows 7, like Vista fails to find logon profiles sometimes whan certain programs have been run withing a particular profile but logs on fine before any of this...
  19. Celestra

    Windows Vista Internet Explorer 6 And 7 Users Beware !

    Microsoft announced today of new attacks against IE6 and IE7. An unpatched bug that attackers have been recently exploiting, which injects malicious code the computer. The oldest IE 5.01 and the newest IE 8 respectively, are not vulnerable to such attacks. The best way to defend from these...
  20. G

    Windows 7 Need to Convert Windows XP Batch File to Windows 7

    Hello: This is my first time posting here. Thanks in advance for any assistance. I have a batch file that worked faithfully in Windows XP. I wish to update the code to work in Windows 7 Ultimate (64-bit). The code creates a folder with a date in its name. the code is as follows: @echo...
Back
Top