scripting

  1. 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...
  2. 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...
  3. 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?
  4. 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
  5. 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?
  6. 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...
  7. L

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

    How can I make a clickable windows 7 shutdown command?
  8. 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...
  9. 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...
  10. 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...
  11. C

    Windows 7 Autounattend.xml - AutoLogon

    Hello Guys! I need help with Autounatted.xml for win7 I want to keep this Link Removed due to 404 Error when installing, the only thing i want to change/add is autologon Administrator Is that possible? Or maybe there is another option? It doesn't have to be Autounattend.xml...
  12. Dominus

    Windows 7 rundll32.exe problem executing a dll

    I have a Tablet (old HP/Compaq TC1100, 1.2 GHz, 1GB RAM). After some fiddling around with old drivers everything is running fine. The TC1100 comes with a software called qmenu with which you can toggle the wireless on and off. That is working. To do that via a script or assigning a button to it...
  13. J

    Windows 7 Create/verify/delete libraries by script?

    Is there a way to script the verification, creation, and deletion of Windows 7 libraries, using any script engine which will run as a login script? For 7 desktops in AD, I would much rather use libraries than mapped drives, if possible. J.E.B.
  14. Batu

    Windows 7 Little Trick: Chancing Build Number to Watermark

    Download the .reg files folder and open the WatermarkNameChanger.reg with notepad and change "Batu" to your own word. Have fun! And if you want to show the watermark, Just double click AddWatermark And for delete, double click RemoveWatermark And remember to add WatermarknameChanger.bat...
  15. D

    Windows 7 Windows 7 Registry Permissions

    Greetings, I'm currently in the process of building a Windows 7 image for my institution. I'm trying to implement a few registry hacks that we've standardly used at least as long as I've been here. All of the keys still exist, but here's the one weird thing: the administrators usergroup does...
  16. I

    Windows 7 Messages sent from command prompt?

    So you know how in XP you can send messages trough the command prompt with "net send xx.xx.xx.xx what`s up", i googled a little and looked the help in cmd but didnt make it work. Do you have any ideas? This is the help menu so you dont have to do it :) Link Removed //off And not to make...
  17. G

    Windows 7 How Can I Do This (Context Menu Editing)

    Okay, so I am just learning Java, and I hate how atm I have to use command panel and there lots of typic in javac this.java java this in my testing. So I downloaded ContextEdit and put a compile on the right click of .java, this works fine. However, the program doesn't have an entry for .class...
  18. H

    Windows 7 Drive Mappings

    Hi, i work in the IT Department and I have just installed Windows 7 on a laptop, this has laptop has then been put on the domain and been setup accordingly I have a Group Policy where a VBS Script is run to map network drive depending on group Memberships this was working when i had XP...
  19. F

    Windows 7 Scripting: assoc and ftype

    Hello, I've made script to associate video files with MPlayer (not WMP). It's simple .bat file, here's part of it: ftype MPlayer.Video=\"%~dp0mplayer.exe\" \"%%1\" \"%%*\" 1>nul assoc .avi=MPlayer.Video 1>nul assoc .mkv=MPlayer.Video 1>nul assoc .flv=MPlayer.Video 1>nul assoc...
  20. D

    Windows 7 Changing the user space to an other partition

    I've writen some scripts to change the C:\user to an other partition. all seems to work but I can not change the security on the SYMBLINK and Junctions (not the directories) assuming all in c:\users\%USERNAME% is machine independent ... All data will be recreated at first login anyhow...
Back
Top