Restore Windows XP NTFS Permissions (Client)
- September 6th, 2010
- Write comment
This will restore the NTFS persmission for Windows XP (Pro)
Run CMD
secedit /configure /db secedit.sdb /cfg %SystemRoot%\inf\defltwk.inf /overwrite /verbose
Archive for the ‘Tricks’ Category
This will restore the NTFS persmission for Windows XP (Pro)
Run CMD
secedit /configure /db secedit.sdb /cfg %SystemRoot%\inf\defltwk.inf /overwrite /verbose
I know there are many guides around, The only difference here is that I want to do the quicker (alot infact) format, instead of the normal slow one.
To do this, you need an existing Vista/7 Machine and a USB Stick.
Some notes: FAT32 has a file size limit of 4GB, meaning you cannot copy any single file that is larger than this. Many DVD ISO are larger than 4GB and you might forget the filesystem type in the months to come
http://en.wikipedia.org/wiki/File_Allocation_Table#FAT32
notes taken from
http://www.techmixer.com/install-windows-vista-from-bootable-usb-flash-memory-drive/
Finally I have activesync for hotmail on my Android ( Nexus One )
Basically the settings are
its not working too well tho, some syncs are not doing anything. At least its a start.!
J
I got this,
Simple answer:
just run (as admin) on the client machine and boom, it works! CCMCertFix.exe
Becuase ‘dsmod‘ & ‘dsquery‘ support piping (passing results to a new command) you can easliy send results from dsquery to dsmod.
I wanted to disable old computer accounts, then after 60 days I will delete them.
dsquery computer -inactive 8 -limit 0 | dsmod computer -disabled yes
The above will search for computers that have not connected for 8 weeks, say after being removed, destroyed etc. then it will disable the computer account.
I a few weeks I will then search for disabled accounts, might export a list and then delete them form AD.
you could expand this and createa a weekly task that would check and disable/delete accounts, or move them to a locked down part of AD etc.
J
I was getting erros deploying to a x64 boot pxe, it would never work..
until *actually* copied the x64 boot image to the DP
duh!
Sometimes it sucks to get files from 4shared (20kb/s!!), RS etc..
I decided to host any ROMS that I use here.. for faster access..
enjoy!
Villain 2.1
Vanillain 1.0 (fast -htc stuff)
Becuase it took me ages to get here it is for others
enjoy
I always hated how CS4 was bloated so hard, putting little context menus and buttons all over windows,
Like the one here

Easy way to remove it is located here
http://www.neowin.net/forum/index.php?showtopic=688632
Or you can try this
regsvr32 /u “%CommonProgramFiles%\Adobe\Adobe Drive CS4\ADFSMenu.dll”
or
regsvr32 /u “%CommonProgramFiles(x86)%\Adobe\Adobe Drive CS4\ADFSMenu.dll”
I just wish there was a better option to remove this stuff..
../