Everything posted by Swimming_Bird
-
Hacked uxtheme file
I was wondering if there was any way to hack the uxtheme file with vlite?
-
Extremly High Disk Access Rate On Idle
I've pretty much been having this issue since vista came out over a year ago. Here's my original post on the issue: http://www.msfn.org/board/Constant-disk-access-t91567.html Unfortunately I've been having this issue for the entirety of the time. My solution has been to suspend the machine when i'm not using it but I really hate doing that. I was wondering what the hell is causing this access and if there was anything I could do to kill it. I've turned off the search indexer and it's not the issue. I'm thinking it's shadow copy. This is not a feature I need if I need to shut that down.
-
How do I uninstall SP1
After installing SP1 two of the programs i use the most started freezing a bunch, Firefox 2 and a media player i use. The media player is old so i'm not athat surprised, but I use it all the time pre sp1 with no problems. I was wondering if it's painful to revert, and if not how do i?
-
Windows Home Server Extendability
I'm thinking of setting up a WHS machine at home. I was wondering if it'd be easy to set it up as a Ruby on Rails server (very low volume) as well as a few other applications like sabnzbd and utorrent so i can have a machine running that can download 24/7 without worry.
-
Pop3 via command line
I was wondering if anyone knew how to send email via pop3 using either the command line or powershell? Thanks
-
batch & VBS script to take file ownership
Here it is, just drag and drop the original file on the script, it'll modify permissions for the original file and make another copy of the same file in source directory.. Thank You gunsmokingman! Dim Act : Set Act = CreateObject("Wscript.Shell") Dim Fso : Set Fso = CreateObject("Scripting.FileSystemObject") Dim File1, File2 For Each File1 in Wscript.Arguments Act.Run("takeown /A /f " & Chr(34) & File1 & chr(34)),1,True Act.Run("icacls " & Chr(34) & File1 & chr(34) & " /grant administrators:F"),1,True File2 = Split(File1,".") Set File = Fso.GetFile(File1) File.Copy(File2(0) & "_Original." & File2(1)) Next BTW, how can I add now this new script to my right click selection? I have made this new script into a sfx fle that extracts to the Sendto folder, this one does not create a extra copy of the file Save As OwnTheFile_V2 I have made this new script into a sfx fle that extracts to the Sendto folder Save as OwnTheFile_V3 i get a permissions error when i try to run and i'm not sure how to force it to run as admin (or whatever permissions are needed) SHIFT + Right Click = Gain Ownership context menu This doesnt allow for gaining of ownership of executeables
-
Replacing Notepad.exe
one thing linux still has better is with root you can f*** up your OS as much as you want if you know what you're doing.
-
Constant disk access
This is still infuriating, i'm positive I have enough RAM that thing sre not being passed into the pagefile. It is indeed the search indexer causing the problems, but svchost.exe (LocalServiceNetworkRestricted) also has lots of access. I dont get why the google desktop indexer is so much better then one made by microsoft.
-
Replacing Notepad.exe
the only issue with this is i'm not so certain that i want to disable UAC, and i've heard that disabling it and then re-enabling it causes issues.
-
Replacing Notepad.exe
hrm, this doesnt seem to work for me
-
Replacing Notepad.exe
As i do in my windows boxes i'm tyring to replace notepad.exe with a better editor. however it'll never let me copy the file over, even when running in admin mode (or whatever). I get the UAC popup and after accepting it still says i dont have access to do the replace. Anyone know how to get it to overwrite?
-
Dual monitor backgrouns
I'm trying to figure out how to have one image span both monitors in vista, or at least have two different backgrounds for each monitor. anyone have any idea how i can do this?
-
Samba and vista?
Can samba talk with vista file shares? i've been trying to talk to my vista shares with samba and it's not recognizing it.
-
Constant disk access
It seems like vista goes though these spurts where it's CONSTATNLY accessing the disk. Since i'm running 2x raptors in raid it gets extremly noisy. Sometimes its the Search Indexer (which i cant kill no matter what i do) sometimes its just svchost. but it's rediculous. i have no idea what it's trying to do but i'm just browsing hte web.
-
Winrar 3.62 Triggers UAC
im not a fan of the 7z file manager. and since i get the corp version through work i prefer to use winrar, but no i havnt checked the latest beta version.
-
Change Base Output Volume?
this is the levels i was looking at, notice it's at 1%, as i change that it changes the normal mixer found in the taskbar.
-
Change Base Output Volume?
i understand what you mean, thats the main mixer, built into the OS. I'd like to use that mixer though, rather then the ones built into every app. Thats because not all apps have internal mixers i use a remote control and keyboard volume controls which use the built in Volume Mixer. also vista doesn't work the way you're talking about, it's not a card based sound sytem anymore. now it's an input/output system. you adjust things for each output/input, a much better system imo.
-
Change Base Output Volume?
the thing is, I love the new feature that the new audio mixer allows you to set each apps volume, if there's no software sol'n i'm gonna solder a resistor into my speaker wire or something. i've been though as many of the gui based options that i could find (running vista) but cant find any appropriate settings.
-
Change Base Output Volume?
sorry for dupe post, my internet is screwing up
-
Change Base Output Volume?
Whenever I hook up my speakers/headphones i have to set the windows volume down to like 5% in order for it not to be extremely loud. Is there any way to set the base output volume to be lower so at 50% it'd be my normal listening volume and 100% would be pretty loud but doable.
-
Winrar 3.62 Triggers UAC
I just installed WinRAR 3.62 Corp and whenever i open an archive with winrar it triggers UAC protection. This is quite irritating, anyone know if there's a fix or if I just have to wait for WinRAR to support vista?
-
NTFS Hard Links/Junctions in vista
it appears that Mklink uses soft links by default. do soft links have better functionality in vista?
-
NTFS Hard Links/Junctions in vista
whats the difference between a hard and soft link?
-
NTFS Hard Links/Junctions in vista
Will software such as this: http://www.elsdoerfer.info/=ntfslink work in vista? I dont have a working virtual machine to test it on atm, i find such links very useful and would love to continue using them in Vista.
-
Delete Boot Sector from drive
One of my other hard disks has a boot sector on it flagging the disk as active as well as causing boot up pains. How can i kill this boot sector? I moved the bootfiles out of the root directory but the disk manager still sees it as an active disk.