scripting

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. P

    Windows 7 Application Error after Error after Error

    Problems, Problems. I am running Windows 7 7100 x64 version. Everything is great, except..... I use a small program called TWX Proxy (you can search for it on web). It's used as a helper for an online game called Tradewars. Basically, I use a telnet program (usually ZOC) to connect to...
  9. G

    Windows 7 Windows 7 login script

    I have just connected a windows 7 pc to my domain and encountered a small problem with my login script. The script is a VB script and it connects the drives just as it should but the line: "shellObj.NameSpace(driveLetter).Self.Name = drvName", which in windows xp renames the drive after mapping...
  10. U

    Windows 7 Call of duty 4 players

    I am using windows seven here is my sig with info, it is X64 Link Removed - Invalid URL I am running cod4 1.7 and have not been kick for api at all, but i run a server that is ranked with all the AON private scripts and fully pb enforced except i have lowered the restrictions so as you may not...
  11. M

    Windows 7 Basic

    MS SmallBasic might be great, if they only add some more commands to it. Now it is just misses some of the most important tools for for example string handling. Basic is great language, when you want to make something simple fast. I have allways wondered, why MS didn't make Basic the command...
  12. T

    Windows 7 Unauthorized programs

    :mad: Has any one had Programs installing without you knowing it. I have had this happen twice. The first was The Weather Channel Desktop 6 . This program installed its self yestarday, had to do a reboot and it was trying to set its self up on my desktop, not onley did it try to install but it...
  13. G

    Windows 7 IIS port trouble

    First off, I'm new on these boards, and if this is a wrong board or anything, just tell me. So anyway, I'm someone who likes to script for websites. I've set IIS website port to 22004 and it's also portforwarded. Now when I connect to Link Removed, I get my website. If I do it with my local...
  14. C

    Windows 7 creating a .cmd file in windows 7

    hi I need to know how to create a .cmd file in windows 7
  15. W

    Windows Vista Batch files in Home Premium

    Is there a way to run a batch file at shutdown or startup w/o upgrading to Ultimate?
  16. G

    Windows Vista Custom Speech Recognition Commands ?

    Is it possible to create custom commands for the speech recognition engine? For instance, can I create a command that will open my browser to a specific site or type my name (while not in "dictation" mode)?
  17. H

    Windows Vista How to Add History to Windows PowerShell

    Ever wish you had history like in unix with .bash_history? Here is some code that you can put in your profile file that defines a function BYE which saves off your sessions history into a History.CSV file in your home directory and then adds that to your history when you startup the next...
Back
Top