Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. Try this VBS script it will force a log off I use it on Vista and XP SP2 I have included other varibles for the script that you may find use full. Save As LogOff.VBS
  2. All winrar sfx has a option to extract silently. Then you can run batch files or VBS script to install something. Here is a link to a vbs script inside of a SFX file that runs Clean Manger And Defrag as a example. My SFX File That Runs Clean Manager And Defrag The image below is where you set the option for the SFX file.
  3. Try starting Vista In safe mode.
  4. Have you tried to rename the folder then delete it.
  5. You need a couple of things 1:\ A hacked Uxtheme.dll then you can use 3rd party themes. 2:\ To make themes I use StyleBuilder from TGTSoft This is my own theme I made and modified Shell32.dll
  6. Here try this VBS file, you can start it from the RunOnceEx.cmd I cannnot test it as I use Outlook Express to access the Vista beta newsgroups. Notes Red Text you must remove the quote marks ' to make active Green Text are safe to remove from script these are message boxs that I used to confirm the existance of the file and folder
  7. Yes I am Hardcore Thanks
  8. That is not even a for sure.
  9. Read this Thread near the bottom.
  10. Here is A VBS script I found at Hey,Scripting Guy! I added a function for the desktop as a example of how to do some thing if a match is found.
  11. 1: Bad DVD Burn 2: Bad Copy of the DVD you downloaded.
  12. 1: Get Resource Hacker %Systemdrive% = The Hardrive or Partition Windows Is installed On A: Make A Folder On Called %Systemdrive%\Shell\CustomShell 2: Place Resource Hacker In %Systemdrive%\Shell\CustomShell 3: Copy Shell32.dll from %Systemdrive%\Windows\System32\ 4: Open Resource Hacker And From Resource Hacker A: Hightlight File Then Select Open Abd Then Navigate To %Systemdrive%\Shell\CustomShell\Shell32.dll 5: Expand The Icon Group Folder And Then Expand Icon Group Folder 12 6: With Icon Group Folder 12 Expand Highlight 1033 And Right Click And Select Replace Resource Select Open With New Icon Button That Will OpenA Brow for File Dialog Will Open Now Navigate To The New Icon, Select The New Icon 7: Now High Light The Open Tab And Save The File
  13. When you make a SFX winrar it uses the defualt icon for winrar, when you add that it gives you another selection to use and that icon. I have 4 custom icons I can use with winrar for the sfx
  14. Here one I use for my SFX files I forgot how I did it. What it looks like Just place this file in the Winrar directory. Winrar SFX
  15. Here is a VBS script that starts from A SFX file it clean up the UA Driver and Install Folder, pkus some shortcuts then it runs the cleans out the temp files and runs the Clean Manager, then it defrags the local drives. Here is the script for those who wish to modify it more. Save as SystemCleanDefrag.VBS SystemCleanDefrag.exe
  16. Like cluberti said plus just delete the folder for outlook by script after a install
  17. Your welcome
  18. You forgot to mention that you can modify things like menus and dialogs by hacking the Shell32.dll and explorer.exe files using things like resource hacker. Shell32.dll Dialog 1003 the Run Box Dialog What I change 1: Added a bitmap for the background 2: Added Icons over the top of the buttons. Here is a link with a bunch of tutorials on how to change more things WinT`s Modify Windows Shell Files My Run Box
  19. This is a hta that changes the user information Change User Info
  20. What build if it 5231 then it sounds like you got the bad copy that been floating around on the internet.
  21. Try this reg file it will add the admin account to the log on screen. To change the Adnin Account name 1: Right click the My Computer Icon On The Start Menu 2: Select Manage 3: Open Local User And Groups 4: Select User 5: Right Click the Administrator and select Rename 6: Add the new name there and to to the reg file.
  22. Here is a VBS that adds Freecell.exe to the exceptions This scripts opens a port This will create a port
  23. Here are some VBS Scripts for setting the page file Save As User_Input_PageFile Here is a script where you fill it in then you run it.This color Text is where you add your size for the min and mac size
  24. I do not use batch files to much I am more in to VBS script Here one that starts the CleanMgr Save As CleanMgr.VBS This I use to Defrag my Hard DrivesSave As Defrag_Drv.VBS
  25. Try this VBS script
×
×
  • Create New...