It is currently Thu May 23, 2013 2:50 pm



Register for Windows Forums


New posts Register

Register for Windows Forums now to gain access to: post messages, download free books, competitions for great prizes, and get to know others. Members also see NO ADVERTS. Join today!




 Page 3 of 4 [ 34 posts ]  Go to page Previous  1, 2, 3, 4  Next
Message Author
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 2:01 pm 

Do you have the source code? Mind showing us?



_________________
Image
Years of membershipYears of membershipYears of membershipYears of membership
User avatar
Site Admin
Site Admin
Windows Guru²
Windows Guru²

Joined: Sat Jun 07, 2008 9:08 am
Posts: 3186
Thanks given: 375 times
Thanks received: 441 times
Location: 0x7C00
OS: 8 RT
 Profile E-mail  
 
Offline
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 2:06 pm 

LOL bro i created from 1 bat ,1 image and one .exe file and added all in one

if You want to see them ;; than i'll PM you ;)

BUT DO NOT WORRY BROOOOOOOO :D


Edit : You can try this in VM :wave:



_________________
Image
Years of membershipYears of membership
User avatar
Contributor
Contributor
Windows Guru
Windows Guru

Joined: Sat Aug 21, 2010 2:08 pm
Posts: 1499
Thanks given: 121 times
Thanks received: 261 times
Location: UVAIS-PC
OS: 7 Ultimate
 Profile E-mail  
 
Online
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 2:16 pm 

Ok, send me a PM :D



_________________
Image
Years of membershipYears of membershipYears of membershipYears of membership
User avatar
Site Admin
Site Admin
Windows Guru²
Windows Guru²

Joined: Sat Jun 07, 2008 9:08 am
Posts: 3186
Thanks given: 375 times
Thanks received: 441 times
Location: 0x7C00
OS: 8 RT
 Profile E-mail  
 
Offline
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 2:23 pm 

Sent................... ;)



_________________
Image
Years of membershipYears of membership
User avatar
Contributor
Contributor
Windows Guru
Windows Guru

Joined: Sat Aug 21, 2010 2:08 pm
Posts: 1499
Thanks given: 121 times
Thanks received: 261 times
Location: UVAIS-PC
OS: 7 Ultimate
 Profile E-mail  
 
Online
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 2:34 pm 

Have you actually finalized the the DOS Code for the Windows 7 Logon Changer, or you still working on it stu?



_________________
Image
Years of membershipYears of membership
User avatar
Top Content Contributor
Top Content Contributor

Joined: Mon Nov 15, 2010 7:20 pm
Posts: 565
Thanks given: 47 times
Thanks received: 132 times
Location: UK
OS: 8 RT
 Profile E-mail  
 
Offline
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 3:16 pm 

Makcalable wrote:
Have you actually finalized the the DOS Code for the Windows 7 Logon Changer, or you still working on it stu?


It's now finished (i think!). :D

UVAIS wrote:
Sent................... ;)


You know there's no reason to use a 3rd party application to set registry values ;)
I assume this is what's getting flagged by AV apps?



_________________
Image
Years of membershipYears of membershipYears of membershipYears of membership
User avatar
Site Admin
Site Admin
Windows Guru²
Windows Guru²

Joined: Sat Jun 07, 2008 9:08 am
Posts: 3186
Thanks given: 375 times
Thanks received: 441 times
Location: 0x7C00
OS: 8 RT
 Profile E-mail  
 
Offline
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 5:28 pm 

I am going to leave the thread I created open as it will be interesting to see what suggestions we get ;-)



_________________
Image
Years of membershipYears of membership
User avatar
Top Content Contributor
Top Content Contributor

Joined: Mon Nov 15, 2010 7:20 pm
Posts: 565
Thanks given: 47 times
Thanks received: 132 times
Location: UK
OS: 8 RT
 Profile E-mail  
 
Offline
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Fri Oct 07, 2011 5:53 pm 

Makcalable wrote:
I am going to leave the thread I created open as it will be interesting to see what suggestions we get ;-)


Please do. Keep us updated. ;)



_________________
Image
Years of membershipYears of membershipYears of membershipYears of membership
User avatar
Site Admin
Site Admin
Windows Guru²
Windows Guru²

Joined: Sat Jun 07, 2008 9:08 am
Posts: 3186
Thanks given: 375 times
Thanks received: 441 times
Location: 0x7C00
OS: 8 RT
 Profile E-mail  
 
Offline
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Sat Oct 08, 2011 12:44 am 

Stu wrote:
Makcalable wrote:
Have you actually finalized the the DOS Code for the Windows 7 Logon Changer, or you still working on it stu?


It's now finished (i think!). :D

UVAIS wrote:
Sent................... ;)


You know there's no reason to use a 3rd party application to set registry values ;)
I assume this is what's getting flagged by AV apps?


yeah tried bro bat but it was not working :( so i converted reg to . exe LOL and this .exe is flagged virus by some AV LOL


Edit : I think you need to download and Run :lol:



_________________
Image
Years of membershipYears of membership
User avatar
Contributor
Contributor
Windows Guru
Windows Guru

Joined: Sat Aug 21, 2010 2:08 pm
Posts: 1499
Thanks given: 121 times
Thanks received: 261 times
Location: UVAIS-PC
OS: 7 Ultimate
 Profile E-mail  
 
Online
 
 Post subject: Re: Start batch file as administrator?
New postPosted: Sat Oct 08, 2011 3:43 am 
For this post the author Stu has received gratitude : UVAIS

There's no way on this planet i'm running that file.

Instead of using that very sketchy program for a simple task, put this code into your bat file:

Here's how your code should look (based on what you sent me earlier)

@echo off
mkdir %windir%\system32\oobe\info\backgrounds
copy backgroundDefault.jpg %windir%\system32\oobe\info\backgrounds
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background /v OEMBackground /t REG_DWORD /d 1 /f
exit



_________________
Image
Years of membershipYears of membershipYears of membershipYears of membership
User avatar
Site Admin
Site Admin
Windows Guru²
Windows Guru²

Joined: Sat Jun 07, 2008 9:08 am
Posts: 3186
Thanks given: 375 times
Thanks received: 441 times
Location: 0x7C00
OS: 8 RT
 Profile E-mail  
 
Offline
Display posts from previous:  Sort by  
 Page 3 of 4 [ 34 posts ]  Go to page Previous  1, 2, 3, 4  Next


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to: